diff options
Diffstat (limited to 'tools/perf/util/machine.h')
-rw-r--r-- | tools/perf/util/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h index e2faf3b47e7b..6d64cedb9d1e 100644 --- a/tools/perf/util/machine.h +++ b/tools/perf/util/machine.h | |||
@@ -120,6 +120,7 @@ int machine__init(struct machine *machine, const char *root_dir, pid_t pid); | |||
120 | void machine__exit(struct machine *machine); | 120 | void machine__exit(struct machine *machine); |
121 | void machine__delete_threads(struct machine *machine); | 121 | void machine__delete_threads(struct machine *machine); |
122 | void machine__delete(struct machine *machine); | 122 | void machine__delete(struct machine *machine); |
123 | void machine__remove_thread(struct machine *machine, struct thread *th); | ||
123 | 124 | ||
124 | struct branch_info *sample__resolve_bstack(struct perf_sample *sample, | 125 | struct branch_info *sample__resolve_bstack(struct perf_sample *sample, |
125 | struct addr_location *al); | 126 | struct addr_location *al); |