Searched refs:hashmap__init (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/util/ |
| A D | hashmap.c | 38 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 D | hashmap.h | 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
| A D | threads.c | 28 hashmap__init(&table->shard, key_hash, key_equal, NULL); in threads__init()
|
| A D | bpf-trace-summary.c | 382 hashmap__init(&schash, sc_node_hash, sc_node_equal, /*ctx=*/NULL); in trace_print_bpf_summary()
|
| A D | hwmon_pmu.c | 386 hashmap__init(&hwm->events, hwmon_pmu__event_hashmap_hash, in hwmon_pmu__new()
|
| A D | bpf_lock_contention.c | 41 hashmap__init(&slab_hash, slab_cache_hash, slab_cache_equal, /*ctx=*/NULL); in check_slab_cache_iter()
|
| /tools/lib/bpf/ |
| A D | hashmap.c | 38 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 D | hashmap.h | 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn,
|
Completed in 16 milliseconds