diff options
Diffstat (limited to 'tools/perf/util/machine.h')
| -rw-r--r-- | tools/perf/util/machine.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h index 5ac5892f232..77940680f1f 100644 --- a/tools/perf/util/machine.h +++ b/tools/perf/util/machine.h @@ -76,6 +76,9 @@ void machine__delete(struct machine *machine);  struct branch_info *machine__resolve_bstack(struct machine *machine,  					    struct thread *thread,  					    struct branch_stack *bs); +struct mem_info *machine__resolve_mem(struct machine *machine, +				      struct thread *thread, +				      struct perf_sample *sample, u8 cpumode);  int machine__resolve_callchain(struct machine *machine,  			       struct perf_evsel *evsel,  			       struct thread *thread, @@ -97,7 +100,6 @@ static inline bool machine__is_host(struct machine *machine)  }  struct thread *machine__findnew_thread(struct machine *machine, pid_t pid); -void machine__remove_thread(struct machine *machine, struct thread *th);  size_t machine__fprintf(struct machine *machine, FILE *fp); |