Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-report.c889 static int thread_level(struct machine *machine, const struct thread *thread) in thread_level() function
905 res = 1 + thread_level(machine, parent_thread); in thread_level()
912 int level = thread_level(machine, thread); in task__print_level()
961 level_a = thread_level(machine, a); in task_list_cmp()
962 level_b = thread_level(machine, b); in task_list_cmp()