HomeSort by relevance Sort by last modified time
    Searched full:tracing (Results 1 - 25 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/memcheck/
memcheck_logging.h 41 // Tracing flags (see trace_flags declared in memcheck.c), and macros
44 /* Enables fork() tracing. */
46 /* Enables clone() tracing. */
48 /* Enables new PID allocation tracing. */
50 /* Enables guest process starting tracing. */
52 /* Enables guest process exiting tracing. */
54 /* Enables libc.so initialization tracing. */
56 /* Enables leaking tracing. */
58 /* Enables invalid pointer access tracing. */
60 /* Enables reading violations tracing. *
    [all...]
  /external/qemu/
trace.h 25 // For tracing dynamic execution of basic blocks
44 // For tracing simuation start times of instructions
57 // For tracing the static information about a basic block
68 // For tracing load and store addresses
81 // For tracing exceptions
92 // For tracing process id changes
101 // For tracing Dalvik VM method enter and exit
124 // This variable == 1 if we are currently tracing, otherwise == 0.
125 extern int tracing;
148 extern int tracing;
    [all...]
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 45 "debug tracing level";
50 "class mask for debug tracing";
  /external/chromium/net/disk_cache/
trace.h 5 // This file provides support for basic in-memory tracing of short events. We
20 // Create and destroy the tracing buffer.
25 // tracing should keep a reference to the object returned by GetTraceObject().
trace.cc 14 // Change this value to 1 to enable tracing on a release build. By default,
15 // tracing is enabled only on debug builds.
  /external/chromium/third_party/icu/public/common/unicode/
utrace.h 16 * Definitions for ICU tracing/logging.
28 * \brief C API: Definitions for ICU tracing/logging.
33 * By default, tracing is disabled in ICU. If you need to debug ICU with
34 * tracing, please compile ICU with the --enable-tracing configure option.
45 /** Disable all tracing @stable ICU 2.8*/
60 * These are the ICU functions that will be traced when tracing is enabled.
141 * @param level The current tracing level
142 * @param fmt A format string describing the tracing data that is supplied
152 * Set ICU Tracing functions. Installs application-provided tracin
    [all...]
  /external/icu4c/common/unicode/
utrace.h 16 * Definitions for ICU tracing/logging.
28 * \brief C API: Definitions for ICU tracing/logging.
33 * By default, tracing is disabled in ICU. If you need to debug ICU with
34 * tracing, please compile ICU with the --enable-tracing configure option.
45 /** Disable all tracing @stable ICU 2.8*/
60 * These are the ICU functions that will be traced when tracing is enabled.
141 * @param level The current tracing level
142 * @param fmt A format string describing the tracing data that is supplied
152 * Set ICU Tracing functions. Installs application-provided tracin
    [all...]
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 65 "debug tracing level";
70 "class mask for debug tracing";
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 50 "debug tracing level";
55 "class mask for debug tracing";
  /external/chromium/base/
event_trace_controller_win.h 9 // Event tracing for Windows is a system-provided service that provides
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
31 // event tracing session.
105 // stop event tracing sessions, as well as controlling ETW provider
115 // Starts a session tracing to a file with some default properties.
126 // "provider" to start tracing at the new level, systemwide.
event_trace_provider_win.h 6 // Windows Event Tracing for logging transport and control.
71 // Trace provider with Event Tracing for Windows. The trace provider
82 // will be the name registered with Event Tracing for Windows (ETW).
90 // Registers the trace provider with Event Tracing for Windows.
logging_win.h 36 // with Event Tracing for Windows.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 42 /* arguments: non interrupts/non tracing syscalls only save upto here*/
  /external/emma/core/res/com/vladium/emma/
run_usage.res 81 "debug tracing level";
86 "class mask for debug tracing";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /external/svox/pico/lib/
picodbg.h 72 * TRACING\n
74 * Each tracing message is associated with a log level which describes
83 * Tracing messages can use the well-known printf format specification.
93 * Each tracing message is expected to be a single line of text. Some
103 * To compose a tracing message line consisting of, e.g. the elements
114 * Colored output of tracing messages helps to capture severe problems
127 * log messages (ie. only tracing info of the specified file will be
137 * By default, tracing messages are output to the console (stderr).
139 * output to stdout. In addition, tracing messages may be saved to
156 * - advanced tracing functions to dump complex dat
    [all...]
picoextapi.h 107 /* Sets tracing level. Increasing amounts of information is displayed
115 /* Sets trace filtering. Limits tracing output to tracing information
  /external/strace/
PORTING 7 concept which enables even the mere possibility of tracing?''. So far
8 I have seen two mechanisms which support system call tracing. They
18 operating system, system call tracing is a lost cause. If there is a
19 native system call tracing program (however pathetic it might be :-),
21 it is using for tracing the system calls of another process. If the
  /external/blktrace/doc/
bno_plot.1 22 bno_plot is a visualization tool for the block layer IO tracing tool called
24 is a block layer IO tracing mechanism which provides detailed
btrace.8 5 btrace \- perform live tracing for block devices
15 The \fIbtrace\fR script provides a quick and easy way to do live tracing of
  /libcore/luni/src/main/java/javax/sql/
CommonDataSource.java 43 * logging and tracing messages for this data source will be printed.
64 * and tracing messages for this data source will be printed.
  /system/core/libcutils/
process_name.c 74 // not currently tracing instructions (so that we will know the process
75 // name when we do start tracing instructions). We do not need to execute
  /frameworks/base/core/java/android/os/
Debug.java 49 * tracing and allocation counts.
55 * of the startMethodTracing() methods. To stop tracing, call
201 * waitForDebugger() call if you want to start tracing immediately.
289 * tracing on the qemu emulator.
294 * Enable qemu tracing. For this to work requires running everything inside
304 * that tracing in the qemu emulator traces every cpu instruction of every
308 * post-processing the instruction trace. The qemu tracing is also done
338 * Stop qemu tracing. See {@link #startNativeTracing()} to start tracing.
340 * <p>Tracing can be started and stopped as many times as desired. Whe
    [all...]
  /external/chromium/third_party/libevent/
README 19 To enable the low-level tracing build the library as:
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 34 /* arguments: interrupts/non tracing syscalls only save upto here*/

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>