Searched refs:perf_arch_reg_ip (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dperf_regs.h33 uint64_t perf_arch_reg_ip(const char *arch);
65 return (1ULL << perf_arch_reg_ip(arch)) | (1ULL << perf_arch_reg_sp(arch));
H A Dperf_regs.c86 uint64_t perf_arch_reg_ip(const char *arch) function
H A Dunwind-libdw.c289 err = perf_reg_value(&ip, &data->user_regs, perf_arch_reg_ip(arch));
H A Dunwind-libunwind-local.c740 perf_arch_reg_ip(arch));

Completed in 113 milliseconds