Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dfncache.c18 static bool fncache__equal(long key1, long key2, void *ctx __maybe_unused) in fncache__equal() function
25 fncache = hashmap__new(fncache__hash, fncache__equal, /*ctx=*/NULL); in fncache__init()