Searched refs:xray (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-12-stable/usr.bin/clang/llvm-xray/
H A DMakefile3 PROG_CXX= llvm-xray
6 SRCDIR= llvm/tools/llvm-xray
8 SRCS+= llvm-xray.cpp
9 SRCS+= xray-account.cpp
10 SRCS+= xray-color-helper.cpp
11 SRCS+= xray-converter.cpp
12 SRCS+= xray-extract.cpp
13 SRCS+= xray-graph-diff.cpp
14 SRCS+= xray-graph.cpp
15 SRCS+= xray
[all...]
/freebsd-12-stable/lib/libclang_rt/xray-profiling/
H A DMakefile5 LIB= clang_rt.xray-profiling-${CRTARCH}
7 SRCS+= xray/xray_profile_collector.cpp
8 SRCS+= xray/xray_profiling.cpp
9 SRCS+= xray/xray_profiling_flags.cpp
/freebsd-12-stable/lib/libclang_rt/xray-basic/
H A DMakefile5 LIB= clang_rt.xray-basic-${CRTARCH}
7 SRCS+= xray/xray_basic_flags.cpp
8 SRCS+= xray/xray_basic_logging.cpp
/freebsd-12-stable/lib/libclang_rt/xray-fdr/
H A DMakefile5 LIB= clang_rt.xray-fdr-${CRTARCH}
7 SRCS+= xray/xray_fdr_flags.cpp
8 SRCS+= xray/xray_fdr_logging.cpp
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFileHeaderReader.h22 namespace xray { namespace in namespace:llvm
29 } // namespace xray
H A DYAMLXRayRecord.h21 namespace xray { namespace in namespace:llvm
49 } // namespace xray
55 template <> struct ScalarEnumerationTraits<xray::RecordTypes> {
56 static void enumeration(IO &IO, xray::RecordTypes &Type) {
57 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
58 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
59 IO.enumCase(Type, "function-tail-exit", xray::RecordTypes::TAIL_EXIT);
60 IO.enumCase(Type, "function-enter-arg", xray::RecordTypes::ENTER_ARG);
61 IO.enumCase(Type, "custom-event", xray::RecordTypes::CUSTOM_EVENT);
62 IO.enumCase(Type, "typed-event", xray
[all...]
H A DInstrumentationMap.h27 namespace xray { namespace in namespace:llvm
99 } // end namespace xray
103 template <> struct ScalarEnumerationTraits<xray::SledEntry::FunctionKinds> {
104 static void enumeration(IO &IO, xray::SledEntry::FunctionKinds &Kind) {
105 IO.enumCase(Kind, "function-enter", xray::SledEntry::FunctionKinds::ENTRY);
106 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
107 IO.enumCase(Kind, "tail-exit", xray::SledEntry::FunctionKinds::TAIL);
109 xray::SledEntry::FunctionKinds::LOG_ARGS_ENTER);
111 xray::SledEntry::FunctionKinds::CUSTOM_EVENT);
115 template <> struct MappingTraits<xray
[all...]
H A DFDRLogBuilder.h14 namespace xray { namespace in namespace:llvm
37 } // namespace xray
H A DFDRRecordProducer.h17 namespace xray { namespace in namespace:llvm
47 } // namespace xray
H A DXRayRecord.h11 // xray project.
22 namespace xray { namespace in namespace:llvm
47 // This is different depending on the type of xray record. The naive format
101 } // namespace xray
H A DFDRRecordConsumer.h18 namespace xray { namespace in namespace:llvm
51 } // namespace xray
H A DFDRTraceWriter.h21 namespace xray { namespace in namespace:llvm
52 } // namespace xray
H A DTrace.h24 namespace xray { namespace in namespace:llvm
36 /// if (auto TraceOrErr = loadTraceFile("xray-log.something.xray")) {
77 } // namespace xray
H A DBlockIndexer.h22 namespace xray { namespace in namespace:llvm
65 } // namespace xray
/freebsd-12-stable/lib/libclang_rt/
H A DMakefile27 SUBDIR+= xray
28 SUBDIR+= xray-basic
29 SUBDIR+= xray-fdr
30 SUBDIR+= xray-profiling
/freebsd-12-stable/lib/libclang_rt/xray/
H A DMakefile5 LIB= clang_rt.xray-${CRTARCH}
35 SRCS+= xray/xray_buffer_queue.cpp
36 SRCS+= xray/xray_flags.cpp
37 SRCS+= xray/xray_init.cpp
38 SRCS+= xray/xray_interface.cpp
39 SRCS+= xray/xray_log_interface.cpp
40 SRCS+= xray/xray_trampoline_x86_64.S
41 SRCS+= xray/xray_utils.cpp
42 SRCS+= xray/xray_x86_64.cpp
44 .PATH: ${CRTSRC}/include/xray
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64.cpp2 #include <xray/xray_interface.h>
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp1 //===- llvm-xray.cpp: XRay Tool Main Program ------------------------------===//
16 // llvm-xray [options] <subcommand> [subcommand-specific options]
18 #include "xray-registry.h"
23 using namespace llvm::xray;
39 ExitOnError("llvm-xray: ")(C());
H A Dxray-registry.h1 //===- xray-registry.h - Define registry mechanism for commands. ----------===//
19 namespace xray { namespace in namespace:llvm
37 } // namespace xray
H A Dxray-converter.h1 //===- xray-converter.h - XRay Trace Conversion ---------------------------===//
21 namespace xray { namespace in namespace:llvm
40 } // namespace xray
H A Dxray-registry.cpp1 //===- xray-registry.cpp: Implement a command registry. -------------------===//
12 #include "xray-registry.h"
18 namespace xray { namespace in namespace:llvm
39 } // namespace xray
H A Dfunc-id-helper.h20 namespace xray { namespace in namespace:llvm
47 } // namespace xray
H A Dxray-color-helper.h1 //===-- xray-graph.h - XRay Function Call Graph Renderer --------*- C++ -*-===//
21 namespace xray { namespace in namespace:llvm
86 } // namespace xray
H A Dxray-extract.cpp1 //===- xray-extract.cpp: XRay Instrumentation Map Extraction --------------===//
9 // Implementation of the xray-extract.h interface.
17 #include "xray-registry.h"
27 using namespace llvm::xray;
30 // llvm-xray extract
88 llvm::xray::FuncIdConversionHelper FuncIdHelper(ExtractInput, Symbolizer,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
H A DLogBuilderConsumer.cpp11 namespace xray { namespace in namespace:llvm
36 } // namespace xray

Completed in 289 milliseconds

123