diff options
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index bf06113be4f3..51bdb9a7af7f 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | struct addr_location; | 17 | struct addr_location; |
18 | struct map; | 18 | struct map; |
19 | struct namespaces_event; | 19 | struct perf_record_namespaces; |
20 | struct thread_stack; | 20 | struct thread_stack; |
21 | struct unwind_libunwind_ops; | 21 | struct unwind_libunwind_ops; |
22 | 22 | ||
@@ -74,7 +74,7 @@ static inline void thread__exited(struct thread *thread) | |||
74 | 74 | ||
75 | struct namespaces *thread__namespaces(struct thread *thread); | 75 | struct namespaces *thread__namespaces(struct thread *thread); |
76 | int thread__set_namespaces(struct thread *thread, u64 timestamp, | 76 | int thread__set_namespaces(struct thread *thread, u64 timestamp, |
77 | struct namespaces_event *event); | 77 | struct perf_record_namespaces *event); |
78 | 78 | ||
79 | int __thread__set_comm(struct thread *thread, const char *comm, u64 timestamp, | 79 | int __thread__set_comm(struct thread *thread, const char *comm, u64 timestamp, |
80 | bool exec); | 80 | bool exec); |