Searched refs:sched_getcpu (Results 1 – 20 of 20) sorted by relevance
/linux-6.12.1/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_thread_test.c | 24 sched_getcpu(), val, cur_dscr); in test_thread_dscr() 30 sched_getcpu(), val, cur_dscr_usr); in test_thread_dscr()
|
/linux-6.12.1/tools/testing/selftests/ring-buffer/ |
D | map_test.c | 139 int cpu = sched_getcpu(); in FIXTURE_SETUP() 297 int cpu = sched_getcpu(); in TEST_F() 308 int cpu = sched_getcpu(); in TEST_F()
|
/linux-6.12.1/tools/build/feature/ |
D | test-sched_getcpu.c | 9 return sched_getcpu(); in main()
|
D | Makefile | 71 test-sched_getcpu.bin \ 161 $(OUTPUT)test-sched_getcpu.bin:
|
/linux-6.12.1/tools/testing/selftests/rseq/ |
D | basic_test.c | 30 assert(sched_getcpu() == i); in test_cpu_pointer()
|
D | rseq.c | 260 cpu = sched_getcpu(); in rseq_fallback_current_cpu()
|
/linux-6.12.1/tools/perf/util/ |
D | cloexec.c | 30 cpu = sched_getcpu(); in perf_flag_probe()
|
D | util.h | 57 int sched_getcpu(void);
|
D | util.c | 547 int sched_getcpu(void) in sched_getcpu() function
|
/linux-6.12.1/tools/testing/selftests/turbostat/ |
D | smi_aperf_mperf.py | 16 BASE_CPU = this_image.sched_getcpu()
|
/linux-6.12.1/tools/power/cpupower/utils/idle_monitor/ |
D | cpuidle_sysfs.c | 147 this_cpu = sched_getcpu(); in cpuidle_register()
|
/linux-6.12.1/samples/bpf/ |
D | cpustat_user.c | 116 rcpu = sched_getcpu(); in cpu_stat_inject_cpu_idle_event()
|
/linux-6.12.1/tools/power/cpupower/utils/ |
D | cpupower.c | 208 base_cpu = sched_getcpu(); in main()
|
/linux-6.12.1/tools/build/ |
D | Makefile.feature | 69 sched_getcpu \
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer_edge_cases.c | 855 uint32_t cur = sched_getcpu(); in next_pcpu() 881 pr_debug("Migrating from %u to %u\n", sched_getcpu(), new_pcpu); in migrate_self()
|
/linux-6.12.1/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 1377 base_cpu = sched_getcpu(); in set_base_cpu()
|
/linux-6.12.1/tools/perf/ |
D | builtin-record.c | 1526 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu()); in record__adjust_affinity() 1693 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__thread() 2306 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu()); in record__start_threads()
|
D | Makefile.config | 507 ifeq ($(feature-sched_getcpu), 1)
|
/linux-6.12.1/tools/perf/bench/ |
D | numa.c | 910 cpu = sched_getcpu(); in update_curr_cpu()
|
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 5622 base_cpu = sched_getcpu(); in set_max_cpu_num() 7974 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
|