Searched refs:trace (Results 1 - 25 of 1241) sorted by path

1234567891011>>

/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim3 " To use, :source this file while viewing a function_graph trace, or use vim's
4 " -S option to load from the command-line together with a trace. You can then
12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/linux-master/arch/arm64/kernel/
H A Dtrace-events-emulation.h35 #define TRACE_INCLUDE_FILE trace-events-emulation
36 #include <trace/define_trace.h>
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h340 .set TRACE_VEC,0x2024 | trace trap
H A Dgen_except.S376 | If trace mode enabled, then go to trace handler. This handler
389 | Change integer stack to look like trace stack
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S110 | move.b #0x24,0x7(%sp) | set trace vecno
125 | Remember that a trace exception may be pending. The code below performs
150 | move.b #0x24,0x7(%sp) | set trace vecno
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S631 # overflow was disabled and the trace exception was enabled, this #
811 btst &0x7,(%sp) # is trace on?
871 # underflow was disabled and the trace exception was enabled, this #
1085 btst &0x7,(%sp) # is trace on?
1576 btst &0x7,(%sp) # is trace on?
1634 # from FPIAR and put it in the trace stack frame then jump to _real_trace().
1896 btst &0x7,(%sp) # is trace on?
1919 btst &0x7,(%sp) # is trace on?
1997 btst &0x7,(%sp) # is trace enabled?
2033 btst &0x7,(%sp) # is trace o
[all...]
H A Disp.S486 btst &0x7,EXC_ISR(%a6) # is trace enabled?
509 # (ii) (a7)+; trace
514 tst.b EXC_ISR(%a6) # no; is trace enabled?
590 btst &0x7,EXC_ISR(%a6) # is trace mode on?
591 bne.b uieh_trace # yes;go handle trace mode
599 # The instruction that was just emulated was also being traced. The trace
600 # trap for this instruction will be lost unless we jump to the trace handler.
752 # The instruction that was just emulated was also being traced. The trace
753 # trap for this instruction will be lost unless we jump to the trace handler.
H A Dpfpsp.S630 # overflow was disabled and the trace exception was enabled, this #
810 btst &0x7,(%sp) # is trace on?
870 # underflow was disabled and the trace exception was enabled, this #
1084 btst &0x7,(%sp) # is trace on?
1575 btst &0x7,(%sp) # is trace on?
1633 # from FPIAR and put it in the trace stack frame then jump to _real_trace().
1895 btst &0x7,(%sp) # is trace on?
1918 btst &0x7,(%sp) # is trace on?
1996 btst &0x7,(%sp) # is trace enabled?
2032 btst &0x7,(%sp) # is trace o
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S95 | send a trace signal if we are debugged
/linux-master/arch/mips/kernel/
H A Dstacktrace.c3 * Stack trace management functions
17 static void save_raw_context_stack(struct stack_trace *trace, argument
27 if (trace->skip > 0)
28 trace->skip--;
30 trace->entries[trace->nr_entries++] = addr;
31 if (trace->nr_entries >= trace->max_entries)
37 static void save_context_stack(struct stack_trace *trace, argument
50 save_raw_context_stack(trace, s
72 save_stack_trace(struct stack_trace *trace) argument
78 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) argument
[all...]
/linux-master/arch/openrisc/include/asm/
H A Dunwinder.h17 void (*trace)(void *data, unsigned long addr,
/linux-master/arch/powerpc/kvm/
H A Dtrace.h125 #define TRACE_INCLUDE_FILE trace
127 #include <trace/define_trace.h>
H A Dtrace_pr.h265 #include <trace/define_trace.h>
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsputrace.h41 #include <trace/define_trace.h>
/linux-master/arch/s390/include/asm/trace/
H A Ddiag.h20 #define TRACE_INCLUDE_PATH asm/trace
44 #include <trace/define_trace.h>
H A Dzcrypt.h120 #define TRACE_INCLUDE_PATH asm/trace
123 #include <trace/define_trace.h>
/linux-master/arch/s390/kvm/
H A Dtrace.h14 #define TRACE_INCLUDE_FILE trace
462 #include <trace/define_trace.h>
/linux-master/arch/sparc/kernel/
H A Dstacktrace.c14 struct stack_trace *trace,
55 if (trace->skip > 0)
56 trace->skip--;
58 trace->entries[trace->nr_entries++] = pc;
66 if (trace->nr_entries <
67 trace->max_entries)
68 trace->entries[trace->nr_entries++] = pc;
74 } while (trace
13 __save_stack_trace(struct thread_info *tp, struct stack_trace *trace, bool skip_sched) argument
77 save_stack_trace(struct stack_trace *trace) argument
79 __save_stack_trace(current_thread_info(), trace, false); local
83 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) argument
[all...]
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_trace.h30 #include <trace/define_trace.h>
/linux-master/arch/x86/include/asm/
H A Dmsr-trace.h6 #define TRACE_INCLUDE_FILE msr-trace
58 #include <trace/define_trace.h>
/linux-master/arch/x86/include/asm/trace/
H A Dexceptions.h9 #include <asm/trace/common.h>
54 #include <trace/define_trace.h>
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock_event.h43 #include <trace/define_trace.h>
/linux-master/arch/x86/xen/
H A Dtrace.c21 #include <trace/events/xen.h>
/linux-master/drivers/dma-buf/
H A Dsync_trace.h33 #include <trace/define_trace.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.h38 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a)

Completed in 331 milliseconds

1234567891011>>