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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c52 /* Called only by the tracing thread during initialization */
141 * tracing on the kernel. During a context switch, the current task
162 /* Accessed only by the tracing thread */
186 int status, pid = 0, sig = 0, cont_type, tracing = 0, op = 0; local
193 printf("tracing thread pid = %d\n", tracing_pid);
239 set_cmdline("(tracing thread)");
285 tracing = is_tracing(task);
286 old_tracing = tracing;
289 if ( tracing )
308 tracing
[all...]
H A Dprocess_kern.c375 void set_tracing(void *task, int tracing) argument
377 ((struct task_struct *) task)->thread.mode.tt.tracing = tracing;
382 return (((struct task_struct *) t)->thread.mode.tt.tracing);
390 if(task->thread.mode.tt.tracing)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/tt/
H A Dtt.h26 extern void set_tracing(void *t, int tracing);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dcpu_buffer.h40 int tracing; member in struct:oprofile_cpu_buffer
H A Dcpu_buffer.c61 b->tracing = 0;
211 cpu_buf->tracing = 1;
217 cpu_buf->tracing = 0;
258 if (!cpu_buf->tracing)
262 cpu_buf->tracing = 0;
270 cpu_buf->tracing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead31.S128 .long 0 # cr9: tracing off
129 .long 0 # cr10: tracing off
130 .long 0 # cr11: tracing off
131 .long 0 # cr12: tracing off
H A Dhead64.S203 .quad 0 # cr9: tracing off
204 .quad 0 # cr10: tracing off
205 .quad 0 # cr11: tracing off
206 .quad 0 # cr12: tracing off
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-generic.h40 int tracing; member in struct:thread_struct::__anon9526::__anon9527
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h51 extern void set_tracing(void *t, int tracing);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-common.S86 ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing
88 tst r1, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
190 ldr ip, [tsk, #TI_FLAGS] @ check for syscall tracing
208 tst ip, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dentry.S139 ; userspace resumption stub bypassing syscall exit tracing
193 ; system call tracing in operation
228 ; than syscall tracing?
241 ; perform syscall exit tracing
259 ; perform syscall exit tracing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dentry.S239 # userspace resumption stub bypassing syscall exit tracing
370 # system call tracing in operation / emulation
384 testl $TF_MASK,PT_EFLAGS(%esp) # If tracing set singlestep flag on exit
472 # than syscall tracing?
504 # perform syscall exit tracing
520 # perform syscall exit tracing
606 * so IRQ-flags tracing has to follow that:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c74 int tracing = 0; variable
532 if (tracing)
534 tracing = 1;
607 if (tracing && !s->trace) {
613 if (!tracing && s->trace)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dentry.S153 # other than syscall tracing?
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-64.S58 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.S73 lw t0, TI_FLAGS($28) # syscall tracing enabled?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dentry.S225 ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing
227 tst r1, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
252 ldr ip, [tsk, #TI_FLAGS] @ check for syscall tracing
256 tst ip, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S239 ;; perform syscall exit tracing if needed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S460 ;; perform syscall exit tracing if needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex232 % some effort to order the tracing commands to reduce output in the log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex236 % some effort to order the tracing commands to reduce output in the log

Completed in 148 milliseconds