/system/core/libcutils/ |
process_name.c | 78 // If the emulator was started with the "-trace file" command line option 79 // then we want to record the process name in the trace even if we are 82 // this code if we are just running in the emulator without the "-trace"
|
/external/strace/ |
strace.1 | 42 strace \- trace system calls and signals 126 they do not need to be recompiled in order to trace them. 135 Each line in the trace contains the system call name, followed 274 Trace child processes as they are created by currently traced 303 option is in effect, each processes trace is written to 331 Prefix each line of the trace with the time of day. 365 A qualifying expression which modifies which events to trace 366 or how to trace them. The format of the expression is: 375 .BR trace , 387 .BR trace [all...] |
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiScrollable.java | 66 Tracer.trace(); 77 Tracer.trace(); 117 Tracer.trace(childPattern, text); 139 Tracer.trace(childPattern, text, allowScrollSearch); 163 Tracer.trace(childPattern, instance); 188 Tracer.trace(childPattern, text); 209 Tracer.trace(childPattern, text, allowScrollSearch); 229 Tracer.trace(text); 242 Tracer.trace(obj.getSelector()); 257 Tracer.trace(selector) [all...] |
/dalvik/vm/ |
Profile.cpp | 175 * Gets a thread's stack trace as an array of method pointers of length pCount. 197 * Allocate memory for stack trace. This must be freed later, either by 205 /* Walk the stack a second time, filling in the stack trace. */ 224 * Get a sample of the stack trace for a thread. 228 /* Get old and new stack trace for thread. */ 234 /* Read time clocks to use for all events in this trace. */ 240 * If there's no previous stack trace sample, log an entry event for 241 * every method in the trace. 249 * If there's a previous stack trace, diff the traces and emit entry 260 /* Iterate top-down over old trace until diff, emitting exit events. * [all...] |
/external/dropbear/ |
packet.c | 55 TRACE(("enter write_packet")) 68 TRACE(("leave writepacket: EINTR")) 89 TRACE(("leave write_packet")) 101 TRACE(("enter read_packet")) 114 TRACE(("leave read_packet: packetinit done")) 131 TRACE(("leave read_packet: EINTR or EAGAIN")) 146 TRACE(("leave read_packet")) 179 TRACE(("leave read_packet_init: EINTR")) 234 TRACE(("enter decrypt_packet")) 310 TRACE(("leave decrypt_packet") [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
ServerLog.java | 53 * Log file wrapper class. Log messages into the message trace file and also write the log into 54 * the debug file if needed. This class keeps an XML formatted trace around for later access via 55 * RMI. The trace can be viewed with a trace viewer (see tools.traceviewerapp). 70 * Name of the log file in which the trace is written out (default is null) 80 * Set auxililary information to log with this trace. 98 // Set a descriptive name for the message trace logger. 169 * default trace level 203 + "Use the Trace Viewer in src/tools/tracesviewer to" 204 + " view this trace \n [all...] |
/external/v8/src/ |
jsregexp.cc | 704 // manipulation in an object called the Trace. The Trace object can record a 707 // to be emitted it can flush the Trace or update it. Flushing the Trace 716 // The virtual state found in the Trace affects code generation. For example 720 // string. Therefore code generated for a non-trivial trace is specialized 721 // to that trace. The code generator therefore has the ability to generate 725 // trace is flushed and a generic version of the code for a node is emitted. 727 // trace is not recorded in the node and so it cannot currently be reused in 728 // the event that code generation is requested for an identical trace [all...] |
/art/runtime/ |
runtime_android.cc | 22 // On a device, debuggerd will give us a stack trace. Nothing to do here.
|
/dalvik/vm/compiler/codegen/x86/ |
Translator.h | 25 /* initialization for trace-based JIT */
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_PERIODIC_PROFILING.S | 2 * Increment profile counter for this trace, and decrement
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_PERIODIC_PROFILING.S | 2 * Increment profile counter for this trace, and decrement
|
/dalvik/vm/mterp/armv5te/ |
OP_GOTO.S | 19 bmi common_testUpdateProfile @ (r0) check for trace hotness
|
entry.S | 67 /* Entry is always a possible trace start */ 79 cmp r3, #kSVSTraceSelect @ hot trace following? 80 moveq r2,#kJitTSelectRequestHot @ ask for trace selection 81 beq common_selectTrace @ go build the trace
|
/dalvik/vm/mterp/mips/ |
OP_GOTO.S | 20 bltz a1, common_testUpdateProfile # (a0) check for trace hotness
|
/dalvik/vm/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp | 90 * Get a stack trace as an array of StackTraceElement objects. Returns 98 ArrayObject* trace; local 100 trace = dvmDdmGetStackTraceById(threadId); 101 RETURN_PTR(trace);
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t047treeparserWalker.g | 1 // @@ANTLR Tool Options@@: -trace
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/ |
simplecalc.pl | 23 print $ex->trace, "\n";
|
/external/blktrace/btt/ |
Android.mk | 5 latency.c misc.c output.c proc.c seek.c trace.c \
|
/external/bluetooth/bluedroid/stack/include/ |
hidh_api.h | 192 ** Description This function initializes the control block and trace variable 224 ** Description This function sets the trace level for HID Host. If called with 225 ** a value of 0xFF, it simply reads the current trace level. 227 ** Returns the new (current) trace level
|
/external/chromium/base/ |
logging_win.cc | 30 // Convert the log severity to the most appropriate ETW trace level. 69 // Capture a stack trace if one is requested. 78 // Add the stack trace. 117 // Convert the new trace level to a logging severity
|
/external/chromium_org/base/ |
logging_win.cc | 30 // Convert the log severity to the most appropriate ETW trace level. 69 // Capture a stack trace if one is requested. 78 // Add the stack trace. 117 // Convert the new trace level to a logging severity
|
/external/chromium_org/cc/debug/ |
benchmark_instrumentation.cc | 10 // Please do not change the trace events in this file without updating
|
/external/chromium_org/chrome/test/base/ |
test_switches.cc | 9 // Also emit full event trace logs for successful tests.
|
/external/chromium_org/content/renderer/npapi/ |
plugin_channel_host.cc | 106 base::debug::StackTrace trace; local 108 const void* const* addresses = trace.Addresses(&count); 151 base::debug::StackTrace trace; local 153 const void* const* addresses = trace.Addresses(&count);
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_trace_implementation.h | 15 // GLES2TraceImplementation is calls TRACE for every GL call.
|