Searched refs:thread__ppid (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-report.c | 907 if (thread__ppid(thread) <= 0) in thread_level() 910 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread)); in thread_level() 925 thread__ppid(thread), level, ""); in task__print_level() 963 if (thread__ppid(a) == thread__ppid(b)) in task_list_cmp() 976 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 987 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp() 998 while (thread__ppid(a) != thread__ppid(b)) { in task_list_cmp() 1001 parent = machine__find_thread(machine, -1, thread__ppid( in task_list_cmp() [all...] |
| H A D | builtin-sched.c | 2957 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime() 2977 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
|
| H A D | builtin-trace.c | 4128 thread__ppid(thread), in trace__set_filter_loop_pids() 4129 thread__ppid(thread)); in trace__set_filter_loop_pids()
|
| /linux/tools/perf/util/ |
| H A D | thread.h | 168 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
|