Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dhashmap.c63 void hashmap__clear(struct hashmap *map) in hashmap__clear() function
81 hashmap__clear(map); in hashmap__free()
H A Dhashmap.h88 void hashmap__clear(struct hashmap *map);
/linux-6.15/tools/perf/util/
H A Dhashmap.c63 void hashmap__clear(struct hashmap *map) in hashmap__clear() function
81 hashmap__clear(map); in hashmap__free()
H A Dhashmap.h88 void hashmap__clear(struct hashmap *map);
H A Dthreads.c40 hashmap__clear(&table->shard); in threads__exit()
H A Dexpr.c312 hashmap__clear(ctx->ids); in expr__ctx_clear()
H A Dhwmon_pmu.c400 hashmap__clear(&hwm->events); in hwmon_pmu__exit()
H A Dbpf_lock_contention.c109 hashmap__clear(&slab_hash); in exit_slab_cache_iter()
H A Dannotate.c154 hashmap__clear(notes->src->samples); in symbol__annotate_zero_histograms()
H A Devsel.c3853 hashmap__clear(evsel->per_pkg_mask); in evsel__zero_per_pkg()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c237 hashmap__clear(map); in test_hashmap_generic()