Lines Matching defs:command
2442 void ftrace_modify_all_code(int command) in ftrace_modify_all_code()
2488 int *command = data; in __ftrace_modify_code() local
2502 void ftrace_run_stop_machine(int command) in ftrace_run_stop_machine()
2514 void __weak arch_ftrace_update_code(int command) in arch_ftrace_update_code()
2519 static void ftrace_run_update_code(int command) in ftrace_run_update_code()
2540 static void ftrace_run_modify_code(struct ftrace_ops *ops, int command, in ftrace_run_modify_code()
2564 static void ftrace_startup_enable(int command) in ftrace_startup_enable()
2577 static void ftrace_startup_all(int command) in ftrace_startup_all()
2584 static int ftrace_startup(struct ftrace_ops *ops, int command) in ftrace_startup()
2626 static int ftrace_shutdown(struct ftrace_ops *ops, int command) in ftrace_shutdown()
2732 int command; in ftrace_startup_sysctl() local
2750 int command; in ftrace_shutdown_sysctl() local
3964 char *func, *command, *next = buff; in ftrace_process_regex() local
5057 static inline void ftrace_startup_enable(int command) { } in ftrace_startup_enable()
5058 static inline void ftrace_startup_all(int command) { } in ftrace_startup_all()
5060 # define ftrace_startup(ops, command) \ argument
5067 # define ftrace_shutdown(ops, command) \ argument