Searched refs:thread_rb_node (Results 1 - 4 of 4) sorted by relevance
/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, 79 return to_find - (int)thread__tid(rb_entry(nd, struct thread_rb_node, rb_node)->thread); in thread_rb_node__cmp_tid() 82 static struct thread_rb_node *thread_rb_node__find(const struct thread *th, in thread_rb_node__find() 88 return rb_entry(nd, struct thread_rb_node, rb_node); in thread_rb_node__find() 233 struct thread_rb_node *trb = rb_entry(nd, struct thread_rb_node, rb_node); in machine__delete_threads() 626 struct thread_rb_node *nd; in ____machine__findnew_thread() 635 th = rb_entry(parent, struct thread_rb_node, rb_node)->thread; in ____machine__findnew_thread() 1139 struct thread *pos = rb_entry(nd, struct thread_rb_node, rb_node)->thread; in machine__fprintf() 2053 static void __machine__remove_thread(struct machine *machine, struct thread_rb_node *n [all...] |
H A D | thread.h | 33 struct thread_rb_node { struct
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 917 task->thread = rb_entry(nd, struct thread_rb_node, rb_node)->thread; in tasks_print()
|
H A D | builtin-trace.c | 4323 entry->thread = rb_entry(nd, struct thread_rb_node, rb_node)->thread;
|
Completed in 14 milliseconds