diff options
Diffstat (limited to 'tools/perf/perf.c')
| -rw-r--r-- | tools/perf/perf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/perf/perf.c b/tools/perf/perf.c index f6ba7b73f40..31c9380cfa6 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -60,6 +60,7 @@ static struct cmd_struct commands[] = {  	{ "trace",	cmd_trace,	0 },  #endif  	{ "inject",	cmd_inject,	0 }, +	{ "mem",	cmd_mem,	0 },  };  struct pager_config { |