Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dbpf-loader.c347 static bool ptr_equal(const void *key1, const void *key2, in ptr_equal() function
365 bpf_program_hash = hashmap__new(ptr_hash, ptr_equal, NULL); in program_set_priv()
1202 bpf_map_hash = hashmap__new(ptr_hash, ptr_equal, NULL); in map_set_priv()