Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dnuma.c51 int thread_nr; member
1036 int thread_nr = td->thread_nr; in worker_thread() local
1055 set_taskname("thread %d/%d", process_nr, thread_nr); in worker_thread()
1064 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread()
1068 if (process_nr == 0 && thread_nr == 0) in worker_thread()
1073 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1104 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1117 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1185 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()
1260 td->thread_nr = t; in worker_process()