diff options
Diffstat (limited to 'tools/perf/util/parse-events.c')
-rw-r--r-- | tools/perf/util/parse-events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index 5a72586e1df0..f0c9f2627fe1 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
@@ -63,8 +63,8 @@ static char *hw_event_names[] = { | |||
63 | }; | 63 | }; |
64 | 64 | ||
65 | static char *sw_event_names[] = { | 65 | static char *sw_event_names[] = { |
66 | "cpu-clock-ticks", | 66 | "cpu-clock-msecs", |
67 | "task-clock-ticks", | 67 | "task-clock-msecs", |
68 | "page-faults", | 68 | "page-faults", |
69 | "context-switches", | 69 | "context-switches", |
70 | "CPU-migrations", | 70 | "CPU-migrations", |