Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-sched.c622 struct task_desc *this_task = parms->task; in thread_func() local
631 sprintf(comm2, ":%s", this_task->comm); in thread_func()
636 ret = sem_post(&this_task->ready_for_work); in thread_func()
645 for (i = 0; i < this_task->nr_events; i++) { in thread_func()
646 this_task->curr_event = i; in thread_func()
647 perf_sched__process_event(sched, this_task->atoms[i]); in thread_func()
651 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()
652 ret = sem_post(&this_task->work_done_sem); in thread_func()