Searched refs:thread__set_namespaces (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread.h | 89 int thread__set_namespaces(struct thread *thread, u64 timestamp,
|
H A D | thread.c | 197 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces() function
|
H A D | machine.c | 648 thread__set_namespaces(thread, sample->time, &event->namespaces)) { in machine__process_namespaces_event()
|
H A D | session.c | 1813 if (thread == NULL || thread__set_namespaces(thread, 0, NULL)) { in perf_session__register_idle_thread()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread.h | 88 int thread__set_namespaces(struct thread *thread, u64 timestamp,
|
H A D | thread.c | 192 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces() function
|
H A D | machine.c | 732 thread__set_namespaces(thread, 0, NULL)) in machine__idle_thread() 794 thread__set_namespaces(thread, sample->time, &event->namespaces)) { in machine__process_namespaces_event()
|
Completed in 15 milliseconds