Searched refs:thread__ppid (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | thread.h | 157 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
|
/Linux-v6.6/tools/perf/ |
D | builtin-report.c | 834 if (thread__ppid(thread) == -1) in tasks_list() 837 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread)); in tasks_list() 876 thread__ppid(thread), level, ""); in task__print_level()
|
D | builtin-sched.c | 2739 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime() 2759 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
|
D | builtin-trace.c | 3583 thread__ppid(thread), 3584 thread__ppid(thread));
|