Searched refs:perf_reg_name (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/util/ |
| A D | perf_regs.h | 31 const char *perf_reg_name(int id, const char *arch);
|
| A D | perf_regs.c | 33 const char *perf_reg_name(int id, const char *arch) in perf_reg_name() function
|
| A D | session.c | 926 perf_reg_name(rid, arch), val); in regs_dump__printf()
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 734 perf_reg_name(r, arch), val); in regs_map()
|
| /tools/perf/ |
| A D | builtin-script.c | 739 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r, arch), val); in perf_sample__fprintf_regs()
|
Completed in 19 milliseconds