Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_functions.c906 static struct ftrace_func_command ftrace_traceon_cmd = {
911 static struct ftrace_func_command ftrace_traceoff_cmd = {
916 static struct ftrace_func_command ftrace_stacktrace_cmd = {
921 static struct ftrace_func_command ftrace_dump_cmd = {
926 static struct ftrace_func_command ftrace_cpudump_cmd = {
Dtrace.h965 struct ftrace_func_command { struct
1066 int register_ftrace_command(struct ftrace_func_command *cmd);
1067 int unregister_ftrace_command(struct ftrace_func_command *cmd);
1078 struct ftrace_func_command;
1080 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
Dftrace.c4304 static struct ftrace_func_command ftrace_mod_cmd = {
4799 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
4801 struct ftrace_func_command *p; in register_ftrace_command()
4822 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
4824 struct ftrace_func_command *p, *n; in unregister_ftrace_command()
4847 struct ftrace_func_command *p; in ftrace_process_regex()
Dtrace_events.c3325 static struct ftrace_func_command event_enable_cmd = {
3330 static struct ftrace_func_command event_disable_cmd = {
Dtrace.c8519 static struct ftrace_func_command ftrace_snapshot_cmd = {