Release 4.7 tools/perf/util/include/dwarf-regs.h
#ifndef _PERF_DWARF_REGS_H_
#define _PERF_DWARF_REGS_H_
#ifdef HAVE_DWARF_SUPPORT
const char *get_arch_regstr(unsigned int n);
#endif
#ifdef HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
/*
* Arch should support fetching the offset of a register in pt_regs
* by its name. See kernel's regs_query_register_offset in
* arch/xxx/kernel/ptrace.c.
*/
int regs_query_register_offset(const char *name);
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
ian munsie | ian munsie | 22 | 57.89% | 1 | 33.33% |
wang nan | wang nan | 15 | 39.47% | 1 | 33.33% |
ingo molnar | ingo molnar | 1 | 2.63% | 1 | 33.33% |
| Total | 38 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.