Searched refs:__machine__remove_thread (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 44 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()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 46 static void __machine__remove_thread(struct machine *machine, struct thread_rb_node *nd, 236 __machine__remove_thread(machine, trb, trb->thread, false); in machine__delete_threads() 2053 static void __machine__remove_thread(struct machine *machine, struct thread_rb_node *nd, in __machine__remove_thread() function 2082 return __machine__remove_thread(machine, NULL, th, true); in machine__remove_thread()
|
Completed in 11 milliseconds