Home
last modified time | relevance | path

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

/tools/perf/util/
A Dlock-contention.c133 sym = machine__find_kernel_symbol(machine, ip, &kmap); in match_callstack_filter()
A Dmachine.h243 struct symbol *machine__find_kernel_symbol(struct machine *machine, u64 addr, in machine__find_kernel_symbol() function
A Dbpf_lock_contention.c596 sym = machine__find_kernel_symbol(machine, key->lock_addr_or_cgroup, &kmap); in lock_contention_get_name()
637 sym = machine__find_kernel_symbol(machine, addr, &kmap); in lock_contention_get_name()
A Dmachine.c3202 struct symbol *sym = machine__find_kernel_symbol(machine, *addrp, &map); in machine__resolve_kernel_addr()
A Dprobe-event.c2305 sym = machine__find_kernel_symbol(host_machine, addr, &map); in find_perf_probe_point_from_map()
/tools/perf/tests/
A Dvmlinux-kallsyms.c300 first_pair = machine__find_kernel_symbol(&args.kallsyms, mem_start, NULL); in test__vmlinux_matches_kallsyms()
/tools/perf/
A Dbuiltin-kmem.c1024 sym = machine__find_kernel_symbol(machine, addr, &map); in __print_slab_result()
1088 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_alloc_result()
1130 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_caller_result()
A Dbuiltin-lock.c1022 sym = machine__find_kernel_symbol(machine, key, &kmap); in report_lock_contention_begin_event()
1670 sym = machine__find_kernel_symbol(con->machine, ip, &kmap); in print_lock_stat_stdio()
1723 sym = machine__find_kernel_symbol(con->machine, ip, &kmap); in print_lock_stat_csv()

Completed in 685 milliseconds