Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dbpf_lock_contention.c152 sym = machine__find_kernel_symbol(machine, st->addr, &kmap); in lock_contention_read()
Dmachine.h228 struct symbol *machine__find_kernel_symbol(struct machine *machine, u64 addr, in machine__find_kernel_symbol() function
Dmachine.c3303 struct symbol *sym = machine__find_kernel_symbol(machine, *addrp, &map); in machine__resolve_kernel_addr()
Dprobe-event.c2237 sym = machine__find_kernel_symbol(host_machine, addr, &map); in find_perf_probe_point_from_map()
/Linux-v6.1/tools/perf/tests/
Dvmlinux-kallsyms.c226 first_pair = machine__find_kernel_symbol(&kallsyms, mem_start, NULL); in test__vmlinux_matches_kallsyms()
/Linux-v6.1/tools/perf/
Dbuiltin-kmem.c1009 sym = machine__find_kernel_symbol(machine, addr, &map); in __print_slab_result()
1073 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_alloc_result()
1115 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_caller_result()
Dbuiltin-lock.c1533 sym = machine__find_kernel_symbol(con->machine, ip, &kmap); in print_contention_result()