Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dperf_buffer.c39 err = parse_cpu_mask_file("/sys/devices/system/cpu/online", in test_perf_buffer()
/tools/lib/bpf/
Dlibbpf_internal.h67 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
Dlibbpf.c5966 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in parse_cpu_mask_file() function
6004 err = parse_cpu_mask_file(fcpu, &mask, &n); in libbpf_num_possible_cpus()