Home
last modified time | relevance | path

Searched refs:thread__set_namespaces (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dthread.h72 int thread__set_namespaces(struct thread *thread, u64 timestamp,
Dthread.c163 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces() function
Dsession.c1548 if (thread == NULL || thread__set_namespaces(thread, 0, NULL)) { in perf_session__register_idle_thread()
Dmachine.c610 thread__set_namespaces(thread, sample->time, &event->namespaces)) { in machine__process_namespaces_event()