cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

dwarf2.h (292B)


      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