aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/parse-events.c4
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[] = {
};
static const char *sw_event_names[] = {
- "cpu-clock-msecs",
- "task-clock-msecs",
+ "cpu-clock",
+ "task-clock",
"page-faults",
"context-switches",
"CPU-migrations",