Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/bench/
Dnuma.c49 int thread_nr; member
1031 int thread_nr = td->thread_nr; in worker_thread() local
1049 set_taskname("thread %d/%d", process_nr, thread_nr); in worker_thread()
1058 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread()
1062 if (process_nr == 0 && thread_nr == 0) in worker_thread()
1067 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1098 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1111 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1179 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()
1247 td->thread_nr = t; in worker_process()