Home
last modified time | relevance | path

Searched refs:tracing (Results 1 – 25 of 42) sorted by relevance

12

/external/oprofile/daemon/
Dopd_trans.c96 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()
Dopd_spu.c126 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()
Dopd_trans.h42 enum tracing_type tracing; member
Dopd_ibs.c119 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()
Dopd_sfile.c227 if (trans->tracing != TRACING_ON) { in sfile_find()
442 if (trans->tracing == TRACING_ON) { in sfile_log_sample_count()
/external/strace/
DNEWS42 * 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
DPORTING7 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
Dstrace.c2227 goto tracing;
2327 tracing:
/external/qemu/hw/
Dgoldfish_trace.c23 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/
Dmerge_usage.res45 "debug tracing level";
50 "class mask for debug tracing";
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res50 "debug tracing level";
55 "class mask for debug tracing";
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res65 "debug tracing level";
70 "class mask for debug tracing";
/external/qemu/
Dtrace.h125 extern int tracing;
148 extern int tracing;
Dtrace.c39 int tracing; variable
440 if (tracing) in trace_init()
526 if (tracing) { in trace_cleanup()
Dvl-android.c1897 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()
DCHANGES.TXT119 - 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/
Drun_usage.res81 "debug tracing level";
86 "class mask for debug tracing";
/external/icu4c/
Dconfigure.in231 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/
Dmain.c763 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/
Dblktrace.tex31 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/
DREADME146 If you want to do live tracing, you can pipe the data between blktrace
/external/icu4c/common/unicode/
Dplatform.h.in200 /* Determine whether to enable tracing. */
/external/qemu/target-arm/
Dtranslate.c5789 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/
Dbtt.tex32 \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/
Dltconfig318 --debug enable verbose shell tracing

12