Searched refs:perf_reg_name (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | perf_regs.h | 37 const char *perf_reg_name(int id, const char *arch); 46 static inline const char *perf_reg_name(int id __maybe_unused, const char *arch __maybe_unused) in perf_reg_name() function
|
A D | perf_regs.c | 667 const char *perf_reg_name(int id, const char *arch) in perf_reg_name() function
|
A D | session.c | 1213 perf_reg_name(rid, arch), val); in regs_dump__printf()
|
/linux-6.3-rc2/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 736 perf_reg_name(r, arch), val); in regs_map()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-script.c | 694 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r, arch), val); in perf_sample__fprintf_regs()
|
Completed in 52 milliseconds