Home
last modified time | relevance | path

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

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