aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/record.c b/tools/perf/util/record.c
index fe8079edbdc1..58267a85705f 100644
--- a/tools/perf/util/record.c
+++ b/tools/perf/util/record.c
@@ -47,7 +47,7 @@ out_delete:
47 47
48static bool perf_probe_api(setup_probe_fn_t fn) 48static bool perf_probe_api(setup_probe_fn_t fn)
49{ 49{
50 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock", NULL}; 50 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock:u", NULL};
51 struct cpu_map *cpus; 51 struct cpu_map *cpus;
52 int cpu, ret, i = 0; 52 int cpu, ret, i = 0;
53 53