Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dfncache.c28 static struct hashmap *fncache__get(void) in fncache__get() function
41 if (!hashmap__find(fncache__get(), name, &val)) in lookup_fncache()
53 hashmap__set(fncache__get(), key, res, &old_key, /*old_value*/NULL); in update_fncache()