Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dsched-messaging.c37 static bool thread_mode = false; variable
127 if (!thread_mode) in receiver()
188 if (!thread_mode) in create_worker()
199 if (!thread_mode) { in reap_worker()
244 if (!thread_mode) in group()
258 if (!thread_mode) in group()
280 OPT_BOOLEAN('t', "thread", &thread_mode,
311 if (!thread_mode) { in bench_sched_messaging()
342 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()
345 thread_mode ? "threads" : "processes"); in bench_sched_messaging()
/linux/kernel/trace/
H A 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()
520 if (!hwlat_busy || hwlat_data.thread_mode != MODE_PER_CPU) in hwlat_hotplug_workfn()
635 if (mode == hwlat_data.thread_mode) in s_mode_show()
714 hwlat_data.thread_mode = i; in hwlat_mode_write()
816 if (hwlat_data.thread_mode in hwlat_tracer_start()
[all...]