Searched defs:XRAY_FLAG (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_profiling_flags.cc | 27 #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 D | xray_fdr_flags.cc | 28 #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 D | xray_basic_flags.cc | 29 #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 D | xray_flags.cc | 28 #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 D | xray_profiling_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
|
H A D | xray_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
|
H A D | xray_fdr_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
|
H A D | xray_basic_flags.h | 24 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
|