Searched refs:parse_cpu_mask_file (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | raw_tp_test_run.c | 22 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", &online, in test_raw_tp_test_run()
|
D | perf_buffer.c | 60 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", in serial_test_perf_buffer()
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf_internal.h | 404 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
|
D | libbpf.c | 13344 err = parse_cpu_mask_file(online_cpus_file, &online, &n); in __perf_buffer__new() 13670 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in parse_cpu_mask_file() function 13708 err = parse_cpu_mask_file(fcpu, &mask, &n); in libbpf_num_possible_cpus()
|