Home
last modified time | relevance | path

Searched refs:parse_cpu_mask_file (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c22 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", &online, in test_raw_tp_test_run()
24 if (!ASSERT_OK(err, "parse_cpu_mask_file")) in test_raw_tp_test_run()
H A Dperf_buffer.c60 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", in serial_test_perf_buffer()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dperf_buffer.c60 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", in test_perf_buffer()
H A Draw_tp_test_run.c25 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", &online, in test_raw_tp_test_run()
27 if (CHECK(err, "parse_cpu_mask_file", "err %d\n", err)) in test_raw_tp_test_run()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_internal.h150 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
H A Dlibbpf.c10202 err = parse_cpu_mask_file(online_cpus_file, &online, &n); in __perf_buffer__new()
10735 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in parse_cpu_mask_file() function
10773 err = parse_cpu_mask_file(fcpu, &mask, &n); in libbpf_num_possible_cpus()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_internal.h382 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
H A Dlibbpf.c12573 err = parse_cpu_mask_file(online_cpus_file, &online, &n); in __perf_buffer__new()
12899 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in parse_cpu_mask_file() function
12937 err = parse_cpu_mask_file(fcpu, &mask, &n); in libbpf_num_possible_cpus()

Completed in 33 milliseconds