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

<<1112131415161718

  /frameworks/av/services/audioflinger/
FastMixer.cpp 32 #include <utils/Trace.h>
417 // I wish we had formatted trace names
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 24 #include <utils/Trace.h>
StreamingProcessor.cpp 30 #include <utils/Trace.h>
ZslProcessor.cpp 31 #include <utils/Trace.h>
  /external/u-boot/lib/zlib/
trees.c 536 Trace((stderr,"\nbit length overflow\n"));
563 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
xla_builder.h 242 // Returns the current status of the builder, complete with the stack trace
368 void Trace(const string& tag, const XlaOp& operand);
672 // The saved stack trace from the point at which the first error occurred.
    [all...]
  /external/syzkaller/pkg/runtest/
run.go 349 Trace: true,
  /art/runtime/
parsed_options.cc 33 #include "trace.h"
274 .Define("-Xmethod-trace")
276 .Define("-Xmethod-trace-file:_")
279 .Define("-Xmethod-trace-file-size:_")
282 .Define("-Xmethod-trace-stream")
583 Trace::SetDefaultClockSource(args.GetOrDefault(M::ProfileClock));
750 UsageMessage(stream, " -Xmethod-trace\n");
751 UsageMessage(stream, " -Xmethod-trace-file:filename");
752 UsageMessage(stream, " -Xmethod-trace-file-size:integervalue\n");
    [all...]
runtime.h 106 class Trace;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 53 -T/--coverage -- turn on code coverage tracing using the trace module
230 findleaks=False, use_resources=None, trace=False, coverdir='coverage',
251 single, randomize, findleaks, use_resources, trace, coverdir,
262 'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
305 trace = True
365 if use_mp and trace:
444 if trace:
445 import trace
446 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix],
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 153 // When hs == 0, the trace consists of 2 parts.
383 // C/C++ uses fixed size shadow stack embed into Trace.
632 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
777 Trace *ThreadTrace(int tid);
796 Event *trace = (Event*)GetThreadTrace(fs.tid()); local
797 Event *evp = &trace[pos];
tsan_rtl_report.cc 33 static ReportStack *SymbolizeStack(StackTrace trace);
108 if (stack.trace == nullptr)
113 static ReportStack *SymbolizeStack(StackTrace trace) {
114 if (trace.size == 0)
117 for (uptr si = 0; si < trace.size; si++) {
118 const uptr pc = trace.trace[si];
374 // This function restores stack trace and mutex set for the thread/epoch.
375 // It does so by getting stack trace and mutex set at the beginning of
376 // trace part, and then replaying the trace till the given epoch
377 Trace* trace = ThreadTrace(tid); local
678 VarSizeStackTrace trace; local
    [all...]
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 32 #include <utils/Trace.h>
    [all...]
  /external/minijail/tools/
parser.py 60 ('ACTION', r'allow|kill-process|kill-thread|kill|trap|trace|log'),
390 # | 'trace'
409 if action_token.value == 'trace':
410 return bpf.Trace()
parser_unittest.py 339 self.parser.parse_filter(self._tokenize('trace')), [
340 parser.Filter(None, bpf.Trace()),
  /external/perfetto/src/trace_processor/
proto_trace_parser_unittest.cc 31 #include "perfetto/trace/ftrace/ftrace.pbzero.h"
32 #include "perfetto/trace/ftrace/ftrace_event.pbzero.h"
33 #include "perfetto/trace/ftrace/ftrace_event_bundle.pbzero.h"
34 #include "perfetto/trace/ftrace/generic.pbzero.h"
35 #include "perfetto/trace/ftrace/power.pbzero.h"
36 #include "perfetto/trace/ftrace/sched.pbzero.h"
37 #include "perfetto/trace/ftrace/task.pbzero.h"
38 #include "perfetto/trace/interned_data/interned_data.pbzero.h"
39 #include "perfetto/trace/ps/process_tree.pbzero.h"
40 #include "perfetto/trace/sys_stats/sys_stats.pbzero.h
    [all...]
  /external/perfetto/src/tracing/core/
tracing_service_impl_unittest.cc 40 #include "perfetto/trace/test_event.pbzero.h"
41 #include "perfetto/trace/trace.pb.h"
42 #include "perfetto/trace/trace_packet.pb.h"
43 #include "perfetto/trace/trace_packet.pbzero.h"
264 // trace config didn't have the |deferred_start| flag set.
304 // The trace won't start until we send the trigger. since we have a
359 // The trace won't start until we send the trigger. since we have a
402 // The trace won't start until we send the trigger called "trigger_name"
446 // Start the trace at this point with ActivateTriggers
1384 protos::Trace trace; local
    [all...]
  /external/python/cpython3/Lib/test/libregrtest/
main.py 63 single, randomize, findleaks, use_resources, trace, coverdir,
90 # used by --coverage, trace.Trace instance
381 if self.ns.trace:
382 import trace
383 self.tracer = trace.Trace(trace=False, count=True)
  /external/python/cpython3/Lib/
trace.py 30 """program/module to trace Python program or function execution
33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
35 trace.py --trackcalls spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
42 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
43 trace=0, count=1)
50 __all__ = ['Trace', 'CoverageResults']
302 print(("trace: Could not open %r for writing: %s
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc 38 // Convert to Trace proto into a short readable string.
39 string GetTraceString(const CallStack::Trace& trace) {
40 string ntrace(io::Basename(trace.file()));
41 ntrace += strings::StrCat(":", trace.lineno());
42 if (trace.function().length() < 20) {
43 ntrace += ":" + trace.function();
45 ntrace += ":" + trace.function().substr(0, 17) + "...";
173 // Samples stores samples of all calls. A sample is a single call trace,
180 // 'node' is the leaf of the displayed trace. It includes all graph node
416 const string& trace = GetTraceString(node->call_stack()->traces().at(i)); local
439 const string& trace = local
    [all...]
  /external/tinyxml2/
tinyxml2.h 412 void Trace( const char* name ) {
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 21 #include "src/tracing/trace-event.h"
    [all...]
  /external/v8/src/inspector/
v8-console-message.cc 15 #include "src/inspector/v8-stack-trace-impl.h"
44 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Trace;
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 41 #include <utils/Trace.h>
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
DepthCompositeStream.cpp 26 #include <utils/Trace.h>

Completed in 2888 milliseconds

<<1112131415161718