Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c369 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom) in process_sched_event()
440 struct task_desc *this_task = ctx; in thread_func() local
446 sprintf(comm2, ":%s", this_task->comm); in thread_func()
451 ret = sem_post(&this_task->ready_for_work); in thread_func()
460 for (i = 0; i < this_task->nr_events; i++) { in thread_func()
461 this_task->curr_event = i; in thread_func()
462 process_sched_event(this_task, this_task->atoms[i]); in thread_func()
466 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()
467 ret = sem_post(&this_task->work_done_sem); in thread_func()