Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c158 static void pipe_setup(int cpu1, int cpu2) in pipe_setup() argument
201 static void yield_setup(int cpu1, int cpu2) in yield_setup() argument
203 if (cpu1 != cpu2) { in yield_setup()
294 static void futex_setup(int cpu1, int cpu2) in futex_setup() argument
389 int cpu2; in main() local
438 cpu1 = cpu2 = pick_online_cpu(); in main()
441 cpu2 = atoi(argv[optind++]); in main()
454 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no", in main()
462 actions->setup(cpu1, cpu2); in main()
465 start_fn(actions->thread2, NULL, cpu2); in main()
/tools/virtio/virtio-trace/
DREADME84 trace-path-cpu1, trace-path-cpu2, and agent-ctl-path.
/tools/perf/
Dbuiltin-stat.c1030 int cpu2 = perf_evsel__cpus(evsel)->map[i]; in first_shadow_cpu() local
1032 if (aggr_get_id(evsel_list->cpus, cpu2) == id) in first_shadow_cpu()
1033 return cpu2; in first_shadow_cpu()