Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dmachine.c44 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock);
207 __machine__remove_thread(machine, t, false); in machine__delete_threads()
1826 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread() function
1861 return __machine__remove_thread(machine, th, true); in machine__remove_thread()