/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-stats.h | 10 // trace and counts of (de)allocation. Buckets are stored in a hash table 13 // A hash value is computed from a stack trace. Collision in the hash table 41 // Allocation and deallocation statistics per each stack trace. 43 // Longest stack trace we record. 46 uintptr_t hash; // Hash value of the stack trace. 47 int depth; // Depth of stack trace. 48 const void** stack; // Stack trace.
|
/frameworks/base/docs/html/tools/help/ |
systrace.jd | 23 computer's execution path. In order to generate a trace, you must connect a device running Android 32 <p>Here is an example execution run that sets trace tags and generates a trace from a connected 59 <td>Write the HTML trace report to the specified file.</td> 65 <td>Trace activity for N seconds. Default value is 5 seconds.</td> 71 <td>Use a trace buffer size of N kilobytes. This option lets you limit the total size of the 72 data collected during a trace.</td> 78 <td>Trace disk input and output activity. This option requires root access on the device.</td> 84 <td>Trace CPU frequency changes. Only changes to the CPU frequency are logged, so the initial 91 <td>Trace CPU idle events.</td [all...] |
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
CompareActivity.java | 30 import android.os.Trace; 78 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "loadBitmaps"); 87 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "softwareDraw"); 89 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS); 105 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "copyInto"); 107 Trace.traceEnd(Trace.TRACE_TAG_ALWAYS) [all...] |
/sdk/emulator/qtools/ |
parse_options-inl.h | 53 inline symbol_type *GetSymbol(TraceReaderType *trace, int pid, uint32_t addr, 56 symbol_type *sym = trace->LookupFunction(pid, addr, time); 98 inline bool GetNextValidEvent(TraceReaderType *trace, 105 if (trace->ReadBB(event)) 114 if (trace->ReadBB(event)) 121 if (trace->ReadBB(event)) 127 sym = GetSymbol(trace, event->pid, event->bb_addr, event->time); 131 if (trace->ReadBB(event)) 134 sym = GetSymbol(trace, event->pid, event->bb_addr, event->time); 137 sym = GetSymbol(trace, event->pid, event->bb_addr, event->time) [all...] |
bb_dump.cpp | 29 TraceReader<> *trace = new TraceReader<>; local 30 trace->Open(trace_filename); 31 trace->ReadKernelSymbols(elf_file); 32 trace->SetRoot(root); 40 if (GetNextValidEvent(trace, &event, &ignored, &sym))
|
post_trace.cpp | 24 TraceReaderBase *trace = new TraceReaderBase; local 25 trace->SetPostProcessing(true); 26 trace->Open(trace_filename); 34 if (trace->ReadStatic(&static_rec)) 44 trace->ReadStaticInsns(static_rec.num_insns, insns); 46 trace->Close(); 52 trace->Open(trace_filename); 54 trace->ReadStatic(&blocks[ii].bb); 58 trace->ReadStaticInsns(num_insns, blocks[ii].insns); 72 // Write the changes back to the trace fil [all...] |
exc_dump.cpp | 13 TraceReaderBase *trace = new TraceReaderBase; local 14 trace->Open(trace_filename); 21 if (trace->ReadExc(&time, &pc, &recnum, &target_pc, &bb_num,
|
/external/valgrind/main/drd/tests/ |
annotate_trace_memory_xml.stderr.exp-64bit | 32 <trace><text>store 0x........ size 4 val 1065353216/0x........ (thread x / vc ...)</text> 43 </trace> 44 <trace><text>load 0x........ size 4 (thread x / vc ...)</text> 55 </trace> 56 <trace><text>store 0x........ size 4 val 1077936128/0x........ (thread x / vc ...)</text> 67 </trace> 69 <trace><text>store 0x........ size 8 val 4613937818241073152/0x........ (thread x / vc ...)</text> 80 </trace> 81 <trace><text>load 0x........ size 8 (thread x / vc ...)</text> 92 </trace> [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
debug.h | 24 void Trace(const char* format, ...); 31 #define Trace(...) ((void)0) 38 Trace("Assert failed: %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \ 43 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \ 48 Trace("Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
|
/external/linux-tools-perf/scripts/perl/ |
failed-syscalls.pl | 8 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib"; 9 use lib "./Perf-Trace-Util/lib"; 10 use Perf::Trace::Core; 11 use Perf::Trace::Context; 12 use Perf::Trace::Util;
|
/external/mockito/src/org/mockito/exceptions/stacktrace/ |
StackTraceCleaner.java | 6 * Decides if particular StackTraceElement is excluded from the human-readable stack trace output. 7 * Mockito stack trace filtering mechanism uses this information. 9 * Excluding an element will make it not show in the cleaned stack trace. 25 * @param candidate element of the actual stack trace 26 * @return whether the element should be excluded from cleaned stack trace.
|
/external/openssh/regress/ |
agent-timeout.sh | 8 trace "start agent" 14 trace "add keys with timeout" 22 trace "agent has $n keys" 26 trace "sleeping 2*${SSHAGENT_TIMEOUT} seconds" 34 trace "kill agent"
|
/system/core/rootdir/ |
init.trace.rc | 1 ## Permissions to allow system-wide tracing to the kernel trace buffer. 5 # Allow writing to the kernel trace log. 31 # Allow only the shell group to read and truncate the kernel trace. 32 chown root shell /sys/kernel/debug/tracing/trace 33 chmod 0660 /sys/kernel/debug/tracing/trace
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-25-Reoptimizer1.txt | 56 together to form our trace. But we do not allow more than 5 paths; if 60 exit edge from the hot trace is less than 10% of the number of 87 When we finally generate an optimized trace we first copy the code 88 into the trace cache. This leaves us with 3 copies of the code: the 89 original code, the instrumented code, and the optimized trace. The 90 optimized trace does not have instrumentation. The original code and 91 the instrumented code are modified to have a branch to the trace 97 trace cache. Then we instrument that code. The process is similar for 98 generating the final optimized trace; we copy the same basic blocks 105 original code, trace, and instrumented code. So we have to keep th [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
tcmalloc_multi_renderer.json | 1 {"traceEvents":[{"cat":"__metadata","pid":23569,"tid":23594,"ts":0,"ph":"M","name":"thread_name","args":{"name":"Chrome_ChildIOThread"}},{"cat":"memory","pid":24075,"tid":151,"ts":219747972818,"ph":"O","name":"memory::Heap","args":{"snapshot":[{"trace":"","current_allocs":79556,"current_bytes":16382672,"total_allocs":244485,"total_bytes":74471293},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage ","current_allocs":69470,"current_bytes":8098718,"total_allocs":182894,"total_bytes":49068366},{"trace":"../../content/renderer/renderer_main_platform_delegate_linux.cc trace-memory-ignore ","current_allocs":1,"current_bytes":5242880,"total_allocs":9,"total_bytes":5243765},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage RenderWidget::OnUpdateRectAck RenderWidget::DoDeferredUpdate PaintRect ","current_allocs":156,"current_bytes":1089084,"total_allocs":2289,"total_bytes":4917431},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage RenderWidget::OnUpdateRectAck RenderWidget::DoDeferredUpdate PaintRect ImageOperations::ResizeBasic ","current_allocs":57,"current_bytes":658241,"total_allocs":1176,"total_bytes":1162137},{"trace":"../../webkit/glue/webkitplatformsupport_impl.cc ","current_allocs":3631,"current_bytes":312985,"total_allocs":12246,"total_bytes":2069953},{"trace":"","current_allocs":1687,"current_bytes":310406,"total_allocs":6587,"total_bytes":669391},{"trace":"../../ipc/ipc_channel_proxy.cc ChannelProxy::Context::OnDispatchMessage v8.callChromeHiddenMethod ","current_allocs":3489,"current_bytes":258014,"total_allocs":27926,"total_bytes":5877174},{"trace":"../../webkit/glue/weburlloader_impl.cc ","current_allocs":173,"current_bytes":187752,"total_allo (…) [all...] |
/external/dropbear/ |
common-channel.c | 84 TRACE(("enter chancleanup")) 87 TRACE(("channel %d closing", i)) 92 TRACE(("leave chancleanup")) 106 TRACE(("enter newchannel")) 118 TRACE(("leave newchannel: max chans reached")) 162 TRACE(("leave newchannel")) 207 TRACE(("send normal readfd")) 214 TRACE(("send normal errfd")) 264 TRACE(("check_close: writefd %d, readfd %d, errfd %d, sent_close %d, recv_close %d", 267 TRACE(("writebuf size %d extrabuf size %d" [all...] |
svr-tcpfwd.c | 73 TRACE(("enter recv_msg_global_request_remotetcp")) 76 TRACE(("leave recv_msg_global_request_remotetcp: remote tcp forwarding disabled")) 84 TRACE(("name len is wrong: %d", namelen)) 93 TRACE(("reqname isn't tcpip-forward: '%s'", reqname)) 107 TRACE(("leave recv_msg_global_request")) 146 TRACE(("enter cancelremotetcp")) 150 TRACE(("addr len too long: %d", addrlen)) 168 TRACE(("leave cancelremotetcp")) 180 TRACE(("enter remotetcpreq")) 184 TRACE(("addr len too long: %d", addrlen) [all...] |
/cts/suite/cts/deviceTests/opengl/jni/ |
Trace.h | 17 // #define TRACE 19 #ifdef TRACE 21 #include <utils/Trace.h>
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
trace_profiler.py | 20 return 'trace' 27 print 'Processing trace...' 36 print 'Trace saved as %s' % trace_file
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/ |
Makefile.PL | 6 NAME => 'Perf::Trace::Context', 7 VERSION_FROM => 'lib/Perf/Trace/Context.pm', # finds $VERSION 10 (ABSTRACT_FROM => 'lib/Perf/Trace/Context.pm', # retrieve abstract from module
|
/external/linux-tools-perf/Documentation/ |
perf-sched.txt | 6 perf-sched - Tool to trace/measure scheduler properties (latencies) 11 'perf sched' {record|latency|map|replay|trace} 23 'perf sched trace' to see a detailed trace of the workload that 28 that mimic the workload based on the events in the trace. These 50 --dump-raw-trace=::
|
/external/webrtc/src/system_wrappers/source/ |
trace_unittest.cc | 11 #include "system_wrappers/interface/trace.h" 18 using webrtc::Trace; 25 Trace::CreateTrace(); 28 Trace::SetTraceFile(trace_file.c_str()); 29 Trace::SetLevelFilter(webrtc::kTraceAll); 32 Trace::ReturnTrace();
|
/external/wpa_supplicant_8/src/utils/ |
wpabuf.c | 12 #include "trace.h" 33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local 34 if (trace->magic != WPABUF_MAGIC) { 36 trace->magic); 51 struct wpabuf_trace *trace; local 60 trace = wpabuf_get_trace(buf); 61 if (trace->magic != WPABUF_MAGIC) { 63 trace->magic); 79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + 84 trace = (struct wpabuf_trace *) nbuf 116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local 138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local 185 struct wpabuf_trace *trace; local [all...] |
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.js | 44 // negative or zero. So "total" may be smaller than the largest trace. 60 * @param {Object} heapEntry The current trace heap entry. 75 var trace = heapEntry.children[traceName]; 77 if (trace.currentBytes < 100 * 1024) 79 var childCount = Object.keys(trace.children).length; 82 traceName, isLeaf, trace.currentBytes, trace.currentAllocs); 86 myItem.appendChild(this.buildAllocList_(trace, true)); 96 myItem.className = 'trace-item'; 101 byteDiv.className = 'trace-bytes' [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/target-helpers/ |
inline_debug_helper.h | 10 * one or more debug driver: rbug, trace. 16 #include "trace/tr_public.h"
|