Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_functions.c615 static struct ftrace_func_command ftrace_traceon_cmd = {
620 static struct ftrace_func_command ftrace_traceoff_cmd = {
625 static struct ftrace_func_command ftrace_stacktrace_cmd = {
630 static struct ftrace_func_command ftrace_dump_cmd = {
635 static struct ftrace_func_command ftrace_cpudump_cmd = {
Dftrace.c3590 static struct ftrace_func_command ftrace_mod_cmd = {
3919 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
3921 struct ftrace_func_command *p; in register_ftrace_command()
3942 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
3944 struct ftrace_func_command *p, *n; in unregister_ftrace_command()
3965 struct ftrace_func_command *p; in ftrace_process_regex()
Dtrace_events.c2340 static struct ftrace_func_command event_enable_cmd = {
2345 static struct ftrace_func_command event_disable_cmd = {
Dtrace.c6033 static struct ftrace_func_command ftrace_snapshot_cmd = {
/linux-4.1.27/include/linux/
Dftrace.h273 struct ftrace_func_command { struct
374 int register_ftrace_command(struct ftrace_func_command *cmd);
375 int unregister_ftrace_command(struct ftrace_func_command *cmd);
588 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()