/external/chromium-trace/ |
systrace-legacy.py | 9 This is a tool for capturing a trace that includes data from both userland and 10 the kernel. It creates an HTML file for visualizing the trace. 15 # This list is based on the tags in frameworks/native/include/utils/Trace.h. 40 default='trace.html', metavar='FILE') 42 help='trace for N seconds', metavar='N') 44 help='use a trace buffer size of N KB', metavar='N') 46 action='store_true', help='trace disk I/O (requires root)') 48 action='store_true', help='trace CPU frequency changes') 50 action='store_true', help='trace CPU idle events') 52 action='store_true', help='trace CPU load' [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcSecureElement.cpp | 98 TRACE("SE Handle: %lu", hSecureElement); 126 TRACE("Discovered %d secure elements", uNofRemoteDev); 131 TRACE("Multiple Protocol supported\n"); 134 TRACE("Protocol %d handle=%x type=%d", i, psRemoteDevList[i].hTargetDev, 152 TRACE("Secure Element Handle: 0x%08x", secureElementHandle); 161 TRACE("Store Secure Element Info\n"); 164 TRACE("Discovered secure element: tech=%d", SecureElementTech); 223 TRACE("Open Secure Element"); 237 TRACE("phLibNfc_Mgt_IoCtl()"); 273 TRACE("phLibNfc_SE_GetSecureElementList()") [all...] |
/external/dropbear/ |
cli-authpasswd.c | 53 TRACE(("enter gui_getpass")) 58 TRACE(("leave gui_getpass: no askpass program")) 63 TRACE(("error creating child pipe")) 70 TRACE(("fork error")) 78 TRACE(("error redirecting stdout")) 83 TRACE(("execlp error")) 111 TRACE(("leave gui_getpass")) 121 TRACE(("enter cli_auth_password")) 151 TRACE(("leave cli_auth_password"))
|
rsa.c | 52 TRACE(("enter buf_get_rsa_pub_key")) 65 TRACE(("leave buf_get_rsa_pub_key: failure")) 74 TRACE(("leave buf_get_rsa_pub_key: success")) 90 TRACE(("enter buf_get_rsa_priv_key")) 94 TRACE(("leave buf_get_rsa_priv_key: pub: ret == DROPBEAR_FAILURE")) 105 TRACE(("leave buf_get_rsa_priv_key: d: ret == DROPBEAR_FAILURE")) 117 TRACE(("leave buf_get_rsa_priv_key: p: ret == DROPBEAR_FAILURE")) 122 TRACE(("leave buf_get_rsa_priv_key: q: ret == DROPBEAR_FAILURE")) 134 TRACE(("leave buf_get_rsa_priv_key")) 142 TRACE(("enter rsa_key_free") [all...] |
cli-chansession.c | 62 TRACE(("enter cli_chansessreq")) 69 TRACE(("got exit-status of '%d'", cli_ses.retval)) 71 TRACE(("got exit-signal, ignoring it")) 73 TRACE(("unknown request '%s'", type)) 112 TRACE(("enter cli_pty_setup")) 115 TRACE(("leave cli_tty_setup: already in raw mode!")) 143 TRACE(("leave cli_tty_setup")) 148 TRACE(("enter cli_tty_cleanup")) 151 TRACE(("leave cli_tty_cleanup: not in raw mode")) 161 TRACE(("leave cli_tty_cleanup") [all...] |
cli-kex.c | 68 TRACE(("enter recv_msg_kexdh_reply")) 75 TRACE(("type is %d", type)) 87 TRACE(("failed getting pubkey")) 92 TRACE(("failed getting mpint")) 112 TRACE(("leave recv_msg_kexdh_init")) 176 TRACE(("mkdir didn't work: %s", strerror(errno))) 190 TRACE(("trying readonly: %s", strerror(errno))) 198 TRACE(("hostsfile didn't open: %s", strerror(errno))) 233 TRACE(("failed reading line: prob EOF")) 242 TRACE(("line is too short to be sensible") [all...] |
svr-auth.c | 70 TRACE(("enter send_msg_userauth_banner")) 72 TRACE(("leave send_msg_userauth_banner: banner is NULL")) 87 TRACE(("leave send_msg_userauth_banner")) 97 TRACE(("enter recv_msg_userauth_request")) 101 TRACE(("leave recv_msg_userauth_request: authdone already")) 131 TRACE(("recv_msg_userauth_request: 'none' request")) 139 TRACE(("sending checkusername failure")) 198 TRACE(("enter checkusername")) 220 TRACE(("leave checkusername: user '%s' doesn't exist", username)) 233 TRACE(("leave checkusername: root login disabled") [all...] |
/external/qemu/docs/ |
ANDROID-TRACING.TXT | 1 This document details how the Android-specific -trace <name> instruction works. 6 to the emulator (e.g. context switches, forks, execs, etc...). Used by both -trace 9 trace.c/trace.h: 16 - a header included by "trace.h" but also by the sources of the trace file processor 40 (see trace.c, some of these miss a declaration in trace.h) 45 (implemented in trace.c). This does not account for dynamic data interlocks or
|
/frameworks/base/docs/html/tools/debugging/ |
systrace.jd | 14 <li><a href="#limit-trace">Limiting trace data</a></li> 15 <li><a href="#config-categories">Configuring trace data categories</a></li> 16 <li><a href="#running">Running a trace</a></li> 66 <p>In order to create a trace of your application, you must perform a few setup steps. First, you 69 system and install your application. Some types of trace information, specifically disk activity 74 <h3 id="limit-trace">Limiting trace data</h3> 81 <li>Limit the amount of time covered by the trace with the {@code -t, --time} option. The default 82 length of a trace is 5 seconds.</li [all...] |
/sdk/emulator/qtools/ |
coverage.cpp | 87 TraceReader<symbol> *trace = new TraceReader<symbol>; local 88 trace->Open(trace_filename); 89 trace->SetDemangle(demangle); 90 trace->ReadKernelSymbols(elf_file); 91 trace->SetRoot(root); 98 if (GetNextValidEvent(trace, &event, &ignored, &function)) 108 pStack = new CallStackType(event.pid, kNumStackFrames, trace); 122 symbol_type *syms = trace->GetSymbols(&nsyms); 150 delete trace;
|
profile_pid.cpp | 51 TraceReader<> *trace = new TraceReader<>; local 52 trace->Open(trace_filename); 53 trace->SetRoot(root); 59 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym)) 64 ProcessState *processes = trace->GetProcesses(&num_procs); 92 delete trace;
|
/external/icu4c/common/unicode/ |
utrace.h | 40 * Trace severity levels. Higher levels increase the verbosity of the trace output. 47 /** Trace error conditions only @stable ICU 2.8*/ 49 /** Trace errors and warnings @stable ICU 2.8*/ 51 /** Trace opens and closes of ICU services @stable ICU 2.8*/ 53 /** Trace an intermediate number of ICU operations @stable ICU 2.8*/ 55 /** Trace the maximum number of ICU operations @stable ICU 2.8*/ 94 * Setter for the trace level. 102 * Getter for the trace level. 109 /* Trace function pointers types ----------------------------- * [all...] |
/external/webrtc/src/system_wrappers/source/ |
cpu_wrapper_unittest.cc | 17 #include "system_wrappers/interface/trace.h" 24 using webrtc::Trace; 34 Trace::CreateTrace(); 37 Trace::SetTraceFile(trace_file.c_str()); 38 Trace::SetLevelFilter(webrtc::kTraceAll); 76 Trace::ReturnTrace();
|
/external/quake/quake/src/WinQuake/ |
world.cpp | 28 line of sight checks trace->crosscontent, but bullets don't 39 trace_t trace; member in struct:__anon14698 553 trace_t trace; local 555 trace = SV_Move (ent->u.v.origin, ent->u.v.mins, ent->u.v.maxs, ent->u.v.origin, 0, ent); 557 if (trace.startsolid) 581 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace) 597 trace->allsolid = false; 599 trace->inopen = true; 601 trace->inwater = true; 604 trace->startsolid = true 724 trace_t trace; local 818 trace_t trace; local [all...] |
gl_test.cpp | 50 trace_t trace;
local 52 // fill in a default trace
53 memset (&trace, 0, sizeof(trace_t));
54 trace.fraction = 1;
55 trace.allsolid = true;
56 VectorCopy (end, trace.endpos);
58 SV_RecursiveHullCheck (cl.worldmodel->hulls, 0, 0, 1, start, end, &trace);
60 junk = trace.plane;
|
/external/chromium-trace/trace-viewer/src/ |
tracing_controller.js | 7 * @fileoverview State and UI for trace data collection. 81 * Called by info_view to empty the trace buffer 105 console.log('Beginning to trace...'); 177 * Called by tracing c++ code when new trace data arrives. 180 this.statusDiv_.textContent = 'Processing trace...'; 192 this.statusDiv_.textContent = 'Ending trace...'; 193 console.log('Finishing trace'); 194 this.statusDiv_.textContent = 'Downloading trace data...'; 232 * Called by tracing c++ code when new system trace data arrives. 241 * Gets the currentl system trace events. If tracing is active, the [all...] |
/external/chromium/base/debug/ |
trace_event_win.h | 16 base::debug::TraceLog::Trace( \ 23 base::debug::TraceLog::Trace( \ 30 base::debug::TraceLog::Trace( \ 53 // Start logging trace events. 57 // Trace begin/end/instant events, this is the bottleneck implementation 64 static void Trace(const char* name, 72 static void Trace(const char* name, 76 return Trace(name, -1, type, id, extra.c_str(), extra.length()); 81 static void Trace(const char* name, 85 return Trace(name, -1, type, id, extra, -1) [all...] |
/external/llvm/docs/HistoricalNotes/ |
2003-06-26-Reoptimizer2.txt | 11 for the modified trace (so it would not, for instance, support 17 trace cache. 20 register allocation on just the trace, and stitch the trace back into 22 it does its register allocation. (On exits from the trace we have 40 spilling registers, normally allocated on the stack, if the trace 42 disable trace generation on functions that have variable-sized 43 alloca()s. Variable-sized allocas in the trace would also probably 98 2. Section 0 is the trace prolog, consisting mainly of live-ins and 101 3. Section 1 is the trace itself, in SSA form used by BinInterface [all...] |
/external/linux-tools-perf/Documentation/ |
perf-script.txt | 6 perf-script - Read perf.data (created by perf record) and display trace output 19 This command reads the input file and displays the trace recorded. 23 'perf script' to see a detailed trace of the workload that was 27 summarize the raw trace data in various ways (the list of scripts is 39 trace --list' i.e. the actual script name minus any language 71 information on how to write and run your own trace scripts. 80 Display verbose dump of the trace data. 88 Display a list of available trace scripts. 92 Process trace data with the given script ([lang]:script[.ext]). 118 comm, tid, pid, time, cpu, event, trace, sym. Fiel [all...] |
/external/qemu/hw/ |
goldfish_trace.c | 20 #include "android-trace.h" 74 DPID("QEMU.trace: context switch tid=%u\n", value); 77 D("QEMU.trace: kernel, context switch %u\n", value); 87 DPID("QEMU.trace: tgid=%u\n", value); 90 D("QEMU.trace: kernel, tgid %u\n", value); 94 DPID("QEMU.trace: fork (pid=%d tgid=%d value=%d)\n", pid, tgid, value); 97 D("QEMU.trace: kernel, fork %u\n", value); 106 DPID("QEMU.trace: clone (pid=%d tgid=%d value=%d)\n", pid, tgid, value); 109 D("QEMU.trace: kernel, clone %u\n", value); 130 D("QEMU.trace: kernel, init exec [%lx,%lx]@%lx [%s]\n" [all...] |
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiDevice.java | 129 Tracer.trace(); 152 Tracer.trace(); 172 Tracer.trace(); 182 Tracer.trace(); 192 Tracer.trace(); 205 Tracer.trace(); 218 Tracer.trace(); 231 Tracer.trace(); 241 Tracer.trace(); 251 Tracer.trace(); [all...] |
/bionic/libc/kernel/common/linux/ |
stacktrace.h | 21 #define save_stack_trace(trace, task, all, skip) do { } while (0) 22 #define print_stack_trace(trace) do { } while (0)
|
/external/emma/core/res/com/vladium/emma/data/ |
merge_usage.res | 43 '[<debug trace level>]', 49 '<debug trace class mask>',
|
/external/quake/quake/src/QW/client/ |
gl_test.c | 50 trace_t trace;
local 52 // fill in a default trace
53 memset (&trace, 0, sizeof(trace_t));
54 trace.fraction = 1;
55 trace.allsolid = true;
56 VectorCopy (end, trace.endpos);
58 SV_RecursiveHullCheck (cl.worldmodel->hulls, 0, 0, 1, start, end, &trace);
60 junk = trace.plane;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kernelcapi.h | 36 * flag > 2 => trace also data 37 * flag & 1 => show trace
|