Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_functions.c741 static struct ftrace_func_command ftrace_traceon_cmd = {
746 static struct ftrace_func_command ftrace_traceoff_cmd = {
751 static struct ftrace_func_command ftrace_stacktrace_cmd = {
756 static struct ftrace_func_command ftrace_dump_cmd = {
761 static struct ftrace_func_command ftrace_cpudump_cmd = {
Dtrace.h920 struct ftrace_func_command { struct
1013 int register_ftrace_command(struct ftrace_func_command *cmd);
1014 int unregister_ftrace_command(struct ftrace_func_command *cmd);
1020 struct ftrace_func_command;
1022 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
Dftrace.c4054 static struct ftrace_func_command ftrace_mod_cmd = {
4537 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
4539 struct ftrace_func_command *p; in register_ftrace_command()
4560 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
4562 struct ftrace_func_command *p, *n; in unregister_ftrace_command()
4585 struct ftrace_func_command *p; in ftrace_process_regex()
Dtrace_events.c2813 static struct ftrace_func_command event_enable_cmd = {
2818 static struct ftrace_func_command event_disable_cmd = {
Dtrace.c7207 static struct ftrace_func_command ftrace_snapshot_cmd = {