HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 501 - 525 of 3884) sorted by null

<<21222324252627282930>>

  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
parser.js 10 * The linux perf trace event importer depends on subclasses of
12 * to a group of trace events; e.g. SchedParser implements
13 * parsing of sched:* kernel trace events. Parser subclasses must
42 * Trace events generated by writing to the trace_marker file are expected
43 * to have a leading text marker followed by a ':'; e.g. the trace clock
  /external/chromium_org/content/browser/
browser_shutdown_profile_dumper.cc 33 // Since the tracer stops when the trace buffer is filled, we'd rather save
42 LOG(ERROR) << "Failed to open performance trace file: " <<
51 // thread for flushing the trace.
83 // Default to saving the startup trace into the current dir.
126 " in fwrite() to trace file";
  /external/chromium_org/net/disk_cache/
storage_block-inl.h 12 #include "net/disk_cache/trace.h"
129 Trace("Failed data load.");
142 Trace("Failed data store.");
158 Trace("Failed data load.");
172 Trace("Failed data store.");
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_android-inl.h 33 // stack trace for chromium on android.
106 // GetStack{Trace,Frames}()
107 // GetStack{Trace,Frames}WithContext()
110 // void** result: the stack-trace, as an array
115 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 237 for trace in traces:
238 trace_values.setdefault(trace, {})
249 # We found the upper revision in the range. Scan for trace data until we
252 for trace in traces:
253 if trace not in jsondata['traces']:
254 OutputMessage('trace %s missing' % trace)
256 if type(jsondata['traces'][trace]) != type([]):
257 OutputMessage('trace %s format not recognized' % trace)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 36 uptr trace[kStackTraceMax]; member in struct:__sanitizer::StackTrace
42 dst[i] = trace[i];
51 trace[i] = src[i];
78 // Use this macro if you want to print stack trace with the caller
86 // Use this macro if you want to print stack trace with the current
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_Trace.c 19 * @brief Trace function for trace macros
20 * @note This file gives the implementation of the trace function used
21 * in the trace instrumentation macros
41 * @brief This function implements the trace for debug tests
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_list.cpp 68 TRACE("Allocated node: %8p (%8p)", pNode, pData);
153 TRACE("Deallocating node: %8p (%8p)", pRemovedNode, pRemovedNode->pData);
189 TRACE("Deallocating node: %8p (%8p)", pNode, pNode->pData);
204 TRACE("Node dump:");
207 TRACE("- %8p (%8p)", pNode, pNode->pData);
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java 104 Trace.beginSection("poll for reusable bitmap");
106 Trace.endSection();
113 Trace.beginSection("create fd and stream");
115 Trace.endSection();
123 Trace.beginSection("get bytesize");
130 Trace.endSection();
132 Trace.beginSection("get orientation");
135 Trace.beginSection("create fd and stream");
138 Trace.endSection();
149 Trace.endSection()
    [all...]
  /sdk/emulator/qtools/
read_method.cpp 88 TraceReaderType *trace = new TraceReaderType; local
89 trace->Open(qemu_trace_file);
90 trace->ReadKernelSymbols(elf_file);
91 trace->SetRoot(root);
99 if (trace->ReadMethodSymbol(&method_record, &sym, &proc))
  /system/core/include/utils/
CallStack.h 43 // Create a callstack with the current thread's stack trace.
71 // Dump a stack trace to the log using the supplied logtag.
76 // Dump a stack trace to the specified file descriptor.
79 // Return a string (possibly very long) containing the complete stack trace.
82 // Dump a serialized representation of the stack trace to the specified printer.
  /external/chromium_org/courgette/
