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.c901 static struct ftrace_func_command ftrace_traceon_cmd = {
906 static struct ftrace_func_command ftrace_traceoff_cmd = {
911 static struct ftrace_func_command ftrace_stacktrace_cmd = {
916 static struct ftrace_func_command ftrace_dump_cmd = {
921 static struct ftrace_func_command ftrace_cpudump_cmd = {
H A Dtrace.h1016 struct ftrace_func_command { struct
1117 int register_ftrace_command(struct ftrace_func_command *cmd);
1118 int unregister_ftrace_command(struct ftrace_func_command *cmd);
1129 struct ftrace_func_command;
1131 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
H A Dftrace.c4588 static struct ftrace_func_command ftrace_mod_cmd = {
5087 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
5089 struct ftrace_func_command *p; in register_ftrace_command()
5110 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
5112 struct ftrace_func_command *p, *n; in unregister_ftrace_command()
5135 struct ftrace_func_command *p; in ftrace_process_regex()
H A Dtrace_events.c3732 static struct ftrace_func_command event_enable_cmd = {
3737 static struct ftrace_func_command event_disable_cmd = {
H A Dtrace.c8576 static struct ftrace_func_command ftrace_snapshot_cmd = {