Home
last modified time | relevance | path

Searched refs:key_equal (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dexpr.c33 static bool key_equal(const void *key1, const void *key2, in key_equal() function
180 hashmap__init(&ctx->ids, key_hash, key_equal, NULL); in expr__ctx_init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dexpr.c68 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal() function
77 hash = hashmap__new(key_hash, key_equal, NULL); in ids__new()
299 ctx->ids = hashmap__new(key_hash, key_equal, NULL); in expr__ctx_new()

Completed in 2 milliseconds