aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/thread.c')
-rw-r--r--tools/perf/util/thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.c
index bbf7816cba31..dbcb9cfb0f2f 100644
--- a/tools/perf/util/thread.c
+++ b/tools/perf/util/thread.c
@@ -169,7 +169,7 @@ struct namespaces *thread__namespaces(struct thread *thread)
169} 169}
170 170
171static int __thread__set_namespaces(struct thread *thread, u64 timestamp, 171static int __thread__set_namespaces(struct thread *thread, u64 timestamp,
172 struct namespaces_event *event) 172 struct perf_record_namespaces *event)
173{ 173{
174 struct namespaces *new, *curr = __thread__namespaces(thread); 174 struct namespaces *new, *curr = __thread__namespaces(thread);
175 175
@@ -193,7 +193,7 @@ static int __thread__set_namespaces(struct thread *thread, u64 timestamp,
193} 193}
194 194
195int thread__set_namespaces(struct thread *thread, u64 timestamp, 195int thread__set_namespaces(struct thread *thread, u64 timestamp,
196 struct namespaces_event *event) 196 struct perf_record_namespaces *event)
197{ 197{
198 int ret; 198 int ret;
199 199