diff options
Diffstat (limited to 'tools/perf/util/s390-sample-raw.c')
-rw-r--r-- | tools/perf/util/s390-sample-raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/s390-sample-raw.c b/tools/perf/util/s390-sample-raw.c index c10b891dbad6..91330c874170 100644 --- a/tools/perf/util/s390-sample-raw.c +++ b/tools/perf/util/s390-sample-raw.c @@ -168,7 +168,7 @@ static const char *get_counter_name(int set, int nr, const struct pmu_events_tab if (!table) return NULL; - pmu_events_table_for_each_event(table, get_counter_name_callback, &data); + pmu_events_table__for_each_event(table, get_counter_name_callback, &data); return data.result; } |