Home
last modified time | relevance | path

Searched refs:perf_reg_name (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/tools/perf/arch/arm/include/
Dperf_regs.h18 static inline const char *perf_reg_name(int id) in perf_reg_name() function
/Linux-v4.19/tools/perf/util/
Dperf_regs.h35 static inline const char *perf_reg_name(int id __maybe_unused) in perf_reg_name() function
Dsession.c964 perf_reg_name(rid), val); in regs_dump__printf()
/Linux-v4.19/tools/perf/arch/arm64/include/
Dperf_regs.h18 static inline const char *perf_reg_name(int id) in perf_reg_name() function
/Linux-v4.19/tools/perf/arch/s390/include/
Dperf_regs.h17 static inline const char *perf_reg_name(int id) in perf_reg_name() function
/Linux-v4.19/tools/perf/arch/x86/include/
Dperf_regs.h27 static inline const char *perf_reg_name(int id) in perf_reg_name() function
/Linux-v4.19/tools/perf/arch/powerpc/include/
Dperf_regs.h68 static inline const char *perf_reg_name(int id) in perf_reg_name() function
/Linux-v4.19/tools/perf/
Dbuiltin-script.c581 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r), val); in perf_sample__fprintf_iregs()
602 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r), val); in perf_sample__fprintf_uregs()
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c696 perf_reg_name(r), val); in regs_map()