diff options
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index dcf70303e58..a81426a891b 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
@@ -23,6 +23,7 @@ struct thread { | |||
23 | int comm_len; | 23 | int comm_len; |
24 | }; | 24 | }; |
25 | 25 | ||
26 | int find_all_tid(int pid, pid_t ** all_tid); | ||
26 | void map_groups__init(struct map_groups *self); | 27 | void map_groups__init(struct map_groups *self); |
27 | int thread__set_comm(struct thread *self, const char *comm); | 28 | int thread__set_comm(struct thread *self, const char *comm); |
28 | int thread__comm_len(struct thread *self); | 29 | int thread__comm_len(struct thread *self); |