Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_functions.c914 static struct ftrace_func_command ftrace_traceon_cmd = {
919 static struct ftrace_func_command ftrace_traceoff_cmd = {
924 static struct ftrace_func_command ftrace_stacktrace_cmd = {
929 static struct ftrace_func_command ftrace_dump_cmd = {
934 static struct ftrace_func_command ftrace_cpudump_cmd = {
A Dtrace.h1086 struct ftrace_func_command { struct
1187 int register_ftrace_command(struct ftrace_func_command *cmd);
1188 int unregister_ftrace_command(struct ftrace_func_command *cmd);
1199 struct ftrace_func_command;
1201 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
A Dftrace.c5101 static struct ftrace_func_command ftrace_mod_cmd = {
5600 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
5602 struct ftrace_func_command *p; in register_ftrace_command()
5623 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
5625 struct ftrace_func_command *p, *n; in unregister_ftrace_command()
5648 struct ftrace_func_command *p; in ftrace_process_regex()
A Dtrace_events.c3739 static struct ftrace_func_command event_enable_cmd = {
3744 static struct ftrace_func_command event_disable_cmd = {
A Dtrace.c8763 static struct ftrace_func_command ftrace_snapshot_cmd = {

Completed in 48 milliseconds