cregit-Linux how code gets into the kernel

Release 4.8 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

PersonTokensPropCommitsCommitProp
ian munsieian munsie2257.89%133.33%
wang nanwang nan1539.47%133.33%
ingo molnaringo molnar12.63%133.33%
Total38100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.