Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/oprofile/
Dcpu_buffer.h43 struct task_struct *last_task; member
67 cpu_buf->last_task = NULL; in op_cpu_buffer_reset()
Dcpu_buffer.c77 b->last_task = NULL; in alloc_cpu_buffers()
205 if (cpu_buf->last_task != task) { in op_add_code()
206 cpu_buf->last_task = task; in op_add_code()
/linux-4.4.14/tools/perf/bench/
Dnuma.c1040 int first_task, last_task; in worker_thread() local
1063 last_task = 0; in worker_thread()
1065 last_task = 1; in worker_thread()
1189 if (!last_task) in worker_thread()