this_task 618 tools/perf/builtin-sched.c struct task_desc *this_task = parms->task; this_task 627 tools/perf/builtin-sched.c sprintf(comm2, ":%s", this_task->comm); this_task 632 tools/perf/builtin-sched.c ret = sem_post(&this_task->ready_for_work); this_task 641 tools/perf/builtin-sched.c for (i = 0; i < this_task->nr_events; i++) { this_task 642 tools/perf/builtin-sched.c this_task->curr_event = i; this_task 643 tools/perf/builtin-sched.c perf_sched__process_event(sched, this_task->atoms[i]); this_task 647 tools/perf/builtin-sched.c this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; this_task 648 tools/perf/builtin-sched.c ret = sem_post(&this_task->work_done_sem);