HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 251 - 275 of 447) sorted by null

<<1112131415161718

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
BitTracker.cpp 189 : ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType), Trace(false) {
800 if (Trace)
817 if (Trace)
821 if (Trace)
828 if (Trace)
835 if (Trace)
844 if (Trace)
853 if (Trace && Eval) {
929 if (Trace)
939 if (Trace)
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 28 #define DEBUG_TYPE "machine-trace-metrics"
34 "machine-trace-metrics", "Machine Trace Metrics", false, true)
38 "machine-trace-metrics", "Machine Trace Metrics", false, true)
81 // those instructions don't depend on any given trace strategy.
162 // Only update resources related to the trace above MBB.
169 // Compute resources from trace above. The top block is simple.
182 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
195 // Only update resources related to the trace below MBB
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 42 #define DEBUG_TYPE "machine-trace-metrics"
49 "Machine Trace Metrics", false, true)
53 "Machine Trace Metrics", false, true)
94 // those instructions don't depend on any given trace strategy.
174 // Only update resources related to the trace above MBB.
181 // Compute resources from trace above. The top block is simple.
194 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
207 // Only update resources related to the trace below MBB.
218 // The trace tail is done.
230 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet")
    [all...]
  /cts/tests/openglperf2/jni/primitive/shaderperf/
ShaderPerfRenderer.cpp 19 #include <Trace.h>
  /device/google/marlin/camera/QCamera2/util/
QCameraTrace.h 23 #include <utils/Trace.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd.py 203 trace = test_support.import_module('trace')
204 tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,],
205 trace=0, count=1)
  /external/bcc/examples/lua/
uprobe-readline-perf.lua 17 -- Trace readline() call from all bash instances (print bash commands from all running shells).
uprobe-readline.lua 17 -- Trace readline() call from all bash instances (print bash commands from all running shells).
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 42 class Trace;
  /external/llvm/lib/Target/AArch64/
AArch64StorePairSuppress.cpp 76 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB);
139 // computing trace metrics in those cases.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64StorePairSuppress.cpp 81 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB);
144 // computing trace metrics in those cases.
  /external/syzkaller/pkg/report/
linux.go 460 // Check if the report contains stack trace.
461 if !format.noStackTrace && !bytes.Contains(report, []byte("Call Trace")) &&
463 return true, "no stack trace in report"
471 // When a report contains 'Call Trace', 'backtrace', 'Allocated' or 'Freed' keywords,
480 return true, "call trace is missed"
488 // Next stack trace starts.
500 return true, "no frames in a stack trace"
519 regexp.MustCompile(`Call Trace`),
601 compile("Call Trace:"),
620 compile("Call Trace:")
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.cpp 22 #include <utils/Trace.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 254 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
261 # define Trace(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.h 224 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
231 # define Trace(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 227 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
234 # define Trace(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 254 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
261 # define Trace(x)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 242 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
249 # define Trace(x)
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 69 // Map thread trace when context is created.
71 internal_snprintf(name, sizeof(name), "trace %u", tid);
74 internal_snprintf(name, sizeof(name), "trace header %u", tid);
75 MapThreadTrace(hdr, sizeof(Trace), name);
76 new((void*)hdr) Trace();
77 // We are going to use only a small part of the trace with the default
78 // value of history_size. However, the constructor writes to the whole trace.
80 uptr hdr_end = hdr + sizeof(Trace);
83 if (hdr_end < hdr + sizeof(Trace))
84 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end)
509 unsigned trace = (thr->fast_state.epoch() \/ kTracePartSize) % TraceParts(); local
    [all...]
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
72 trace into frames, in whatever way considered adequate.
85 encountered. Whether the resulting trace is available as a readable
89 additional information added to the trace (statistics, profiling/timing,
176 A trace is started with the command
182 is written to the trace as a sequence of GL commands.
184 <traceName> specifies a name or label for the trace. It is expected
187 A trace is ended by calling the command
222 be added to the trace as a comment. The error returns are cached and
231 immediately adds the <comment> string to the trace output, surrounde
    [all...]
  /external/perfetto/src/tracing/core/
trace_packet_unittest.cc 23 #include "perfetto/trace/trace.pb.h"
24 #include "perfetto/trace/trace_packet.pb.h"
25 #include "perfetto/trace/trusted_packet.pb.h"
31 protos::Trace::kPacketFieldNumber,
109 // to encode a TracePacket as a field of the root trace.proto message.
138 protos::Trace trace; local
140 trace.ParseFromArray(buf, static_cast<int>(preamble_size + tp.size())));
141 ASSERT_EQ(1, trace.packet_size())
    [all...]
  /external/perfetto/test/trace_processor/
synth_common.py 24 class Trace(object):
25 def __init__(self, trace):
26 self.trace = trace
31 self.packet = self.trace.packet.add()
35 self.packet = self.trace.packet.add()
95 self.packet = self.trace.packet.add()
116 'trace_descriptor', type=str, help='location of trace descriptor')
136 trace = message_factory.MessageFactory().GetPrototype(
137 desc_by_path["perfetto.protos.Trace"])()
    [all...]
  /external/python/cpython2/Modules/zlib/
zutil.h 242 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
249 # define Trace(x)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-graph.h 11 // the trace.
29 #include "llvm/XRay/Trace.h"
152 ::llvm::xray::Trace Trace;
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 132 TestRequest.Trace request = new TestRequest.Trace();
133 assertEquals(request.getMethod(), Method.TRACE);

Completed in 897 milliseconds

<<1112131415161718