Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() function
59 hashmap__init(map, hash_fn, equal_fn, ctx); in hashmap__new()
/linux/tools/perf/util/
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() function
59 hashmap__init(map, hash_fn, equal_fn, ctx); in hashmap__new()
H A Dbpf-trace-summary.c389 hashmap__init(&schash, sc_node_hash, sc_node_equal, /*ctx=*/NULL); in trace_print_bpf_summary()
H A Dhwmon_pmu.c386 hashmap__init(&hwm->events, hwmon_pmu__event_hashmap_hash, in hwmon_pmu__new()
H A Dbpf_lock_contention.c41 hashmap__init(&slab_hash, slab_cache_hash, slab_cache_equal, /*ctx=*/NULL); in check_slab_cache_iter()