aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r--tools/perf/util/thread.h3
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);
18struct thread * 18struct thread *
19threads__findnew(pid_t pid, struct rb_root *threads, struct thread **last_match); 19threads__findnew(pid_t pid, struct rb_root *threads, struct thread **last_match);
20struct thread * 20struct thread *
21threads__findnew_nocomm(pid_t pid, struct rb_root *threads,
22 struct thread **last_match);
23struct thread *
24register_idle_thread(struct rb_root *threads, struct thread **last_match); 21register_idle_thread(struct rb_root *threads, struct thread **last_match);
25void thread__insert_map(struct thread *self, struct map *map); 22void thread__insert_map(struct thread *self, struct map *map);
26int thread__fork(struct thread *self, struct thread *parent); 23int thread__fork(struct thread *self, struct thread *parent);