Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c932 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime() function
1574 tr = thread__get_runtime(sched_in); in map_switch_event()
1632 curr_tr = thread__get_runtime(sched->curr_thread[cpu]); in map_switch_event()
1778 tr = thread__get_runtime(thread); in perf_sched__process_comm()
2429 tr = thread__get_runtime(thread); in timehist_sched_wakeup_event()
2513 tr = thread__get_runtime(thread); in timehist_migrate_task_event()
2556 tr = thread__get_runtime(thread); in timehist_sched_change_event()
2603 last_tr = thread__get_runtime(itr->last_thread); in timehist_sched_change_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c954 static struct thread_runtime *thread__get_runtime(struct thread *thread) in thread__get_runtime() function
1614 tr = thread__get_runtime(sched_in); in map_switch_event()
1674 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]); in map_switch_event()
1820 tr = thread__get_runtime(thread); in perf_sched__process_comm()
2484 tr = thread__get_runtime(thread); in timehist_sched_wakeup_event()
2568 tr = thread__get_runtime(thread); in timehist_migrate_task_event()
2612 tr = thread__get_runtime(thread); in timehist_sched_change_event()
2659 last_tr = thread__get_runtime(itr->last_thread); in timehist_sched_change_event()

Completed in 11 milliseconds