/external/dropbear/ |
process-packet.c | 48 TRACE(("enter process_packet")) 51 TRACE(("process_packet: packet type = %d", type)) 60 TRACE(("received SSH_MSG_IGNORE or SSH_MSG_DEBUG")) 65 TRACE(("SSH_MSG_UNIMPLEMENTED")) 90 TRACE(("Ignoring packet, type = %d", type)) 118 TRACE(("preauth unknown packet")) 125 TRACE(("leave process_packet"))
|
signkey.c | 97 TRACE(("enter buf_get_pub_key")) 133 TRACE(("leave buf_get_pub_key")) 149 TRACE(("enter buf_get_priv_key")) 156 TRACE(("wrong key type: %d %d", *type, keytype)) 186 TRACE(("leave buf_get_priv_key")) 197 TRACE(("enter buf_put_pub_key")) 219 TRACE(("leave buf_put_pub_key")) 225 TRACE(("enter buf_put_priv_key")) 226 TRACE(("type is %d", type)) 231 TRACE(("leave buf_put_priv_key: dss done") [all...] |
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/ |
Context.c | 35 #include "../../../util/trace-event.h" 52 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_pc", "context"); 75 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_flags", "context"); 98 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_lock_depth", "context"); 128 newXSproto("Perf::Trace::Context::common_pc", XS_Perf__Trace__Context_common_pc, file, "$"); 129 newXSproto("Perf::Trace::Context::common_flags", XS_Perf__Trace__Context_common_flags, file, "$"); 130 newXSproto("Perf::Trace::Context::common_lock_depth", XS_Perf__Trace__Context_common_lock_depth, file, "$");
|
/external/srec/portable/include/ |
PStackTrace.h | 30 * Manipulates process stack-trace information. 36 * Maximum length of stack-trace string. 65 * Returns the depth of the current stack trace (0-based). 75 * @param text [out] The resulting stack-trace text 93 * Removes the deepest level of the stack-trace. 95 * @param text [in/out] The stack-trace string. 101 * Destroys the stack trace object.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
plugin.xml | 44 name="GL Function Trace"> 50 description="OpenGL Trace Actions" 52 label="OpenGL Trace Actions" 58 label="Collects OpenGL trace from device" 61 tooltip="Connects to the device and collects OpenGL trace information"> 67 label="Open GL Trace File" 70 tooltip="Open a saved OpenGL Trace File">
|
/sdk/emulator/qtools/ |
stack_dump.cpp | 112 TraceReaderType *trace = new TraceReaderType; local 113 trace->Open(qemu_trace_file); 114 trace->ReadKernelSymbols(elf_file); 115 trace->SetRoot(root); 122 if (GetNextValidEvent(trace, &event, &ignored, &function)) 132 pStack = new CallStackType(event.pid, kNumStackFrames, trace); 154 delete trace;
|
q2dm.cpp | 145 TraceReaderType *trace = new TraceReaderType; local 146 trace->Open(qemu_trace_file); 147 trace->SetDemangle(demangle); 148 trace->ReadKernelSymbols(elf_file); 149 trace->SetRoot(root); 150 TraceHeader *qheader = trace->GetHeader(); 163 kernelStack = new CallStackType(kernelPid, kNumStackFrames, trace); 173 if (GetNextValidEvent(trace, &event, &ignored, &function)) 209 pStack = new CallStackType(event.pid, kNumStackFrames, trace); 211 const char *name = trace->GetProcessName(event.pid) [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_report.cc | 33 static ReportStack *SymbolizeStack(const StackTrace& trace); 104 static ReportStack *SymbolizeStack(const StackTrace& trace) { 105 if (trace.IsEmpty()) 108 for (uptr si = 0; si < trace.Size(); si++) { 109 const uptr pc = trace.Get(si); 117 if (si != trace.Size() - 1) 209 StackTrace trace; local 210 trace.Init(stack, ssz); 211 rt->stack = SymbolizeStack(trace); 278 StackTrace trace; local 316 StackTrace trace; local 343 StackTrace trace; local 373 StackTrace trace; local 718 StackTrace trace; local 734 StackTrace trace; local [all...] |
/dalvik/vm/interp/ |
InterpState.h | 130 * target then jump to it. If the destination trace doesn't exist, update 142 * disturbing the trace formation. 145 * translated trace, directly request a new translation if the destinaion 146 * trace doesn't exist. 148 * destination Dalvik PC is included by the trace itself. 167 kJitTSelectRequest = 1, // Request a trace (subject to filtering) 168 kJitTSelectRequestHot = 2, // Request a hot trace (bypass the filter) 172 kJitTSelect = 4, // Actively selecting a trace 173 kJitTSelectEnd = 5, // Done with the trace - wrap it up 187 kSVSBackwardBranch = 8, // Exiting compiled code with backward branch trace [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 63 trace("Enter DFA.predict for decision "+decisionNumber); 70 if ( debug ) trace("DFA "+decisionNumber+" state "+s+" LA(1)="+String.fromCharCode(input.LA(1))+"("+input.LA(1)+ 75 trace("DFA "+decisionNumber+ 80 trace("DFA "+decisionNumber+ 91 if ( debug ) trace("accept; predict "+accept[s]+" from state "+s); 104 if ( debug ) trace("EOT transition"); 122 if ( debug ) trace("EOT transition"); 128 if ( debug ) trace("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]); 133 trace("min["+s+"]="+min[s]); 134 trace("max["+s+"]="+max[s]) [all...] |
/external/chromium-trace/trace-viewer/src/about_tracing/ |
tracing_controller.js | 8 * @fileoverview State and UI for trace data collection. 86 * Called by info_view to empty the trace buffer 110 console.log('Beginning to trace...'); 184 this.statusDiv_.textContent = 'Ending trace...'; 185 console.log('Finishing trace'); 186 this.statusDiv_.textContent = 'Downloading trace data...'; 233 * Called by tracing c++ code when new system trace data arrives. 242 * Gets the currentl system trace events. If tracing is active, then 250 * Tells browser to put up a load dialog and load the trace file 257 * Called by the browser when a trace file is loaded [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
appledri.c | 122 #define TRACE(msg) fprintf(stderr, "AppleDRI%s\n", msg); 124 #define TRACE(msg) 135 TRACE("QueryExtension..."); 139 TRACE("QueryExtension... return True"); 143 TRACE("QueryExtension... return False"); 159 TRACE("QueryVersion..."); 169 TRACE("QueryVersion... return False"); 177 TRACE("QueryVersion... return True"); 191 TRACE("QueryDirectRenderingCapable..."); 202 TRACE("QueryDirectRenderingCapable... return False") [all...] |
/external/mesa3d/src/glx/apple/ |
appledri.c | 122 #define TRACE(msg) fprintf(stderr, "AppleDRI%s\n", msg); 124 #define TRACE(msg) 135 TRACE("QueryExtension..."); 139 TRACE("QueryExtension... return True"); 143 TRACE("QueryExtension... return False"); 159 TRACE("QueryVersion..."); 169 TRACE("QueryVersion... return False"); 177 TRACE("QueryVersion... return True"); 191 TRACE("QueryDirectRenderingCapable..."); 202 TRACE("QueryDirectRenderingCapable... return False") [all...] |
/external/chromium_org/third_party/icu/source/common/ |
utracimp.h | 20 * - using a trace level variable to only call trace functions 27 * implementations for the trace functions 28 * - ICU trace macros call ICU functions that route through the function 50 * Trace level variable. Negative for "off". 86 * Trace function for the entry point of a function. 95 * Trace function for each exit point of a function. 107 * Trace function used inside functions that have a UTRACE_ENTRY() statement. 112 * @param level The trace level for this message. 113 * @param fmt The trace format string [all...] |
/external/icu4c/common/ |
utracimp.h | 20 * - using a trace level variable to only call trace functions 27 * implementations for the trace functions 28 * - ICU trace macros call ICU functions that route through the function 50 * Trace level variable. Negative for "off". 86 * Trace function for the entry point of a function. 95 * Trace function for each exit point of a function. 107 * Trace function used inside functions that have a UTRACE_ENTRY() statement. 112 * @param level The trace level for this message. 113 * @param fmt The trace format string [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | 157 TRACE("phLibNfc_Mgt_DeInitialize() (download)"); 179 TRACE("Deinitialization SUCCESS (download)"); 189 TRACE("phLibNfc_Mgt_Initialize()"); 198 TRACE("phLibNfc_Mgt_Initialize() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status)); 253 TRACE("phLibNfc_Mgt_ConfigureDriver(0x%08x)", gDrvCfg.nClientId); 265 TRACE("phLibNfc_Mgt_ConfigureDriver() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status)); 285 TRACE("phLibNfc_Mgt_UnConfigureDriver()"); 357 TRACE("phLibNfc_Mgt_Initialize()"); 367 TRACE("phLibNfc_Mgt_Initialize returned 0x%04x[%s]", status, nfc_jni_get_status_name(status)); 411 TRACE("Firmware version not UpToDate") [all...] |
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
WebViewContentsClientAdapter.java | 87 private static final boolean TRACE = android.webkit.DebugFlags.TRACE_CALLBACK; 246 if (TRACE) Log.d(TAG, "getVisitedHistory"); 258 if (TRACE) Log.d(TAG, "doUpdateVisitedHistory=" + url + " reload=" + isReload); 270 if (TRACE) Log.d(TAG, "onProgressChanged=" + progress); 282 if (TRACE) Log.d(TAG, "shouldInterceptRequest=" + url); 298 if (TRACE) Log.d(TAG, "shouldOverrideUrlLoading=" + url); 310 if (TRACE) Log.d(TAG, "onUnhandledKeyEvent"); 323 if (TRACE) Log.d(TAG, "onConsoleMessage: " + consoleMessage.message()); 344 if (TRACE) Log.d(TAG, "onFindResultReceived"); 356 if (TRACE) Log.d(TAG, "onNewPicture") [all...] |
/external/linux-tools-perf/Documentation/ |
perf-script-perl.txt | 6 perf-script-perl - Process trace data with a Perl script 18 displays the results of the trace analysis implemented in the given 25 -g perl' in the same directory as an existing perf.data trace file. 27 the event types in the trace file; it simply prints every available 28 field for each event in the trace file. 39 When perf script is invoked using a trace script, a user-defined 40 'handler function' is called for each event in the trace. If there's 108 every event in a trace, which covers 90% of what you need to know to 109 write a useful trace script. The sections below cover the rest. 121 use Perf::Trace::Core [all...] |
/build/tools/ |
parsedeps.py | 54 def trace(self, tgt, prereq): member in class:Dependencies 63 return d.trace 72 d.trace = result 78 print " trace TARGET PREREQ Print the paths from TARGET to PREREQ" 122 elif len(split) == 3 and cmd == "trace": 127 trace = deps.trace(tgt, prereq) 128 if trace: 130 for g in trace: 134 for g in trace [all...] |
/dalvik/vm/native/ |
dalvik_system_VMStack.cpp | 74 * Get an array with the stack trace in it. 130 * Return a trace buffer for the specified thread or NULL if the 132 * non-NULL trace buffer. Caller is responsible for freeing the trace 160 * Suspend the thread, pull out the stack trace, then resume the thread 162 * our own stack trace, skip the suspend/resume. 177 * Retrieve the stack trace of the specified thread and return it as an 193 ArrayObject* trace = dvmGetStackTraceRaw(traceBuf, stackDepth); local 195 RETURN_PTR(trace); 201 * Retrieve a partial stack trace of the specified thread and retur [all...] |
/external/chromium/base/debug/ |
trace_event.h | 5 // Trace events to track application performance. Events consist of a name 12 // trace report. In the future, it may use another mechansim to facilitate 55 base::debug::TraceLog::GetInstance()->Trace( \ 66 base::debug::TraceLog::GetInstance()->Trace( \ 76 base::debug::TraceLog::GetInstance()->Trace( \ 103 // Start logging trace events. 105 // Stop logging trace events. 108 // Log a trace event of (name, type, id) with the optional extra string. 109 void Trace(const std::string& name, 115 void Trace(const std::string& name [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 40 /** Dialog displayed while the trace is being streamed from device to host. */ 42 private static final String TITLE = "OpenGL ES Trace"; 43 private static final String DEFAULT_MESSAGE = "Trace collection in progress."; 85 controlGroup.setText("Trace Options"); 113 "OpenGL ES Trace", 114 "Error while setting trace options: " + e.getMessage()); 135 statusGroup.setText("Trace Status"); 140 createLabel(statusGroup, "Trace File Size:"); 149 new Thread(mRefreshTask, "Trace Status Refresh Thread").start(); 183 /** Periodically refresh the trace status. * [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 40 private static final boolean TRACE = false; 117 if (TRACE) { 130 if (TRACE) { 138 if (TRACE) { 148 if (TRACE) { 173 if (TRACE) { 227 if (TRACE) { 240 if (TRACE) { 253 if (TRACE) { 278 // serial number apparently not a stack trace id. (int vs ID [all...] |
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_trace.spec | 67 (2) Should the Trace API explicitely support the notion of "frames? 72 trace into frames, in whatever way considered adequate. 85 encountered. Whether the resulting trace is available as a readable 89 additional information added to the trace (statistics, profiling/timing, 176 A trace is started with the command 182 is written to the trace as a sequence of GL commands. 184 <traceName> specifies a name or label for the trace. It is expected 187 A trace is ended by calling the command 222 be added to the trace as a comment. The error returns are cached and 231 immediately adds the <comment> string to the trace output, surrounde [all...] |
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 67 (2) Should the Trace API explicitely support the notion of "frames? 72 trace into frames, in whatever way considered adequate. 85 encountered. Whether the resulting trace is available as a readable 89 additional information added to the trace (statistics, profiling/timing, 176 A trace is started with the command 182 is written to the trace as a sequence of GL commands. 184 <traceName> specifies a name or label for the trace. It is expected 187 A trace is ended by calling the command 222 be added to the trace as a comment. The error returns are cached and 231 immediately adds the <comment> string to the trace output, surrounde [all...] |