diff options
Diffstat (limited to 'tools/perf/util/parse-events.c')
-rw-r--r-- | tools/perf/util/parse-events.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index ae7f5917935c..9bf0f402ca73 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
@@ -943,7 +943,8 @@ void print_events(void) | |||
943 | 943 | ||
944 | printf("\n"); | 944 | printf("\n"); |
945 | printf(" %-42s [%s]\n", | 945 | printf(" %-42s [%s]\n", |
946 | "rNNN (NNN=<UMASK VALUE><EVENT NUM>)", event_type_descriptors[PERF_TYPE_RAW]); | 946 | "rNNN (see 'perf list --help' on how to encode it)", |
947 | event_type_descriptors[PERF_TYPE_RAW]); | ||
947 | printf("\n"); | 948 | printf("\n"); |
948 | 949 | ||
949 | printf(" %-42s [%s]\n", | 950 | printf(" %-42s [%s]\n", |