diff options
Diffstat (limited to 'tools/perf/util/map.h')
| -rw-r--r-- | tools/perf/util/map.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h index 81371bad4ef..c14c665d9a2 100644 --- a/tools/perf/util/map.h +++ b/tools/perf/util/map.h @@ -157,7 +157,7 @@ void machine__exit(struct machine *self);  void machine__delete(struct machine *self);  int machine__resolve_callchain(struct machine *machine, -			       struct perf_evsel *evsel, struct thread *thread, +			       struct thread *thread,  			       struct ip_callchain *chain,  			       struct symbol **parent);  int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name,  |