/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
trace_fn_imps.hpp | 46 trace() const function in class:PB_DS_CLASS_C_DEC 59 resize_policy::trace();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/ |
trace_fn_imps.hpp | 46 trace() const function in class:PB_DS_CLASS_C_DEC 59 resize_policy::trace();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
traceback.py | 18 extract_stack() as a formatted stack trace to the given file.""" 47 """Print up to 'limit' stack trace entries from the traceback 'tb'. 83 pre-processed stack trace entry is a quadruple (filename, line 85 usually printed for a stack trace. The text is a string with 111 """Print exception up to 'limit' stack trace entries from 'tb' to 'file'. 116 stack trace; (3) if type is SyntaxError and value has the 131 """Format a stack trace and the exception information. 258 """Print a stack trace from its invocation point.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
traceback.py | 18 extract_stack() as a formatted stack trace to the given file.""" 47 """Print up to 'limit' stack trace entries from the traceback 'tb'. 83 pre-processed stack trace entry is a quadruple (filename, line 85 usually printed for a stack trace. The text is a string with 111 """Print exception up to 'limit' stack trace entries from 'tb' to 'file'. 116 stack trace; (3) if type is SyntaxError and value has the 131 """Format a stack trace and the exception information. 258 """Print a stack trace from its invocation point.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
GlDrawCallDetailProvider.java | 73 public void updateControl(GLTrace trace, GLCall call) { 74 mImageCanvas.setImage(trace.getImage(call));
|
/external/chromium_org/content/browser/tracing/ |
tracing_controller_impl.cc | 200 // Disable local trace early to avoid traces during end-tracing process from 212 // Count myself (local trace) in pending_disable_recording_ack_count_, 463 // All acks from subprocesses have been received. Now flush the local trace. 465 // called with the last of the local trace data. 475 // All acks (including from the subprocesses and the local trace) have been 515 // All acks from subprocesses have been received. Now flush the local trace. 517 // will be called with the last of the local trace data. 551 // local event trace system or from child processes via TraceMessageFilter. 585 // Simulate an DisableRecordingAcked for the local trace. 600 // Simulate an CaptureMonitoringSnapshotAcked for the local trace [all...] |
/external/chromium_org/v8/src/ |
hydrogen-load-elimination.cc | 37 #define TRACE(x) if (FLAG_trace_load_elimination) PrintF x 76 TRACE((" process L%d field %d (o%d)\n", 83 TRACE((" replace L%d -> v%d\n", instr->id(), result->id())); 90 TRACE((" process S%d field %d (o%d) = v%d\n", 98 TRACE((" remove S%d\n", instr->id())); 105 TRACE((" kill-all i%d\n", instr->id())); 110 TRACE((" kill-maps i%d\n", instr->id())); 114 TRACE((" kill-elements-kind i%d\n", instr->id())); 119 TRACE((" kill-elements i%d\n", instr->id())); 123 TRACE((" kill-osr i%d\n", instr->id())) [all...] |
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 71 * the stack trace. 72 * @param verbose specifies whether the de-obfuscated stack trace 86 * Creates a new ReTrace object to process a stack trace from the given file, 89 * the stack trace. 90 * @param verbose specifies whether the de-obfuscated stack trace 95 * stack trace. 179 // Read the stack trace file. 193 // Read the line in the stack trace. 336 throw new IOException("Can't read stack trace (" + ex.getMessage() + ")"); 738 // Print a verbose stack trace [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 69 import android.os.Trace; [all...] |
/external/linux-tools-perf/Documentation/ |
perf-script-python.txt | 6 perf-script-python - Process trace data with a Python script 18 displays the results of the trace analysis implemented in the given 109 callback handler for each event type found in the perf.data trace 132 '/scripts/python/perf-script-Util/lib/Perf/Trace') 182 really interested in, or the script was run against a trace file that 186 event found in the trace stream i.e. it basically just dumps the event 209 trace event, but rather aggregating it in a useful way. So we'll get 219 '/scripts/python/perf-script-Util/lib/Perf/Trace') 269 displayed after all the events in the trace have been processed, by 282 '/scripts/python/perf-script-Util/lib/Perf/Trace') [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
huge_trace.json | 1 {"traceEvents":[{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010038726,"ph":"E","name":"RenderThread::Init","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010038737,"ph":"B","name":"RendererMain.START_MSG_LOOP","args":{"id":0,"extra":""}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010053709,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010053715,"ph":"B","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010053788,"ph":"E","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059262,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059309,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059313,"ph":"B","name":"EarlyOut_UpdateReplyPending","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059314,"ph":"E","name":"EarlyOut_UpdateReplyPending","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059315,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065937,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065960,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010065965,"ph":"B","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010065974,"ph":"E","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065978,"ph":"B","name":"EarlyOut_NoPendingUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065980,"ph":"E","name":"EarlyOut_NoPendingUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065982,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065984,"ph":"E","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386116,"ph":"B","name":"v8.compile","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386443,"ph":"E","name":"v8.compile","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386448,"ph":"B","name":"v8.run","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386628,"ph":"E","name":"v8.run","args":{"id":0,"extra":" (…) [all...] |
/external/chromium_org/chrome/browser/resources/tracing/tests/ |
huge_trace.json | 1 {"traceEvents":[{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010038726,"ph":"E","name":"RenderThread::Init","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010038737,"ph":"B","name":"RendererMain.START_MSG_LOOP","args":{"id":0,"extra":""}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010053709,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010053715,"ph":"B","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010053788,"ph":"E","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059262,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059309,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059313,"ph":"B","name":"EarlyOut_UpdateReplyPending","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059314,"ph":"E","name":"EarlyOut_UpdateReplyPending","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010059315,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065937,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065960,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010065965,"ph":"B","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010065974,"ph":"E","name":"WebViewImpl::layout","args":{"id":140693506869504,"extra":""}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065978,"ph":"B","name":"EarlyOut_NoPendingUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065980,"ph":"E","name":"EarlyOut_NoPendingUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065982,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":13569,"tid":13569,"ts":164010065984,"ph":"E","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386116,"ph":"B","name":"v8.compile","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386443,"ph":"E","name":"v8.compile","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386448,"ph":"B","name":"v8.run","args":{"id":0,"extra":""}},{"cat":"ETW Trace Event","pid":13569,"tid":13569,"ts":164010386628,"ph":"E","name":"v8.run","args":{"id":0,"extra":" (…) [all...] |
/external/blktrace/ |
blkparse.c | 224 struct trace { struct 227 struct trace *next; 234 static struct trace *trace_list; 240 static struct trace *t_alloc_list; 259 static int trace_rb_insert_last(struct per_dev_info *, struct trace *); 724 * struct trace and blktrace allocation cache, we do potentially 728 static inline void t_free(struct trace *t) 738 static inline struct trace *t_alloc(void) 740 struct trace *t = t_alloc_list; 778 static inline void __put_trace_last(struct per_dev_info *pdi, struct trace *t [all...] |
/external/linux-tools-perf/ |
Makefile | 283 LIB_H += util/trace-event.h 334 LIB_OBJS += $(OUTPUT)util/trace-event-parse.o 335 LIB_OBJS += $(OUTPUT)util/trace-event-read.o 336 LIB_OBJS += $(OUTPUT)util/trace-event-info.o 337 LIB_OBJS += $(OUTPUT)util/trace-event-scripting.o 488 LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-perl.o 489 LIB_OBJS += $(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o 553 LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-python.o 554 LIB_OBJS += $(OUTPUT)scripts/python/Perf-Trace-Util/Context.o 731 $(OUTPUT)util/scripting-engines/trace-event-perl.o: util/scripting-engines/trace-event-perl.c $(OUTPUT)PERF-CFLAG [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_GOTO_32.S | 23 ble common_testUpdateProfile @ (r0) hot trace head?
|
OP_PACKED_SWITCH.S | 11 * a potential trace heads regardless of branch direction.
|
/dalvik/vm/mterp/mips/ |
OP_GOTO_32.S | 24 blez a1, common_testUpdateProfile # (a0) hot trace head?
|
OP_PACKED_SWITCH.S | 11 * a potential trace heads regardless of branch direction.
|
OP_SGET.S | 36 * If the JIT is actively building a trace we need to make sure
|