root/tools/perf/util/include/asm/dwarf2.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 
   3 #ifndef PERF_DWARF2_H
   4 #define PERF_DWARF2_H
   5 
   6 /* dwarf2.h ... dummy header file for including arch/x86/lib/mem{cpy,set}_64.S */
   7 
   8 #define CFI_STARTPROC
   9 #define CFI_ENDPROC
  10 #define CFI_REMEMBER_STATE
  11 #define CFI_RESTORE_STATE
  12 
  13 #endif  /* PERF_DWARF2_H */
  14 

/* [<][>][^][v][top][bottom][index][help] */