Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dauxtrace.h565 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
Dauxtrace.c2071 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key) in auxtrace_cache__lookup() function
Dintel-pt.c646 return auxtrace_cache__lookup(dso->auxtrace_cache, offset); in intel_pt_cache_lookup()