Searched refs:key_equal (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/ |
| A D | threads.c | 18 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal() function 28 hashmap__init(&table->shard, key_hash, key_equal, NULL); in threads__init()
|
| A D | expr.c | 64 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal() function 73 hash = hashmap__new(key_hash, key_equal, NULL); in ids__new() 295 ctx->ids = hashmap__new(key_hash, key_equal, NULL); in expr__ctx_new()
|
Completed in 5 milliseconds