Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 16 of 16) 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()
323 static int trace_selftest_startup_dynamic_tracing(struct tracer *trace, in trace_selftest_startup_dynamic_tracing()
534 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) argument
651 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_function()
725 static int trace_graph_entry_watchdog(struct ftrace_graph_ent *trace) in trace_graph_entry_watchdog()
747 trace_selftest_startup_function_graph(struct tracer *trace, in trace_selftest_startup_function_graph()
812 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_irqsoff()
861 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptoff()
923 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptirqsoff()
1024 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_nop()
[all …]
Dtrace_irqsoff.c174 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace) in irqsoff_graph_entry()
192 static void irqsoff_graph_return(struct ftrace_graph_ret *trace) in irqsoff_graph_return()
262 static int irqsoff_graph_entry(struct ftrace_graph_ent *trace) in irqsoff_graph_entry()
277 static void irqsoff_graph_return(struct ftrace_graph_ret *trace) { } in irqsoff_graph_return()
675 # define register_irqsoff(trace) register_tracer(&trace) argument
677 # define register_irqsoff(trace) do { } while (0) argument
707 # define register_preemptoff(trace) register_tracer(&trace) argument
709 # define register_preemptoff(trace) do { } while (0) argument
742 # define register_preemptirqsoff(trace) register_tracer(&trace) argument
744 # define register_preemptirqsoff(trace) do { } while (0) argument
Dtrace_functions_graph.c191 ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret, in ftrace_pop_return_trace()
257 struct ftrace_graph_ret trace; in ftrace_return_to_handler() local
350 struct ftrace_graph_ent *trace, in __trace_graph_entry()
379 int trace_graph_entry(struct ftrace_graph_ent *trace) in trace_graph_entry()
461 struct ftrace_graph_ret *trace, in __trace_graph_return()
480 void trace_graph_return(struct ftrace_graph_ret *trace) in trace_graph_return()
510 static void trace_graph_thresh_return(struct ftrace_graph_ret *trace) in trace_graph_thresh_return()
1104 print_graph_return(struct ftrace_graph_ret *trace, struct trace_seq *s, in print_graph_return()
Dtrace_syscalls.c127 struct syscall_trace_enter *trace; in print_syscall_enter() local
173 struct syscall_trace_exit *trace; in print_syscall_exit() local
269 struct syscall_trace_enter trace; in syscall_enter_define_fields() local
293 struct syscall_trace_exit trace; in syscall_exit_define_fields() local
Dtrace_sched_wakeup.c235 static int wakeup_graph_entry(struct ftrace_graph_ent *trace) in wakeup_graph_entry()
253 static void wakeup_graph_return(struct ftrace_graph_ret *trace) in wakeup_graph_return()
329 static int wakeup_graph_entry(struct ftrace_graph_ent *trace) in wakeup_graph_entry()
333 static void wakeup_graph_return(struct ftrace_graph_ret *trace) { } in wakeup_graph_return()
Dtrace_stat.c301 int register_stat_tracer(struct tracer_stat *trace) in register_stat_tracer()
345 void unregister_stat_tracer(struct tracer_stat *trace) in unregister_stat_tracer()
Dtrace_branch.c274 static void *annotated_branch_stat_start(struct tracer_stat *trace) in annotated_branch_stat_start()
364 static void *all_branch_stat_start(struct tracer_stat *trace) in all_branch_stat_start()
Dftrace.c537 static void *function_stat_start(struct tracer_stat *trace) in function_stat_start()
873 static int profile_graph_entry(struct ftrace_graph_ent *trace) in profile_graph_entry()
889 static void profile_graph_return(struct ftrace_graph_ret *trace) in profile_graph_return()
5738 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub()
5881 static int ftrace_graph_entry_test(struct ftrace_graph_ent *trace) in ftrace_graph_entry_test()
Dtrace.c2191 struct stack_trace trace; in __ftrace_trace_stack() local
2319 struct stack_trace trace; in ftrace_trace_userstack() local
3892 struct tracer *trace = tracer_flags->trace; in __set_tracer_option() local
3909 struct tracer *trace = tr->current_trace; in set_tracer_option() local
Dtrace.h362 struct tracer *trace; member
/kernel/
Dstacktrace.c14 void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace()
27 struct stack_trace *trace, int spaces) in snprint_stack_trace()
62 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
68 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.c148 struct stack_trace trace; in store_stacktrace() local
Dfork.c1472 int trace, in copy_process()
1934 int trace = 0; in _do_fork() local
/kernel/bpf/
Dstackmap.c123 struct perf_callchain_entry *trace; in BPF_CALL_3() local
/kernel/locking/
Dlockdep.c395 static int save_trace(struct stack_trace *trace) in save_trace()
845 int distance, struct stack_trace *trace) in add_lock_to_list()
1813 static struct stack_trace trace; in check_prev_add() local