diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index 506cde437b78..9fdf8224ee61 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -1240,7 +1240,8 @@ static const struct option options[] = { | |||
1240 | OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, | 1240 | OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace, |
1241 | "dump raw trace in ASCII"), | 1241 | "dump raw trace in ASCII"), |
1242 | OPT_STRING('k', "vmlinux", &vmlinux, "file", "vmlinux pathname"), | 1242 | OPT_STRING('k', "vmlinux", &vmlinux, "file", "vmlinux pathname"), |
1243 | OPT_STRING('s', "sort", &sort_order, "foo", "bar"), | 1243 | OPT_STRING('s', "sort", &sort_order, "key[,key2...]", |
1244 | "sort by key(s): pid, comm, dso, symbol. Default: pid,symbol"), | ||
1244 | OPT_END() | 1245 | OPT_END() |
1245 | }; | 1246 | }; |
1246 | 1247 | ||