Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/bench/
Dsched-messaging.c36 static bool thread_mode = false; variable
114 if (!thread_mode) in receiver()
143 if (!thread_mode) { in create_worker()
181 if (!thread_mode) { in reap_worker()
224 if (!thread_mode) in group()
238 if (!thread_mode) in group()
249 OPT_BOOLEAN('t', "thread", &thread_mode,
307 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()
310 thread_mode ? "threads" : "processes"); in bench_sched_messaging()
/linux-5.19.10/kernel/trace/
Dtrace_hwlat.c112 int thread_mode; /* thread mode */ member
117 .thread_mode = MODE_ROUND_ROBIN
122 if (hwlat_data.thread_mode == MODE_PER_CPU) in get_cpu_data()
346 hwlat_data.thread_mode = MODE_NONE; in move_to_next_cpu()
366 if (hwlat_data.thread_mode == MODE_ROUND_ROBIN) in kthread_fn()
442 if (hwlat_data.thread_mode == MODE_ROUND_ROBIN) { in start_single_kthread()
516 if (!hwlat_busy || hwlat_data.thread_mode != MODE_PER_CPU) in hwlat_hotplug_workfn()
632 if (mode == hwlat_data.thread_mode) in s_mode_show()
711 hwlat_data.thread_mode = i; in hwlat_mode_write()
813 if (hwlat_data.thread_mode == MODE_PER_CPU) in hwlat_tracer_start()
[all …]