Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/tools/perf/util/include/asm/dwarf2.h
10825 views
1
2
#ifndef PERF_DWARF2_H
3
#define PERF_DWARF2_H
4
5
/* dwarf2.h ... dummy header file for including arch/x86/lib/memcpy_64.S */
6
7
#define CFI_STARTPROC
8
#define CFI_ENDPROC
9
10
#endif /* PERF_DWARF2_H */
11
12
13