Home
last modified time | relevance | path

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

/tools/perf/util/
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()
A Dhashmap.h83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
A Dthreads.c28 hashmap__init(&table->shard, key_hash, key_equal, NULL); in threads__init()
A Dbpf-trace-summary.c382 hashmap__init(&schash, sc_node_hash, sc_node_equal, /*ctx=*/NULL); in trace_print_bpf_summary()
A Dhwmon_pmu.c386 hashmap__init(&hwm->events, hwmon_pmu__event_hashmap_hash, in hwmon_pmu__new()
A Dbpf_lock_contention.c41 hashmap__init(&slab_hash, slab_cache_hash, slab_cache_equal, /*ctx=*/NULL); in check_slab_cache_iter()
/tools/lib/bpf/
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()
A Dhashmap.h83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,

Completed in 16 milliseconds