Searched refs:trace (Results 1 - 25 of 78) sorted by relevance

1234

/include/linux/
H A Dstacktrace.h16 extern void save_stack_trace(struct stack_trace *trace);
18 struct stack_trace *trace);
20 struct stack_trace *trace);
22 extern void print_stack_trace(struct stack_trace *trace, int spaces);
25 extern void save_stack_trace_user(struct stack_trace *trace);
27 # define save_stack_trace_user(trace) do { } while (0)
31 # define save_stack_trace(trace) do { } while (0)
32 # define save_stack_trace_tsk(tsk, trace) do { } while (0)
33 # define save_stack_trace_user(trace) do { } while (0)
34 # define print_stack_trace(trace, space
[all...]
H A Dresume-trace.h5 #include <asm/resume-trace.h>
H A Dftrace.h3 * scattered below, see: Documentation/trace/ftrace-design.txt
114 /* The hash used to know what functions callbacks trace */
673 * Structure that defines an entry function trace.
681 * Structure that defines a return function trace.
726 * Sometimes we don't want to trace a function with the function
803 /* flags for current->trace */
815 set_bit(TSK_TRACE_FL_TRACE_BIT, &tsk->trace);
820 clear_bit(TSK_TRACE_FL_TRACE_BIT, &tsk->trace);
825 return tsk->trace & TSK_TRACE_FL_TRACE;
830 set_bit(TSK_TRACE_FL_GRAPH_BIT, &tsk->trace);
[all...]
/include/trace/events/
H A Dcontext_tracking.h28 * @dummy: dummy arg to make trace event macro happy
42 * @dummy: dummy arg to make trace event macro happy
58 #include <trace/define_trace.h>
H A Dprintk.h28 #include <trace/define_trace.h>
H A Dnmi.h37 #include <trace/define_trace.h>
H A Doom.h33 #include <trace/define_trace.h>
H A Dtlb.h40 #include <trace/define_trace.h>
H A Dudp.h32 #include <trace/define_trace.h>
H A Dgpio.h56 #include <trace/define_trace.h>
H A Dipi.h89 #include <trace/define_trace.h>
H A Dnapi.h38 #include <trace/define_trace.h>
H A Dpower_cpu_migrate.h67 #include <trace/define_trace.h>
H A Dswiotlb.h46 #include <trace/define_trace.h>
H A Dcompaction.h10 #include <trace/events/gfpflags.h>
133 #include <trace/define_trace.h>
H A Dfilemap.h58 #include <trace/define_trace.h>
H A Dlock.h86 #include <trace/define_trace.h>
H A Dmigrate.h80 #include <trace/define_trace.h>
H A Dskb.h75 #include <trace/define_trace.h>
H A Dsock.h68 #include <trace/define_trace.h>
H A Dsyscalls.h71 #include <trace/define_trace.h>
H A Dtask.h61 #include <trace/define_trace.h>
H A Dworkqueue.h121 #include <trace/define_trace.h>
H A Dgpu.h143 #include <trace/define_trace.h>
/include/trace/
H A Ddefine_trace.h4 * trace file may define:
12 * TRACE_INCLUDE_PATH if the path is something other than core kernel include/trace
72 # define __TRACE_INCLUDE(system) <trace/events/system.h>
80 /* Let the trace headers be reread */
90 #include <trace/ftrace.h>

Completed in 1230 milliseconds

1234