reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/include/xray/xray_log_interface.h
  244 XRayLogRegisterStatus __xray_log_select_mode(const char *Mode);

References

projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  479     auto SelectResult = __xray_log_select_mode("xray-basic");
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  744     auto SelectResult = __xray_log_select_mode("xray-fdr");
projects/compiler-rt/lib/xray/xray_profiling.cpp
  513     __xray_log_select_mode("xray_profiling");