Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.h76 int thread__set_namespaces(struct thread *thread, u64 timestamp,
Dthread.c195 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces() function
Dsession.c1717 if (thread == NULL || thread__set_namespaces(thread, 0, NULL)) { in perf_session__register_idle_thread()
Dmachine.c643 thread__set_namespaces(thread, sample->time, &event->namespaces)) { in machine__process_namespaces_event()