ftrace_func_command
static struct ftrace_func_command ftrace_mod_cmd = {
__init int register_ftrace_command(struct ftrace_func_command *cmd)
struct ftrace_func_command *p;
__init int unregister_ftrace_command(struct ftrace_func_command *cmd)
struct ftrace_func_command *p, *n;
struct ftrace_func_command *p;
int register_ftrace_command(struct ftrace_func_command *cmd);
int unregister_ftrace_command(struct ftrace_func_command *cmd);
struct ftrace_func_command;
static inline __init int register_ftrace_command(struct ftrace_func_command *cmd)
static struct ftrace_func_command event_enable_cmd = {
static struct ftrace_func_command event_disable_cmd = {
static struct ftrace_func_command ftrace_traceon_cmd = {
static struct ftrace_func_command ftrace_traceoff_cmd = {
static struct ftrace_func_command ftrace_stacktrace_cmd = {
static struct ftrace_func_command ftrace_dump_cmd = {
static struct ftrace_func_command ftrace_cpudump_cmd = {
static struct ftrace_func_command ftrace_snapshot_cmd = {