Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/tools/perf/util/include/dwarf-regs.h
10823 views
1
#ifndef _PERF_DWARF_REGS_H_
2
#define _PERF_DWARF_REGS_H_
3
4
#ifdef DWARF_SUPPORT
5
const char *get_arch_regstr(unsigned int n);
6
#endif
7
8
#endif
9
10