Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/oprofile/
Dcpu_buffer.h43 struct task_struct *last_task; member
67 cpu_buf->last_task = NULL; in op_cpu_buffer_reset()
Dcpu_buffer.c79 b->last_task = NULL; in alloc_cpu_buffers()
207 if (cpu_buf->last_task != task) { in op_add_code()
208 cpu_buf->last_task = task; in op_add_code()
/Linux-v5.10/tools/perf/bench/
Dnuma.c1113 int first_task, last_task; in worker_thread() local
1136 last_task = 0; in worker_thread()
1138 last_task = 1; in worker_thread()
1265 if (!last_task) in worker_thread()