Searched refs:thread_rb_node (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
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 *nd, in __machine__remove_thread() 3223 struct thread_rb_node *trb = rb_entry(nd, struct thread_rb_node, rb_node); in machine__for_each_thread()
|
D | thread.h | 33 struct thread_rb_node { struct
|
/Linux-v6.6/tools/perf/ |
D | builtin-report.c | 917 task->thread = rb_entry(nd, struct thread_rb_node, rb_node)->thread; in tasks_print()
|
D | builtin-trace.c | 4323 entry->thread = rb_entry(nd, struct thread_rb_node, rb_node)->thread;
|