Home
last modified time | relevance | path

Searched defs:XRAY_FLAG (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling_flags.cc27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() macro
H A Dxray_fdr_flags.cc28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() macro
H A Dxray_basic_flags.cc29 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
36 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() macro
H A Dxray_flags.cc28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() macro
H A Dxray_profiling_flags.h24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
H A Dxray_flags.h24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
H A Dxray_fdr_flags.h24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
H A Dxray_basic_flags.h24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro