Home
last modified time | relevance | path

Searched refs:thread__ppid (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/perf/util/
Dthread.h157 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
/Linux-v6.6/tools/perf/
Dbuiltin-report.c834 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()
Dbuiltin-sched.c2739 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()
Dbuiltin-trace.c3583 thread__ppid(thread),
3584 thread__ppid(thread));