/external/oprofile/daemon/ |
D | opd_trans.c | 96 if (trans->tracing != TRACING_ON) in opd_put_sample() 128 if (trans->tracing == TRACING_START) in opd_put_sample() 129 trans->tracing = TRACING_ON; in opd_put_sample() 241 trans->tracing = TRACING_START; in code_trace_begin() 295 .tracing = TRACING_OFF, in opd_process_samples()
|
D | opd_spu.c | 126 if (trans->tracing != TRACING_ON) in opd_put_spu_sample() 134 if (trans->tracing == TRACING_START) in opd_put_spu_sample() 135 trans->tracing = TRACING_ON; in opd_put_spu_sample()
|
D | opd_trans.h | 42 enum tracing_type tracing; member
|
D | opd_ibs.c | 119 if (trans->tracing != TRACING_ON) in opd_put_ibs_sample() 146 if (trans->tracing == TRACING_START) in opd_put_ibs_sample() 147 trans->tracing = TRACING_ON; in opd_put_ibs_sample()
|
D | opd_sfile.c | 227 if (trans->tracing != TRACING_ON) { in sfile_find() 442 if (trans->tracing == TRACING_ON) { in sfile_log_sample_count()
|
/external/strace/ |
D | NEWS | 42 * Include pread and pwrite calls in -e read and -e write tracing. 112 * Better support for tracing multithreaded processes in Linux 166 * tracing setuid programs works better 168 * new useful tracing names like file and process to trace whole 193 * various tracing features can be enabled on a per syscall/signal/desc basis 194 * selective tracing of syscalls 198 * selective tracing of signals
|
D | 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
|
D | strace.c | 2227 goto tracing; 2327 tracing:
|
/external/qemu/hw/ |
D | goldfish_trace.c | 23 extern int tracing; 210 if (tracing) { in trace_dev_write() 231 return tracing; in trace_dev_read()
|
/external/emma/core/res/com/vladium/emma/data/ |
D | merge_usage.res | 45 "debug tracing level"; 50 "class mask for debug tracing";
|
/external/emma/core/res/com/vladium/emma/report/ |
D | report_usage.res | 50 "debug tracing level"; 55 "class mask for debug tracing";
|
/external/emma/core/res/com/vladium/emma/instr/ |
D | instr_usage.res | 65 "debug tracing level"; 70 "class mask for debug tracing";
|
/external/qemu/ |
D | trace.h | 125 extern int tracing; 148 extern int tracing;
|
D | trace.c | 39 int tracing; variable 440 if (tracing) in trace_init() 526 if (tracing) { in trace_cleanup()
|
D | vl-android.c | 1897 if (!tracing) { in start_tracing() 1901 tracing = 1; in start_tracing() 1910 if (tracing) { in stop_tracing() 1915 tracing = 0; in stop_tracing() 5857 tracing = 1; in main() 5869 tracing = 0; in main() 5871 tracing = 1; in main()
|
D | CHANGES.TXT | 119 - Fixed emulator tracing bug (basic block address could be wrong). And add 522 properly, making non-programatically tracing unusable.
|
/external/emma/core/res/com/vladium/emma/ |
D | run_usage.res | 81 "debug tracing level"; 86 "class mask for debug tracing";
|
/external/icu4c/ |
D | configure.in | 231 AC_MSG_CHECKING([whether to enable function and data tracing]) 234 AC_ARG_ENABLE(tracing, optenable 235 [ --enable-tracing enable function and data tracing [default=no]],
|
/external/qemu/android/ |
D | main.c | 763 static int tracing = 0; in handle_key_command() local 815 tracing = !tracing; in handle_key_command() 816 if (tracing) in handle_key_command()
|
/external/blktrace/doc/ |
D | blktrace.tex | 31 blktrace is a block layer IO tracing mechanism which provides detailed 96 \emph{Support for tracing block io actions.} To do this, run 103 and then down to \emph{Support for tracing block io actions} and hit Y. 187 tracing of devices. The above could also be accomplished by issuing: 362 device name (e.g, if we are tracing /dev/sda, the base device name would
|
/external/blktrace/ |
D | README | 146 If you want to do live tracing, you can pipe the data between blktrace
|
/external/icu4c/common/unicode/ |
D | platform.h.in | 200 /* Determine whether to enable tracing. */
|
/external/qemu/target-arm/ |
D | translate.c | 5789 if (tracing) { in disas_arm_insn() 5803 if (tracing) { in disas_arm_insn() 5995 if (tracing) { in disas_arm_insn() 6009 if (tracing && ticks > 0) { in disas_arm_insn() 7166 if (tracing) { in disas_thumb2_insn() 8153 if (tracing) { in disas_thumb_insn() 8854 if (tracing) { in gen_intermediate_code_internal() 8946 if (tracing) { in gen_intermediate_code_internal()
|
/external/blktrace/btt/doc/ |
D | btt.tex | 32 \texttt{btt} is a post-processing tool for the block layer IO tracing 36 is a block layer IO tracing mechanism which provides detailed 76 \item After tracing completes, run \texttt{blkrawverify}, specifying
|
/external/libffi/ |
D | ltconfig | 318 --debug enable verbose shell tracing
|