/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/chromium-trace/trace-viewer/src/tcmalloc/ |
heap.js | 40 // Build a nested dictionary of trace event names. 50 var traceNames = alloc.trace.split(' '); 53 if (traceNames.indexOf('trace-memory-ignore') != -1) 58 // Look for existing children with this trace. 60 // The empty trace name means "(here)", so don't roll those up into 71 // New trace entry at this depth, so create a child for it.
|
/external/chromium_org/ppapi/api/dev/ |
ppb_trace_event_dev.idl | 8 * to be used in plugins as the API that trace macros from trace_event.h use. 17 * A trace event timestamp. 34 * Adds a trace event to the platform tracing system. This function call is 36 * the category of the particular trace are enabled. It is not advisable to 38 * trace macros. 72 * Get the current clock value. Since this uses the same function as the trace
|
/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();
|
/sdk/emulator/qtools/ |
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/dropbear/ |
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/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...] |
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
SysTrace.java | 21 * Writes trace events to the system trace buffer. These trace events can be 42 * Writes trace message to indicate the value of a given counter. 44 * @param counterName The counter name to appear in the trace. 55 * Writes a trace message to indicate that a given section of code has begun. This call must 60 * these characters they will be replaced with a space character in the trace. 62 * @param sectionName The name of the code section to appear in the trace. This may be at 73 * Writes a trace message to indicate that a given section of code has 91 * Writes a trace message to indicate that a given section of code ha [all...] |
/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...] |
prefix.html | 5 <title>Android System Trace</title> 36 <!-- BEGIN TRACE -->
|
/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/chromium_org/base/debug/ |
stack_trace.cc | 17 StackTrace::StackTrace(const void* const* trace, size_t count) { 20 memcpy(trace_, trace, count * sizeof(trace_[0]));
|
/external/chromium_org/base/win/ |
event_trace_controller.h | 5 // Declaration of a Windows event trace controller class. 6 // The controller takes care of creating and manipulating event trace 10 // logging control and high-performance transport for generic, binary trace 11 // events. Event trace providers register with the system by their name, 13 // start or end tracing and that change their trace level and enable mask. 15 // A trace controller can create an event tracing session, which either 18 // A trace consumer consumes events from zero or one realtime session, 19 // as well as potentially from multiple binary trace files.
|
/external/chromium_org/chrome/browser/feedback/ |
tracing_manager.cc | 19 // Only once trace manager can exist at a time. 21 // Trace IDs start at 1 and increase. 42 // Return the current trace if one is being collected. 56 // If a trace is being collected currently, send it via callback when 59 // Only allow one trace data request at a time. 83 // If the trace is discarded before it is complete, clean up the accumulators. 87 // If the trace has already been requested, provide an empty string. 107 LOG(ERROR) << "Failed to read trace data from: " << path.value();
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_notice.py | 14 def Trace(msg): 15 if Trace.verbose: 18 Trace.verbose = False 24 if Trace.verbose: 26 Trace('Skipping %s. File doesn\'t exist.\n' % (f,)) 45 Trace('Writing license for files:\n' + '\n'.join(license_filenames)) 78 Trace.verbose = options.verbose 86 Trace('Done.')
|
/external/chromium_org/third_party/angle/src/common/ |
debug.h | 24 void trace(bool traceFileDebugOnly, const char *format, ...); 41 // A macro to output a trace of a function call and its arguments to the debugging log 43 #define TRACE(message, ...) (void(0)) 45 #define TRACE(message, ...) gl::trace(true, "trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__) 52 #define FIXME(message, ...) gl::trace(false, "fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__) 59 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
|
/external/chromium_org/third_party/angle/src/compiler/ |
debug.cpp | 21 void Trace(const char *format, ...) { 32 parseContext->trace(buf);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_libunwind-inl.h | 33 // Produce stack trace using libunwind 51 // Sometimes, we can try to get a stack trace from within a stack 52 // trace, because libunwind can call mmap (maybe indirectly via an 54 // and causes a stack-trace request. If were to try to honor that 66 // GetStack{Trace,Frames}() 67 // GetStack{Trace,Frames}WithContext() 70 // void** result: the stack-trace, as an array 75 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stacktrace_libunwind-inl.h | 33 // Produce stack trace using libunwind 51 // Sometimes, we can try to get a stack trace from within a stack 52 // trace, because libunwind can call mmap (maybe indirectly via an 54 // and causes a stack-trace request. If were to try to honor that 66 // GetStack{Trace,Frames}() 67 // GetStack{Trace,Frames}WithContext() 70 // void** result: the stack-trace, as an array 75 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
chrome_trace_result.py | 17 """Serializes the trace result to a file-like object""" 21 """Parses the trace result into a timeline model for in-memory
|