Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/perf-regs-arch/
H A Dperf_regs_x86.c88 uint64_t __perf_reg_ip_x86(void) in __perf_reg_ip_x86() function
/openbmc/linux/tools/perf/util/
H A Dperf_regs.h62 uint64_t __perf_reg_ip_x86(void);
H A Dperf_regs.c98 return __perf_reg_ip_x86(); in perf_arch_reg_ip()