Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dmachine.c29 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock);
187 __machine__remove_thread(machine, t, false); in machine__delete_threads()
1673 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread() function
1699 return __machine__remove_thread(machine, th, true); in machine__remove_thread()