Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h166 static inline pid_t thread__ppid(const struct thread *thread) in thread__ppid() function
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c832 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 Dbuiltin-sched.c2742 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 Dbuiltin-trace.c3583 thread__ppid(thread),
3584 thread__ppid(thread));