Searched refs:intel_pt_cache_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 531 intel_pt_cache_lookup(struct dso *dso, struct machine *machine, u64 offset) in intel_pt_cache_lookup() function 604 e = intel_pt_cache_lookup(al.map->dso, machine, offset); in intel_pt_walk_next_insn() 675 e = intel_pt_cache_lookup(al.map->dso, machine, start_offset); in intel_pt_walk_next_insn() 2687 e = intel_pt_cache_lookup(al.map->dso, machine, offset); in intel_pt_text_poke()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intel-pt.c | 646 intel_pt_cache_lookup(struct dso *dso, struct machine *machine, u64 offset) in intel_pt_cache_lookup() function 834 e = intel_pt_cache_lookup(dso, machine, offset); in intel_pt_walk_next_insn() 924 e = intel_pt_cache_lookup(map__dso(al.map), machine, start_offset); in intel_pt_walk_next_insn() 3424 e = intel_pt_cache_lookup(dso, machine, offset); in intel_pt_text_poke()
|
Completed in 11 milliseconds