diff options
-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 b686269427ea..b5bfef12f399 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
@@ -70,8 +70,8 @@ static const char *hw_event_names[] = { | |||
70 | }; | 70 | }; |
71 | 71 | ||
72 | static const char *sw_event_names[] = { | 72 | static const char *sw_event_names[] = { |
73 | "cpu-clock-msecs", | 73 | "cpu-clock", |
74 | "task-clock-msecs", | 74 | "task-clock", |
75 | "page-faults", | 75 | "page-faults", |
76 | "context-switches", | 76 | "context-switches", |
77 | "CPU-migrations", | 77 | "CPU-migrations", |