Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dauxtrace.h566 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
H A Dauxtrace.c2171 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key) in auxtrace_cache__lookup() function
H A Dintel-pt.c655 return auxtrace_cache__lookup(dso__auxtrace_cache(dso), offset); in intel_pt_cache_lookup()