Searched refs:thread__ppid (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread.h | 157 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
|
/kernel/linux/linux-6.6/tools/perf/ |
H A 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()
|
H A 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()
|
H A D | builtin-trace.c | 3583 thread__ppid(thread), 3584 thread__ppid(thread));
|
Completed in 15 milliseconds