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 58a6be1fc739..5150d5e1db67 100644 --- a/tools/perf/util/machine.h +++ b/tools/perf/util/machine.h | |||
@@ -74,6 +74,7 @@ char *machine__mmap_name(struct machine *machine, char *bf, size_t size); | |||
74 | void machines__set_symbol_filter(struct machines *machines, | 74 | void machines__set_symbol_filter(struct machines *machines, |
75 | symbol_filter_t symbol_filter); | 75 | symbol_filter_t symbol_filter); |
76 | 76 | ||
77 | struct machine *machine__new_host(void); | ||
77 | int machine__init(struct machine *machine, const char *root_dir, pid_t pid); | 78 | int machine__init(struct machine *machine, const char *root_dir, pid_t pid); |
78 | void machine__exit(struct machine *machine); | 79 | void machine__exit(struct machine *machine); |
79 | void machine__delete_dead_threads(struct machine *machine); | 80 | void machine__delete_dead_threads(struct machine *machine); |