Home
last modified time | relevance | path

Searched refs:Trace (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp114 return Trace::FindPluginForPostMortemProcess( in LoadPostMortemTraceFromFile()
163 Error Trace::Stop() { in Stop()
179 Expected<std::string> Trace::GetLiveProcessState() { in GetLiveProcessState()
278 Trace::Storage &Trace::GetUpdatedStorage() { in GetUpdatedStorage()
283 const char *Trace::RefreshLiveProcessState() { in RefreshLiveProcessState()
295 m_storage = Trace::Storage(); in RefreshLiveProcessState()
350 Trace::Trace(ArrayRef<ProcessSP> postmortem_processes, in Trace() function in Trace
363 std::vector<Process *> Trace::GetAllProcesses() { in GetAllProcesses()
369 uint32_t Trace::GetStopID() { in GetStopID()
437 llvm::Error Trace::OnDataFileRead(FileSpec file, in OnDataFileRead()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp43 __sanitizer::BufferedStackTrace Trace; in BacktraceCommon() local
44 Trace.Reset(); in BacktraceCommon()
48 Trace.Unwind((__sanitizer::uptr)__builtin_return_address(0), in BacktraceCommon()
52 memcpy(TraceBuffer, Trace.trace, Trace.size * sizeof(uintptr_t)); in BacktraceCommon()
53 return Trace.size; in BacktraceCommon()
64 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace() argument
67 StackTrace.trace = reinterpret_cast<__sanitizer::uptr *>(Trace); in PrintBacktrace()
H A Dsegv_handler_posix.cpp159 uintptr_t Trace[kMaximumStackFramesForCrashTrace]; in dumpReport() local
161 SegvBacktrace(Trace, kMaximumStackFramesForCrashTrace, Context); in dumpReport()
163 PrintBacktrace(Trace, TraceLength, Printf); in dumpReport()
173 AllocMeta, Trace, kMaximumStackFramesForCrashTrace); in dumpReport()
174 PrintBacktrace(Trace, TraceLength, Printf); in dumpReport()
184 AllocMeta, Trace, kMaximumStackFramesForCrashTrace); in dumpReport()
185 PrintBacktrace(Trace, TraceLength, Printf); in dumpReport()
H A Dbacktrace_linux_libc.cpp36 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace() argument
44 backtrace_symbols(reinterpret_cast<void **>(Trace), TraceLength); in PrintBacktrace()
48 Printf(" #%zu %p\n", i, Trace[i]); in PrintBacktrace()
/freebsd/contrib/file/magic/Magdir/
H A Dctf3 # ctf: file(1) magic for CTF (Common Trace Format) trace files
9 0 lelong 0xc1fc1fc1 Common Trace Format (CTF) trace data (LE)
10 0 belong 0xc1fc1fc1 Common Trace Format (CTF) trace data (BE)
13 0 lelong 0x75d11d57 Common Trace Format (CTF) packetized metadata (LE)
16 0 belong 0x75d11d57 Common Trace Format (CTF) packetized metadata (BE)
21 0 string /*\x20CTF\x20 Common Trace Format (CTF) plain text metadata
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp27 Function *Trace::getFunction() const { in getFunction()
31 Module *Trace::getModule() const { in getModule()
36 void Trace::print(raw_ostream &O) const { in print()
50 LLVM_DUMP_METHOD void Trace::dump() const { in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h46 class Trace {
53 friend Expected<Trace> loadTrace(const DataExtractor &, bool);
71 Expected<Trace> loadTraceFile(StringRef Filename, bool Sort = false);
75 Expected<Trace> loadTrace(const DataExtractor &Extractor, bool Sort = false);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h36 : Trace(false), DFG(dfg), MRI(mri), LV(mri, dfg) {} in DeadCodeElimination()
40 void trace(bool On) { Trace = On; } in trace()
41 bool trace() const { return Trace; } in trace()
48 bool Trace;
H A DRDFCopy.h34 void trace(bool On) { Trace = On; } in trace()
35 bool trace() const { return Trace; } in trace()
45 bool Trace = false; member
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp353 YAMLXRayTrace Trace; in loadYAMLLog() local
355 In >> Trace; in loadYAMLLog()
359 FileHeader.Version = Trace.Header.Version; in loadYAMLLog()
360 FileHeader.Type = Trace.Header.Type; in loadYAMLLog()
361 FileHeader.ConstantTSC = Trace.Header.ConstantTSC; in loadYAMLLog()
362 FileHeader.NonstopTSC = Trace.Header.NonstopTSC; in loadYAMLLog()
363 FileHeader.CycleFrequency = Trace.Header.CycleFrequency; in loadYAMLLog()
371 std::transform(Trace.Records.begin(), Trace.Records.end(), in loadYAMLLog()
381 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile()
420 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h106 friend class Trace; variable
264 class Trace {
271 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() function
331 friend class Trace; variable
345 ArrayRef<const MachineBasicBlock*> Trace);
370 Trace getTrace(const MachineBasicBlock *MBB);
424 const MachineTraceMetrics::Trace &Tr) {
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.h31 void exportAsYAML(const Trace &Records, raw_ostream &OS);
32 void exportAsRAWv1(const Trace &Records, raw_ostream &OS);
37 void exportAsChromeTraceEventFormat(const Trace &Records, raw_ostream &OS);
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-tmc.yaml7 title: Arm CoreSight Trace Memory Controller
19 sinks, links and sources. Trace data produced by one or more sources flows
23 Trace Memory Controller is used for Embedded Trace Buffer(ETB), Embedded Trace
24 FIFO(ETF) and Embedded Trace Router(ETR) configurations. The configuration
91 description: Input connection from the CoreSight Trace bus.
H A Dcoresight.txt6 sinks, links and sources. Trace data produced by one or more sources flows
16 - Embedded Trace Buffer (version 1.0):
19 - Trace Port Interface Unit:
22 - Trace Memory Controller, used for Embedded Trace Buffer(ETB),
23 Embedded Trace FIFO(ETF) and Embedded Trace Router(ETR)
28 - Trace Programmable Funnel:
33 - Embedded Trace Macrocell (version 3.x) and
34 Program Flow Trace Macrocell:
37 - Embedded Trace Macrocell (version 4.x), with memory mapped access.
46 - System Trace Macrocell:
[all …]
H A Darm,coresight-etm.yaml7 title: Arm CoreSight Embedded Trace MacroCell
19 sinks, links and sources. Trace data produced by one or more sources flows
23 The Embedded Trace Macrocell (ETM) is a real-time trace module providing
53 Embedded Trace Macrocell with memory mapped access.
60 Embedded Trace Macrocell (version 4.x), with system register access only
114 description: Output connection from the ETM to CoreSight Trace bus.
H A Dete.yaml8 title: ARM Embedded Trace Extensions
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
20 Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to
43 description: Output connection from the ETE to legacy CoreSight Trace bus.
H A Darm,coresight-etb10.yaml7 title: Arm CoreSight Embedded Trace Buffer
19 sinks, links and sources. Trace data produced by one or more sources flows
23 The CoreSight Embedded Trace Buffer stores traces in a dedicated SRAM that is
66 description: Input connection from CoreSight Trace bus.
H A Darm,coresight-static-funnel.yaml7 title: Arm CoreSight Static Trace Bus Funnel
19 sinks, links and sources. Trace data produced by one or more sources flows
38 description: Input connections from CoreSight Trace bus
47 description: Output connection to CoreSight Trace bus
H A Darm,coresight-tpiu.yaml7 title: Arm CoreSight Trace Port Interface Unit
19 sinks, links and sources. Trace data produced by one or more sources flows
23 The CoreSight Trace Port Interface Unit captures trace data from the trace bus
66 description: Input connection from the CoreSight Trace bus.
H A Darm,embedded-trace-extension.yaml8 title: ARM Embedded Trace Extensions
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
20 Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to
45 description: Output connection from the ETE to legacy CoreSight Trace bus.
H A Darm,coresight-static-replicator.yaml7 title: Arm CoreSight Static Trace Bus Replicator
19 sinks, links and sources. Trace data produced by one or more sources flows
39 description: Input connection from CoreSight Trace bus
47 description: Output connections to CoreSight Trace bus
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp302 if (Trace.FunctionNameRefs.empty()) in addTemporalProfileTrace()
307 TemporalProfTraces.push_back(std::move(Trace)); in addTemporalProfileTrace()
334 for (auto &Trace : SrcTraces) in addTemporalProfileTraces() local
335 addTemporalProfileTrace(std::move(Trace)); in addTemporalProfileTraces()
352 TemporalProfTraces[Index] = std::move(Trace); in addTemporalProfileTraces()
612 for (auto &Trace : TemporalProfTraces) { in writeImpl() local
613 OS.write(Trace.Weight); in writeImpl()
614 OS.write(Trace.FunctionNameRefs.size()); in writeImpl()
818 for (auto &Trace : TemporalProfTraces) { in writeTextTemporalProfTraceData() local
819 OS << "# Weight:\n" << Trace.Weight << "\n"; in writeTextTemporalProfTraceData()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h164 struct Trace;
167 Trace* trace = nullptr; // back-pointer to Trace containing this part
189 struct Trace { struct
201 Trace() : mtx(MutexTypeTrace) {} in Trace() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp98 MachineTraceMetrics::Trace BlockTrace,
101 MachineTraceMetrics::Trace BlockTrace);
104 MachineTraceMetrics::Trace BlockTrace,
114 MachineTraceMetrics::Trace BlockTrace,
123 MachineTraceMetrics::Trace BlockTrace);
212 MachineTraceMetrics::Trace BlockTrace, in getDepth()
269 MachineTraceMetrics::Trace BlockTrace) { in getLatency()
336 MachineTraceMetrics::Trace BlockTrace) { in getLatenciesForInstrSequences()
371 MachineTraceMetrics::Trace BlockTrace, in improvesCriticalPathLen()
445 MachineBasicBlock *MBB, MachineTraceMetrics::Trace BlockTrace, in preservesResourceLen()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c25 static double *Trace; variable
260 A[i] = Trace[index + i]; in gen_trace()
267 Af[i] = (float)Trace[index + i]; in genf_trace()
516 Trace = realloc (Trace, trace_size * sizeof (Trace[0])); in readtrace()
517 if (Trace == NULL) in readtrace()
523 if (fscanf (f, "%lf", Trace + n) != 1) in readtrace()
536 Trace[n] = Trace[i]; in readtrace()

1234567