Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/
Dbuiltin-sched.c947 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime() function
1598 curr_tr = thread__get_runtime(thread_to_check); in print_sched_map()
1606 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in print_sched_map()
1669 tr = thread__get_runtime(sched_in); in map_switch_event()
1756 tr = thread__get_runtime(sched->curr_out_thread[this_cpu.cpu]); in map_switch_event()
1889 tr = thread__get_runtime(thread); in perf_sched__process_comm()
2529 tr = thread__get_runtime(thread); in timehist_skip_sample()
2611 tr = thread__get_runtime(thread); in timehist_sched_wakeup_event()
2695 tr = thread__get_runtime(thread); in timehist_migrate_task_event()
2728 tr = thread__get_runtime(thread); in timehist_update_task_prio()
[all …]