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

demangle-java.h (288B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __PERF_DEMANGLE_JAVA
      3#define __PERF_DEMANGLE_JAVA 1
      4/*
      5 * demangle function flags
      6 */
      7#define JAVA_DEMANGLE_NORET	0x1 /* do not process return type */
      8
      9char * java_demangle_sym(const char *str, int flags);
     10
     11#endif /* __PERF_DEMANGLE_JAVA */