HomeSort by: relevance | last modified time | path
    Searched defs:xray (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.h 10 // This file is a part of XRay, a function call tracing system.
18 #include "llvm/XRay/Trace.h"
19 #include "llvm/XRay/XRayRecord.h"
22 // TODO: Move these to llvm/include/Testing/XRay/...
24 namespace xray { namespace in namespace:llvm
56 } // namespace xray
test_helpers.cc 10 // This file is a part of XRay, a function call tracing system.
14 #include "xray/xray_records.h"
19 // TODO: Move these to llvm/include/Testing/XRay/...
21 namespace xray { namespace in namespace:llvm
26 return "llvm::xray::RecordTypes::ENTER";
28 return "llvm::xray::RecordTypes::EXIT";
30 return "llvm::xray::RecordTypes::TAIL_EXIT";
32 return "llvm::xray::RecordTypes::ENTER_ARG";
34 return "llvm::xray::RecordTypes::CUSTOM_EVENT";
36 return "llvm::xray::RecordTypes::TYPED_EVENT"
    [all...]

Completed in 13 milliseconds