diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-05-08 04:02:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-05-08 04:02:57 -0400 |
commit | ed82702155b6343727ee732f7eae6d72e8b453fe (patch) | |
tree | c0925890e9b917d456d0fec38f0d64dad8a99b93 /tools/perf/util/parse-events.c | |
parent | 4d1c52b02d977d884abb21d0bbaba6b5d6bc8374 (diff) | |
parent | 1cf4a0632c24ea61162ed819bde358bc94c55510 (diff) |
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
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", |