Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bca2354 authored by Ramkumar Ramachandra's avatar Ramkumar Ramachandra Committed by Jiri Olsa
Browse files

perf kmem: Introduce --list-cmds for use by scripts

parent 95ce0ba1
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -756,11 +756,13 @@ int cmd_kmem(int argc, const char **argv, const char *prefix __maybe_unused)
	OPT_BOOLEAN(0, "raw-ip", &raw_ip, "show raw ip instead of symbol"),
	OPT_END()
	};
	const char * const kmem_usage[] = {
		"perf kmem [<options>] {record|stat}",
	const char *const kmem_subcommands[] = { "record", "stat", NULL };
	const char *kmem_usage[] = {
		NULL,
		NULL
	};
	argc = parse_options(argc, argv, kmem_options, kmem_usage, 0);
	argc = parse_options_subcommand(argc, argv, kmem_options,
					kmem_subcommands, kmem_usage, 0);

	if (!argc)
		usage_with_options(kmem_usage, kmem_options);
+2 −2
Original line number Diff line number Diff line
@@ -121,8 +121,8 @@ __perf_main ()
	elif [[ $prev == "-e" && "${words[1]}" == @(record|stat|top) ]]; then
		evts=$($cmd list --raw-dump)
		__perfcomp_colon "$evts" "$cur"
	# List subcommands for 'perf kvm'
	elif [[ $prev == "kvm" ]]; then
	# List subcommands for perf commands
	elif [[ $prev == @(kvm|kmem) ]]; then
		subcmds=$($cmd $prev --list-cmds)
		__perfcomp_colon "$subcmds" "$cur"
	# List long option names