adjustment_method.cc 56 std::vector<uint32> positions_; // Offsets into the trace of references.
179 typedef std::vector<LabelInfo*> Trace;
207 AssignmentProblem(const Trace& model,
208 const Trace& problem)
522 Node* MakeRootNode(const Trace& trace) {
525 for (uint32 i = 0; i < trace.size(); ++i) {
532 void ExtendNode(Node* node, const Trace& trace) {
538 if (index < trace.size())
    [all...]
  /external/dropbear/
common-kex.c 118 TRACE(("DATAALLOWED=0"))
119 TRACE(("-> KEXINIT"))
132 TRACE(("enter send_msg_newkeys"))
142 TRACE(("while RECVNEWKEYS=1"))
145 TRACE((" -> DATAALLOWED=1"))
150 TRACE(("SENTNEWKEYS=1"))
153 TRACE(("-> MSG_NEWKEYS"))
154 TRACE(("leave send_msg_newkeys"))
160 TRACE(("<- MSG_NEWKEYS"))
161 TRACE(("enter recv_msg_newkeys")
    [all...]
common-session.c 55 TRACE(("enter session_init"))
117 TRACE(("leave session_init"))
214 TRACE(("enter session_cleanup"))
218 TRACE(("leave session_cleanup: !sessinitdone"))
228 TRACE(("leave session_cleanup"))
263 TRACE(("err: %s for '%s'\n", strerror(errno), linebuf))
277 TRACE(("remoteident: %s", ses.remoteident))
291 TRACE(("enter ident_readln"))
312 TRACE(("leave ident_readln: select error"))
330 TRACE(("leave ident_readln: read error")
    [all...]
  /external/v8/src/
jsregexp.h 365 friend class Trace;
467 class Trace;
608 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
623 Trace* trace,
640 // start of the trace) then it cannot be reused. This variable sets a limit
642 // trace and generating generic code for a node that can be reused by flushing
643 // the deferred actions in the current trace and generating a goto.
683 LimitResult LimitVersions(RegExpCompiler* compiler, Trace* trace)
    [all...]
flag-definitions.h 174 DEFINE_bool(trace_hydrogen, false, "trace generated hydrogen to file")
175 DEFINE_string(trace_phase, "Z", "trace generated IR for specified phases")
176 DEFINE_bool(trace_inlining, false, "trace inlining decisions")
177 DEFINE_bool(trace_alloc, false, "trace register allocator")
178 DEFINE_bool(trace_all_uses, false, "trace all use positions")
179 DEFINE_bool(trace_range, false, "trace range analysis")
180 DEFINE_bool(trace_gvn, false, "trace global value numbering")
181 DEFINE_bool(trace_representation, false, "trace representation types")
192 DEFINE_bool(trace_osr, false, "trace on-stack replacement")
274 "print a stack trace if an assertion failure occurs"
    [all...]
  /external/chromium_org/base/debug/
trace_event_memory.cc 98 // Returns the thread-local trace memory stack for the current thread, creating
112 // Returns a "pseudo-stack" of pointers to trace event categories and names.
114 // trace events into N * 2 pseudo-stack entries. Thus this macro invocation:
137 // Each item in the trace event stack contains both name and category so tell
156 // Force the "memory" category to show up in the trace viewer.
198 DVLOG(1) << "Starting trace memory";
212 // Don't trace allocations here in the memory tracing system.
232 DVLOG(1) << "Stopping trace memory";
335 // Handle the following stack trace lines.
366 output->append(", \"trace\": \"\"}")
    [all...]
trace_event_memory.h 29 // way to turn trace-base heap memory profiling on and off.
108 // Enables the storing of trace names on a per-thread stack.
128 // trace event compatible JSON and appends to |output|. Visible for testing.
133 // all allocations in a special format, into trace event compatible JSON and
138 // Converts a single |line| of heap profiler data into trace event compatible
167 // A special trace name that allows us to ignore memory allocations inside
170 #define TRACE_MEMORY_IGNORE "trace-memory-ignore"
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 95 TraceExtension() : v8::Extension("v8/trace", kSource) { }
99 static void Trace(const v8::FunctionCallbackInfo<v8::Value>& args);
110 "native function trace();"
117 if (name->Equals(String::NewFromUtf8(isolate, "trace"))) {
118 return v8::FunctionTemplate::New(TraceExtension::Trace);
145 printf("Trace: %p\n", fp);
150 void TraceExtension::Trace(const v8::FunctionCallbackInfo<v8::Value>& args) {
267 // TickSample::Trace uses Isolate::c_entry_fp as a starting point for stack
281 // extension function trace() with the current frame pointer value.
282 CreateTraceCallerFunction(context, "JSFuncDoTrace", "trace");
    [all...]
  /external/chromium/base/debug/
stack_trace_posix.cc 109 bool GetBacktraceStrings(void *const *trace, int size,
122 if (google::Symbolize(static_cast<char *>(trace[i]) - 1,
127 base::StringPrintf("%s [%p]", symbol, trace[i]));
130 trace_strings->push_back(base::StringPrintf("%p", trace[i]));
134 scoped_ptr_malloc<char*> trace_symbols(backtrace_symbols(trace, size));
146 trace_strings->push_back(base::StringPrintf("%p", trace[i]));
206 << "Dumping raw addresses in trace:\n";
  /external/compiler-rt/lib/msan/
msan_report.cc 47 static void PrintStack(const uptr *trace, uptr size) {
49 StackTrace::PrintStack(trace, size, true,
70 const uptr *trace = StackDepotGet(origin, &size); local
73 PrintStack(trace, size);
80 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
100 PrintStack(stack->trace, stack->size);
111 PrintStack(stack->trace, stack->size);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 41 trace(message, String.valueOf(val)); method
77 trace(message, String.valueOf(res)); method
88 trace(message, String.valueOf(val)); method
97 trace(message, res ? "1" : "0"); method
143 trace(message, i.toString()); method
154 trace(message, String.valueOf(count)); method
164 private void trace(String message, String val) { method in class:CAVLCReader
  /external/openssh/regress/
forwarding.sh 24 trace "start forwarding, fork to background"
27 trace "transfer over forwarded channels and check result"
38 trace "exit on -$d forward failure, proto $p"
67 trace "simple clear forwarding proto $p"
70 trace "clear local forward proto $p"
83 trace "clear remote forward proto $p"
98 trace "stdio forwarding proto $p"
  /external/valgrind/main/lackey/docs/
lk-manual.xml 95 <varlistentry id="opt.trace-mem" xreflabel="--trace-mem">
97 <option><![CDATA[--trace-mem=<no|yes> [default: no] ]]></option>
104 trace. Note that this option produces immense amounts of output.</para>
108 <varlistentry id="opt.trace-superblocks" xreflabel="--trace-superblocks">
110 <option><![CDATA[--trace-superblocks=<no|yes> [default: no] ]]></option>
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 44 * the trace status according to commands received from the host.
101 ALOGD("trace options: eglswap: %d, gldraw: %d, texImage: %d",
105 ALOGE("Stopping OpenGL Trace Command Receiver\n");
112 * Starts Trace Server and waits for connection from the host.
169 // update trace state for new EGL context
173 // trace command through to the host
194 // trace command through to the host

Completed in 430 milliseconds

<<21222324252627282930>>