diff options
Diffstat (limited to 'tools/perf/Documentation/perf-list.txt')
| -rw-r--r-- | tools/perf/Documentation/perf-list.txt | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/tools/perf/Documentation/perf-list.txt b/tools/perf/Documentation/perf-list.txt index 399751befee..7a527f7e9da 100644 --- a/tools/perf/Documentation/perf-list.txt +++ b/tools/perf/Documentation/perf-list.txt | |||
| @@ -8,7 +8,7 @@ perf-list - List all symbolic event types | |||
| 8 | SYNOPSIS | 8 | SYNOPSIS |
| 9 | -------- | 9 | -------- |
| 10 | [verse] | 10 | [verse] |
| 11 | 'perf list' | 11 | 'perf list' [hw|sw|cache|tracepoint|event_glob] |
| 12 | 12 | ||
| 13 | DESCRIPTION | 13 | DESCRIPTION |
| 14 | ----------- | 14 | ----------- |
| @@ -63,7 +63,26 @@ details. Some of them are referenced in the SEE ALSO section below. | |||
| 63 | 63 | ||
| 64 | OPTIONS | 64 | OPTIONS |
| 65 | ------- | 65 | ------- |
| 66 | None | 66 | |
| 67 | Without options all known events will be listed. | ||
| 68 | |||
| 69 | To limit the list use: | ||
| 70 | |||
| 71 | . 'hw' or 'hardware' to list hardware events such as cache-misses, etc. | ||
| 72 | |||
| 73 | . 'sw' or 'software' to list software events such as context switches, etc. | ||
| 74 | |||
| 75 | . 'cache' or 'hwcache' to list hardware cache events such as L1-dcache-loads, etc. | ||
| 76 | |||
| 77 | . 'tracepoint' to list all tracepoint events, alternatively use | ||
| 78 | 'subsys_glob:event_glob' to filter by tracepoint subsystems such as sched, | ||
| 79 | block, etc. | ||
| 80 | |||
| 81 | . If none of the above is matched, it will apply the supplied glob to all | ||
| 82 | events, printing the ones that match. | ||
| 83 | |||
| 84 | One or more types can be used at the same time, listing the events for the | ||
| 85 | types specified. | ||
| 67 | 86 | ||
| 68 | SEE ALSO | 87 | SEE ALSO |
| 69 | -------- | 88 | -------- |
