Searched refs:perf_reg_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | perf_regs.h | 33 const char *perf_reg_name(int id, const char *arch); 77 static inline const char *perf_reg_name(int id __maybe_unused, const char *arch __maybe_unused) in perf_reg_name() function
|
H A D | perf_regs.c | 26 const char *perf_reg_name(int id, const char *arch) in perf_reg_name() function
|
H A D | session.c | 1212 perf_reg_name(rid, arch), val); in regs_dump__printf()
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 753 perf_reg_name(r, arch), val); in regs_map()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 703 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r, arch), val); in perf_sample__fprintf_regs()
|