Lines Matching defs:ops
154 static inline void ftrace_ops_init(struct ftrace_ops *ops) in ftrace_ops_init()
172 struct ftrace_ops *ops; in ftrace_nr_registered_ops() local
206 static void control_ops_disable_all(struct ftrace_ops *ops) in control_ops_disable_all()
214 static int control_ops_alloc(struct ftrace_ops *ops) in control_ops_alloc()
256 static ftrace_func_t ftrace_ops_get_list_func(struct ftrace_ops *ops) in ftrace_ops_get_list_func()
350 static void add_ftrace_ops(struct ftrace_ops **list, struct ftrace_ops *ops) in add_ftrace_ops()
362 static int remove_ftrace_ops(struct ftrace_ops **list, struct ftrace_ops *ops) in remove_ftrace_ops()
388 struct ftrace_ops *ops) in add_ftrace_list_ops()
398 struct ftrace_ops *ops) in remove_ftrace_list_ops()
408 static int __register_ftrace_function(struct ftrace_ops *ops) in __register_ftrace_function()
456 static int __unregister_ftrace_function(struct ftrace_ops *ops) in __unregister_ftrace_function()
873 struct ftrace_ops *ops, struct pt_regs *regs) in function_profile_call()
1126 struct ftrace_probe_ops *ops; member
1339 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter()
1412 ftrace_hash_move(struct ftrace_ops *ops, int enable, in ftrace_hash_move()
1512 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test()
1625 struct ftrace_ops *ops; in test_rec_ops_needs_regs() local
1642 static void __ftrace_hash_rec_update(struct ftrace_ops *ops, in __ftrace_hash_rec_update()
1788 static void ftrace_hash_rec_disable(struct ftrace_ops *ops, in ftrace_hash_rec_disable()
1794 static void ftrace_hash_rec_enable(struct ftrace_ops *ops, in ftrace_hash_rec_enable()
1800 static void ftrace_hash_rec_update_modify(struct ftrace_ops *ops, in ftrace_hash_rec_update_modify()
1823 static void ftrace_hash_rec_disable_modify(struct ftrace_ops *ops, in ftrace_hash_rec_disable_modify()
1829 static void ftrace_hash_rec_enable_modify(struct ftrace_ops *ops, in ftrace_hash_rec_enable_modify()
1844 static int __ftrace_hash_update_ipmodify(struct ftrace_ops *ops, in __ftrace_hash_update_ipmodify()
1908 static int ftrace_hash_ipmodify_enable(struct ftrace_ops *ops) in ftrace_hash_ipmodify_enable()
1919 static void ftrace_hash_ipmodify_disable(struct ftrace_ops *ops) in ftrace_hash_ipmodify_disable()
1929 static int ftrace_hash_ipmodify_update(struct ftrace_ops *ops, in ftrace_hash_ipmodify_update()
1996 struct ftrace_ops *ops = NULL; in ftrace_bug() local
2244 struct ftrace_ops *ops; in ftrace_get_addr_new() local
2276 struct ftrace_ops *ops; in ftrace_get_addr_curr() local
2550 static void ftrace_run_modify_code(struct ftrace_ops *ops, int command, in ftrace_run_modify_code()
2565 void __weak arch_ftrace_trampoline_free(struct ftrace_ops *ops) in arch_ftrace_trampoline_free()
2569 static void control_ops_free(struct ftrace_ops *ops) in control_ops_free()
2594 static int ftrace_startup(struct ftrace_ops *ops, int command) in ftrace_startup()
2636 static int ftrace_shutdown(struct ftrace_ops *ops, int command) in ftrace_shutdown()
2777 static inline int ops_traces_mod(struct ftrace_ops *ops) in ops_traces_mod()
2795 ops_references_rec(struct ftrace_ops *ops, struct dyn_ftrace *rec) in ops_references_rec()
2819 struct ftrace_ops *ops; in referenced_filters() local
2847 struct ftrace_ops *ops; in ftrace_update_code() local
3007 struct ftrace_ops *ops; member
3107 struct ftrace_ops *ops = iter->ops; in t_next() local
3163 struct ftrace_ops *ops = iter->ops; in t_start() local
3223 arch_ftrace_trampoline_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in arch_ftrace_trampoline_func()
3228 static void add_trampoline_func(struct seq_file *m, struct ftrace_ops *ops, in add_trampoline_func()
3261 struct ftrace_ops *ops = NULL; in t_show() local
3340 ftrace_regex_open(struct ftrace_ops *ops, int flag, in ftrace_regex_open()
3412 struct ftrace_ops *ops = inode->i_private; in ftrace_filter_open() local
3422 struct ftrace_ops *ops = inode->i_private; in ftrace_notrace_open() local
3708 register_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops, in register_ftrace_function_probe()
3820 __unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops, in __unregister_ftrace_function_probe()
3911 unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops, in unregister_ftrace_function_probe()
3919 unregister_ftrace_function_probe_func(char *glob, struct ftrace_probe_ops *ops) in unregister_ftrace_function_probe_func()
4085 static void ftrace_ops_update_code(struct ftrace_ops *ops, in ftrace_ops_update_code()
4117 ftrace_set_hash(struct ftrace_ops *ops, unsigned char *buf, int len, in ftrace_set_hash()
4175 ftrace_set_addr(struct ftrace_ops *ops, unsigned long ip, int remove, in ftrace_set_addr()
4191 int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip, in ftrace_set_filter_ip()
4200 ftrace_set_regex(struct ftrace_ops *ops, unsigned char *buf, int len, in ftrace_set_regex()
4216 int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_filter()
4235 int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf, in ftrace_set_notrace()
4345 ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable) in ftrace_set_early_filter()
4733 void ftrace_create_filter_files(struct ftrace_ops *ops, in ftrace_create_filter_files()
4754 void ftrace_destroy_filter_files(struct ftrace_ops *ops) in ftrace_destroy_filter_files()
5021 void __weak arch_ftrace_update_trampoline(struct ftrace_ops *ops) in arch_ftrace_update_trampoline()
5025 static void ftrace_update_trampoline(struct ftrace_ops *ops) in ftrace_update_trampoline()
5066 # define ftrace_startup(ops, command) \ argument
5073 # define ftrace_shutdown(ops, command) \ argument
5085 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test()
5090 static void ftrace_update_trampoline(struct ftrace_ops *ops) in ftrace_update_trampoline()
5243 ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops) in ftrace_ops_get_func()
5555 int register_ftrace_function(struct ftrace_ops *ops) in register_ftrace_function()
5577 int unregister_ftrace_function(struct ftrace_ops *ops) in unregister_ftrace_function()