Searched refs:thread__ppid (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ |
| A D | builtin-report.c | 897 if (thread__ppid(thread) <= 0) in thread_level() 900 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread)); in thread_level() 915 thread__ppid(thread), level, ""); in task__print_level() 953 if (thread__ppid(a) == thread__ppid(b)) in task_list_cmp() 966 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 977 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp() 988 while (thread__ppid(a) != thread__ppid(b)) { in task_list_cmp() 991 parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 996 parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp()
|
| A D | builtin-sched.c | 2893 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime() 2913 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
|
| A D | builtin-trace.c | 3980 thread__ppid(thread), 3981 thread__ppid(thread));
|
| /linux/tools/perf/util/ |
| A D | thread.h | 160 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
|
Completed in 27 milliseconds