Home
last modified time | relevance | path

Searched refs:ftrace_func_command (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions.c957 static struct ftrace_func_command ftrace_traceon_cmd = {
962 static struct ftrace_func_command ftrace_traceoff_cmd = {
967 static struct ftrace_func_command ftrace_stacktrace_cmd = {
972 static struct ftrace_func_command ftrace_dump_cmd = {
977 static struct ftrace_func_command ftrace_cpudump_cmd = {
H A Dtrace.h1156 struct ftrace_func_command { struct
1249 int register_ftrace_command(struct ftrace_func_command *cmd);
1250 int unregister_ftrace_command(struct ftrace_func_command *cmd);
1261 struct ftrace_func_command;
1263 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
H A Dftrace.c5203 * for the 'mod' ftrace_func_command. in ftrace_mod_callback()
5218 static struct ftrace_func_command ftrace_mod_cmd = {
5721 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
5723 struct ftrace_func_command *p; in register_ftrace_command()
5739 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
5741 struct ftrace_func_command *p, *n; in unregister_ftrace_command()
5761 struct ftrace_func_command *p; in ftrace_process_regex()
H A Dtrace_events.c4251 static struct ftrace_func_command event_enable_cmd = {
4256 static struct ftrace_func_command event_disable_cmd = {
H A Dtrace.c9308 static struct ftrace_func_command ftrace_snapshot_cmd = {