Searched refs:thread__ppid (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | thread.h | 166 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
|
/openbmc/linux/tools/perf/ |
H A D | builtin-report.c | 832 if (thread__ppid(thread) == -1) in tasks_list() 835 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread)); in tasks_list() 874 thread__ppid(thread), level, ""); in task__print_level()
|
H A D | builtin-sched.c | 2742 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime() 2762 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
|
H A D | builtin-trace.c | 3583 thread__ppid(thread), 3584 thread__ppid(thread));
|