Home
last modified time | relevance | path

Searched refs:idx_hash (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c31 struct idx_hash { struct
36 } idx_hash SEC(".maps");
237 idx = bpf_map_lookup_elem(&idx_hash, &key); in perf_sample_filter()
/linux/tools/perf/util/
H A Dbpf-filter.c689 bpf_map__set_max_entries(skel->maps.idx_hash, MAX_IDX_HASH); in perf_bpf_filter__pin()