Searched refs:sched_getcpu (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/build/feature/
H A Dtest-sched_getcpu.c9 return sched_getcpu();
H A DMakefile71 test-sched_getcpu.bin \
138 $(OUTPUT)test-sched_getcpu.bin:
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_thread_test.c24 sched_getcpu(), val, cur_dscr);
30 sched_getcpu(), val, cur_dscr_usr);
/linux-master/tools/testing/selftests/rseq/
H A Dbasic_test.c30 assert(sched_getcpu() == i);
H A Drseq.c220 cpu = sched_getcpu();
222 perror("sched_getcpu()");
/linux-master/tools/perf/util/
H A Dcloexec.c4 #include "util.h" // for sched_getcpu()
30 cpu = sched_getcpu();
H A Dutil.h57 int sched_getcpu(void);
H A Dutil.c541 int sched_getcpu(void) function
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c147 this_cpu = sched_getcpu();
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c208 base_cpu = sched_getcpu();
/linux-master/samples/bpf/
H A Dcpustat_user.c116 rcpu = sched_getcpu();
/linux-master/tools/build/
H A DMakefile.feature69 sched_getcpu \
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1377 base_cpu = sched_getcpu();
/linux-master/tools/perf/
H A Dbuiltin-record.c1518 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu());
1685 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu());
2314 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu());
H A DMakefile.config492 ifeq ($(feature-sched_getcpu), 1)
/linux-master/tools/perf/bench/
H A Dnuma.c910 cpu = sched_getcpu();
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4590 base_cpu = sched_getcpu();
6766 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch))

Completed in 241 milliseconds