Searched refs:tracing (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead31.S57 .long 0 # cr9: tracing off
58 .long 0 # cr10: tracing off
59 .long 0 # cr11: tracing off
60 .long 0 # cr12: tracing off
H A Dhead64.S58 .quad 0 # cr9: tracing off
59 .quad 0 # cr10: tracing off
60 .quad 0 # cr11: tracing off
61 .quad 0 # cr12: tracing off
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-info.c115 * Finds the path to the debugfs/tracing
120 static char *tracing; local
125 return tracing;
129 tracing = malloc_or_die(strlen(debugfs) + 9);
131 sprintf(tracing, "%s/tracing", debugfs);
134 return tracing;
139 const char *tracing; local
142 tracing = find_tracing_dir();
143 if (!tracing)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dcpu_buffer.h44 int tracing; member in struct:oprofile_cpu_buffer
H A Dcpu_buffer.c79 b->tracing = 0;
281 cpu_buf->tracing = 1;
286 cpu_buf->tracing = 0;
409 if (!cpu_buf->tracing)
424 cpu_buf->tracing = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dentry.S100 # tracing
125 # is there any work to be done other than syscall tracing?
139 # perform syscall entry tracing
155 # userspace resumption stub bypassing syscall exit tracing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Diskeleton.S90 | Linux/68k: commented out test for tracing
94 | tst.b (%sp) | is tracing enabled?
126 | no action associated with the "chk" exception. If tracing is enabled,
130 | Linux/68k: commented out test for tracing
134 | tst.b (%sp) | is tracing enabled?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dentry.S141 ; userspace resumption stub bypassing syscall exit tracing
195 ; system call tracing in operation
230 ; than syscall tracing?
242 ; perform syscall exit tracing
260 ; perform syscall exit tracing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-common.S80 ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing
82 tst r1, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
298 ldr ip, [tsk, #TI_FLAGS] @ check for syscall tracing
316 tst ip, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dentry.S155 # other than syscall tracing?
H A Dscall64-64.S58 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
H A Dscall64-n32.S21 #define PT_TRACESYS 0x00000002 /* tracing system calls */
57 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
H A Dscall64-o32.S79 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
H A Dscall32-o32.S54 lw t0, TI_FLAGS($28) # syscall tracing enabled?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c84 int tracing = 0; variable
635 if (tracing)
637 tracing = 1;
710 if (tracing && !s->trace) {
716 if (!tracing && s->trace)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dentry_32.S348 # userspace resumption stub bypassing syscall exit tracing
536 # system call tracing in operation / emulation
651 # than syscall tracing?
683 # perform syscall exit tracing
695 # perform syscall exit tracing
859 * so IRQ-flags tracing has to follow that:
H A Dentry_64.S16 * only done for syscall tracing, signals or fork/exec et.al.
517 * We have a signal, or exit tracing or single-step.
561 /* Do syscall tracing */
623 /* handle signals and tracing -- both require a full stack frame */
1341 * "trace" is 0 for the NMI handler only, because irq-tracing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdebug.tex89 wxDebugContext is a class for performing various debugging and memory tracing
H A Ddebugcxt.tex3 A class for performing various debugging and memory tracing
H A Dbody.tex663 Using tracing statements may be more convenient than using the debugger
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dentry.S1112 # perform syscall entry tracing
1126 # perform syscall exit tracing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dentry.S305 # other than syscall tracing?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S217 ;; perform syscall exit tracing if needed
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S245 ;; perform syscall exit tracing if needed.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s46 ; DEBUG activates some tracing output, as in the C source.

Completed in 208 milliseconds

12