diff options
Diffstat (limited to 'tools/perf/util/event.c')
-rw-r--r-- | tools/perf/util/event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index ed3e14ff6df0..a7460868124b 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c | |||
@@ -710,6 +710,7 @@ int event__preprocess_sample(const event_t *self, struct perf_session *session, | |||
710 | al->map ? al->map->dso->long_name : | 710 | al->map ? al->map->dso->long_name : |
711 | al->level == 'H' ? "[hypervisor]" : "<not found>"); | 711 | al->level == 'H' ? "[hypervisor]" : "<not found>"); |
712 | al->sym = NULL; | 712 | al->sym = NULL; |
713 | al->cpu = data->cpu; | ||
713 | 714 | ||
714 | if (al->map) { | 715 | if (al->map) { |
715 | if (symbol_conf.dso_list && | 716 | if (symbol_conf.dso_list && |