diff options
| -rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 31d78d874fc7..6651377fd762 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
| @@ -1215,7 +1215,7 @@ static int __cmd_top(struct perf_top *top) | |||
| 1215 | &top->session->machines.host, | 1215 | &top->session->machines.host, |
| 1216 | &top->record_opts); | 1216 | &top->record_opts); |
| 1217 | if (ret < 0) | 1217 | if (ret < 0) |
| 1218 | pr_warning("Couldn't synthesize bpf events.\n"); | 1218 | pr_debug("Couldn't synthesize BPF events: Pre-existing BPF programs won't have symbols resolved.\n"); |
| 1219 | 1219 | ||
| 1220 | machine__synthesize_threads(&top->session->machines.host, &opts->target, | 1220 | machine__synthesize_threads(&top->session->machines.host, &opts->target, |
| 1221 | top->evlist->threads, false, | 1221 | top->evlist->threads, false, |
