diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 3e981a710c4d..18bd226f9f2b 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -900,6 +900,9 @@ static void perf_top__start_counters(struct perf_top *top) | |||
900 | attr->read_format |= PERF_FORMAT_ID; | 900 | attr->read_format |= PERF_FORMAT_ID; |
901 | } | 901 | } |
902 | 902 | ||
903 | if (perf_target__has_cpu(&top->target)) | ||
904 | attr->sample_type |= PERF_SAMPLE_CPU; | ||
905 | |||
903 | if (symbol_conf.use_callchain) | 906 | if (symbol_conf.use_callchain) |
904 | attr->sample_type |= PERF_SAMPLE_CALLCHAIN; | 907 | attr->sample_type |= PERF_SAMPLE_CALLCHAIN; |
905 | 908 | ||