Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.h44 void thread__put(struct thread *thread);
48 thread__put(*thread); in __thread__zput()
Dthread.c91 void thread__put(struct thread *thread) in thread__put() function
Dmachine.c1269 thread__put(th); in machine__remove_thread()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c1757 thread__put(trace->current); in trace__sys_enter()