diff options
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 8702c6b4163a..373c055989ed 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
@@ -26,6 +26,7 @@ struct thread { | |||
26 | }; | 26 | }; |
27 | 27 | ||
28 | struct machine; | 28 | struct machine; |
29 | struct comm; | ||
29 | 30 | ||
30 | struct thread *thread__new(pid_t pid, pid_t tid); | 31 | struct thread *thread__new(pid_t pid, pid_t tid); |
31 | void thread__delete(struct thread *self); | 32 | void thread__delete(struct thread *self); |
@@ -36,6 +37,7 @@ static inline void thread__exited(struct thread *thread) | |||
36 | 37 | ||
37 | int thread__set_comm(struct thread *thread, const char *comm, u64 timestamp); | 38 | int thread__set_comm(struct thread *thread, const char *comm, u64 timestamp); |
38 | int thread__comm_len(struct thread *self); | 39 | int thread__comm_len(struct thread *self); |
40 | struct comm *thread__comm(const struct thread *thread); | ||
39 | const char *thread__comm_str(const struct thread *thread); | 41 | const char *thread__comm_str(const struct thread *thread); |
40 | void thread__insert_map(struct thread *self, struct map *map); | 42 | void thread__insert_map(struct thread *self, struct map *map); |
41 | int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp); | 43 | int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp); |