diff options
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 75bc843950c4..845d9b62f96f 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
@@ -18,9 +18,6 @@ int thread__set_comm(struct thread *self, const char *comm); | |||
18 | struct thread * | 18 | struct thread * |
19 | threads__findnew(pid_t pid, struct rb_root *threads, struct thread **last_match); | 19 | threads__findnew(pid_t pid, struct rb_root *threads, struct thread **last_match); |
20 | struct thread * | 20 | struct thread * |
21 | threads__findnew_nocomm(pid_t pid, struct rb_root *threads, | ||
22 | struct thread **last_match); | ||
23 | struct thread * | ||
24 | register_idle_thread(struct rb_root *threads, struct thread **last_match); | 21 | register_idle_thread(struct rb_root *threads, struct thread **last_match); |
25 | void thread__insert_map(struct thread *self, struct map *map); | 22 | void thread__insert_map(struct thread *self, struct map *map); |
26 | int thread__fork(struct thread *self, struct thread *parent); | 23 | int thread__fork(struct thread *self, struct thread *parent); |