Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dfncache.c11 static struct hashmap *fncache; variable
25 fncache = hashmap__new(fncache__hash, fncache__equal, /*ctx=*/NULL); in fncache__init()
34 return fncache; in fncache__get()
H A DBuild67 perf-util-y += fncache.o