Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dfeatures.c666 [FEAT_GLOBAL_DATA] = {
H A Dlibbpf_internal.h355 FEAT_GLOBAL_DATA, enumerator
H A Dlibbpf.c5674 feat_id = is_percpu ? FEAT_PERCPU_DATA : FEAT_GLOBAL_DATA; in bpf_object__create_maps()