Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 14 of 14) sorted by relevance

/kernel/trace/
Dtrace_selftest.c95 static inline void warn_failed_init_tracer(struct tracer *trace, int init_ret) in warn_failed_init_tracer()
318 int trace_selftest_startup_dynamic_tracing(struct tracer *trace, in trace_selftest_startup_dynamic_tracing()
527 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) argument
644 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_function()
709 static int trace_graph_entry_watchdog(struct ftrace_graph_ent *trace) in trace_graph_entry_watchdog()
731 trace_selftest_startup_function_graph(struct tracer *trace, in trace_selftest_startup_function_graph()
789 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_irqsoff()
838 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptoff()
900 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptirqsoff()
1001 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_nop()
[all …]
Dtrace_irqsoff.c184 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace) in irqsoff_graph_entry()
202 static void irqsoff_graph_return(struct ftrace_graph_ret *trace) in irqsoff_graph_return()
274 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace) in irqsoff_graph_entry()
284 static void irqsoff_graph_return(struct ftrace_graph_ret *trace) { } in irqsoff_graph_return()
669 # define register_irqsoff(trace) register_tracer(&trace) argument
671 # define register_irqsoff(trace) do { } while (0) argument
703 # define register_preemptoff(trace) register_tracer(&trace) argument
705 # define register_preemptoff(trace) do { } while (0) argument
740 # define register_preemptirqsoff(trace) register_tracer(&trace) argument
742 # define register_preemptirqsoff(trace) do { } while (0) argument
Dtrace_functions_graph.c137 ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, in ftrace_pop_return_trace()
193 struct ftrace_graph_ret trace; in ftrace_return_to_handler() local
219 struct ftrace_graph_ent *trace, in __trace_graph_entry()
251 int trace_graph_entry(struct ftrace_graph_ent *trace) in trace_graph_entry()
287 int trace_graph_thresh_entry(struct ftrace_graph_ent *trace) in trace_graph_thresh_entry()
324 struct ftrace_graph_ret *trace, in __trace_graph_return()
346 void trace_graph_return(struct ftrace_graph_ret *trace) in trace_graph_return()
376 void trace_graph_thresh_return(struct ftrace_graph_ret *trace) in trace_graph_thresh_return()
1079 print_graph_return(struct ftrace_graph_ret *trace, struct trace_seq *s, in print_graph_return()
Dtrace_sched_wakeup.c226 static int wakeup_graph_entry(struct ftrace_graph_ent *trace) in wakeup_graph_entry()
244 static void wakeup_graph_return(struct ftrace_graph_ret *trace) in wakeup_graph_return()
316 static int wakeup_graph_entry(struct ftrace_graph_ent *trace) in wakeup_graph_entry()
326 static void wakeup_graph_return(struct ftrace_graph_ret *trace) { } in wakeup_graph_return()
Dtrace_syscalls.c115 struct syscall_trace_enter *trace; in print_syscall_enter() local
168 struct syscall_trace_exit *trace; in print_syscall_exit() local
266 struct syscall_trace_enter trace; in syscall_enter_define_fields() local
289 struct syscall_trace_exit trace; in syscall_exit_define_fields() local
Dtrace_branch.c284 static void *annotated_branch_stat_start(struct tracer_stat *trace) in annotated_branch_stat_start()
374 static void *all_branch_stat_start(struct tracer_stat *trace) in all_branch_stat_start()
Dtrace_stat.c333 int register_stat_tracer(struct tracer_stat *trace) in register_stat_tracer()
377 void unregister_stat_tracer(struct tracer_stat *trace) in unregister_stat_tracer()
Dftrace.c540 static void *function_stat_start(struct tracer_stat *trace) in function_stat_start()
865 static int profile_graph_entry(struct ftrace_graph_ent *trace) in profile_graph_entry()
871 static void profile_graph_return(struct ftrace_graph_ret *trace) in profile_graph_return()
4660 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub()
Dtrace.c1594 struct stack_trace trace; in __ftrace_trace_stack() local
1722 struct stack_trace trace; in ftrace_trace_userstack() local
3207 static int __set_tracer_option(struct tracer *trace, in __set_tracer_option()
3225 static int set_tracer_option(struct tracer *trace, char *cmp, int neg) in set_tracer_option()
/kernel/
Dstacktrace.c14 void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace()
34 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
40 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) in save_stack_trace_regs()
Dbacktracetest.c51 struct stack_trace trace; in backtrace_test_saved() local
Dlatencytop.c147 struct stack_trace trace; in store_stacktrace() local
Dfork.c1200 int trace) in copy_process()
1642 int trace = 0; in do_fork() local
Dlockdep.c390 static int save_trace(struct stack_trace *trace) in save_trace()
854 int distance, struct stack_trace *trace) in add_lock_to_list()
1823 static struct stack_trace trace; in check_prev_add() local