Home
last modified time | relevance | path

Searched refs:ftrace_ops (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/include/linux/
Dftrace.h60 struct ftrace_ops;
63 struct ftrace_ops *op, struct pt_regs *regs);
65 ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops);
159 struct ftrace_ops { struct
161 struct ftrace_ops *next; argument
194 int register_ftrace_function(struct ftrace_ops *ops);
195 int unregister_ftrace_function(struct ftrace_ops *ops);
207 static inline void ftrace_function_local_enable(struct ftrace_ops *ops) in ftrace_function_local_enable()
224 static inline void ftrace_function_local_disable(struct ftrace_ops *ops) in ftrace_function_local_disable()
241 static inline int ftrace_function_local_disabled(struct ftrace_ops *ops) in ftrace_function_local_disabled()
[all …]
Dperf_event.h576 struct ftrace_ops ftrace_ops; member
Dkprobes.h337 struct ftrace_ops *ops, struct pt_regs *regs);
/linux-4.4.14/kernel/trace/
Dftrace.c79 static struct ftrace_ops ftrace_list_end __read_mostly = {
90 struct ftrace_ops *function_trace_op __read_mostly = &ftrace_list_end;
92 static struct ftrace_ops *set_function_trace_op;
106 static void ftrace_update_trampoline(struct ftrace_ops *ops);
116 static struct ftrace_ops *ftrace_control_list __read_mostly = &ftrace_list_end;
117 static struct ftrace_ops *ftrace_ops_list __read_mostly = &ftrace_list_end;
119 static struct ftrace_ops global_ops;
120 static struct ftrace_ops control_ops;
123 struct ftrace_ops *op, struct pt_regs *regs);
127 struct ftrace_ops *op, struct pt_regs *regs);
[all …]
Dtrace_selftest.c107 struct ftrace_ops *op, in trace_selftest_test_probe1_func()
116 struct ftrace_ops *op, in trace_selftest_test_probe2_func()
125 struct ftrace_ops *op, in trace_selftest_test_probe3_func()
134 struct ftrace_ops *op, in trace_selftest_test_global_func()
143 struct ftrace_ops *op, in trace_selftest_test_dyn_func()
149 static struct ftrace_ops test_probe1 = {
154 static struct ftrace_ops test_probe2 = {
159 static struct ftrace_ops test_probe3 = {
186 struct ftrace_ops *dyn_ops; in trace_selftest_ops()
417 struct ftrace_ops *op, in trace_selftest_test_recursion_func()
[all …]
Dtrace_event_perf.c303 struct ftrace_ops *ops, struct pt_regs *pt_regs) in perf_ftrace_function_call()
335 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_register()
344 struct ftrace_ops *ops = &event->ftrace_ops; in perf_ftrace_function_unregister()
352 ftrace_function_local_enable(&event->ftrace_ops); in perf_ftrace_function_enable()
357 ftrace_function_local_disable(&event->ftrace_ops); in perf_ftrace_function_disable()
Dtrace_functions.c25 struct ftrace_ops *op, struct pt_regs *pt_regs);
28 struct ftrace_ops *op, struct pt_regs *pt_regs);
38 struct ftrace_ops *ops; in allocate_ftrace_ops()
125 struct ftrace_ops *op, struct pt_regs *pt_regs) in function_trace_call()
158 struct ftrace_ops *op, struct pt_regs *pt_regs) in function_stack_trace_call()
Dtrace_stack.c202 struct ftrace_ops *op, struct pt_regs *pt_regs) in stack_trace_call()
224 static struct ftrace_ops trace_ops __read_mostly =
Dtrace.h249 struct ftrace_ops *ops;
860 void ftrace_create_filter_files(struct ftrace_ops *ops,
862 void ftrace_destroy_filter_files(struct ftrace_ops *ops);
Dtrace_irqsoff.c136 struct ftrace_ops *op, struct pt_regs *pt_regs) in irqsoff_tracer_call()
Dtrace_events_filter.c2135 struct ftrace_ops *ops;
2161 static int ftrace_function_set_regexp(struct ftrace_ops *ops, int filter, in ftrace_function_set_regexp()
2261 .ops = &event->ftrace_ops, in ftrace_function_set_filter()
Dtrace_sched_wakeup.c111 struct ftrace_ops *op, struct pt_regs *pt_regs) in wakeup_tracer_call()
Dtrace_events.c3369 struct ftrace_ops *op, struct pt_regs *pt_regs) in function_test_events_call()
3405 static struct ftrace_ops trace_ops __initdata =
/linux-4.4.14/fs/pstore/
Dftrace.c32 struct ftrace_ops *op, in pstore_ftrace_call()
52 static struct ftrace_ops pstore_ftrace_ops __read_mostly = {
/linux-4.4.14/arch/x86/kernel/
Dftrace.c720 create_trampoline(struct ftrace_ops *ops, unsigned int *tramp_size) in create_trampoline()
823 void arch_ftrace_update_trampoline(struct ftrace_ops *ops) in arch_ftrace_update_trampoline()
885 static void *static_tramp_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in static_tramp_func()
913 void *arch_ftrace_trampoline_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in arch_ftrace_trampoline_func()
925 void arch_ftrace_trampoline_free(struct ftrace_ops *ops) in arch_ftrace_trampoline_free()
/linux-4.4.14/arch/x86/kernel/kprobes/
Dftrace.c59 struct ftrace_ops *ops, struct pt_regs *regs) in kprobe_ftrace_handler()
/linux-4.4.14/kernel/livepatch/
Dcore.c48 struct ftrace_ops fops;
334 struct ftrace_ops *fops, in klp_ftrace_handler()
/linux-4.4.14/kernel/
Dkprobes.c917 static struct ftrace_ops kprobe_ftrace_ops __read_mostly = {