Home
last modified time | relevance | path

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

/tools/perf/bench/
Dnuma.c49 int thread_nr; member
1023 int thread_nr = td->thread_nr; in worker_thread() local
1041 set_taskname("thread %d/%d", process_nr, thread_nr); in worker_thread()
1050 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread()
1054 if (process_nr == 0 && thread_nr == 0) in worker_thread()
1059 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1090 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1103 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1171 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()
1239 td->thread_nr = t; in worker_process()