Home
last modified time | relevance | path

Searched refs:command (Results 1 – 9 of 9) sorted by relevance

/kernel/trace/
Dftrace_internal.h12 int ftrace_startup(struct ftrace_ops *ops, int command);
13 int ftrace_shutdown(struct ftrace_ops *ops, int command);
21 # define ftrace_startup(ops, command) \ argument
28 # define ftrace_shutdown(ops, command) \ argument
Dftrace.c2772 void ftrace_modify_all_code(int command) in ftrace_modify_all_code() argument
2774 int update = command & FTRACE_UPDATE_TRACE_FUNC; in ftrace_modify_all_code()
2778 if (command & FTRACE_MAY_SLEEP) in ftrace_modify_all_code()
2797 if (command & FTRACE_UPDATE_CALLS) in ftrace_modify_all_code()
2799 else if (command & FTRACE_DISABLE_CALLS) in ftrace_modify_all_code()
2813 if (command & FTRACE_START_FUNC_RET) in ftrace_modify_all_code()
2815 else if (command & FTRACE_STOP_FUNC_RET) in ftrace_modify_all_code()
2822 int *command = data; in __ftrace_modify_code() local
2824 ftrace_modify_all_code(*command); in __ftrace_modify_code()
2836 void ftrace_run_stop_machine(int command) in ftrace_run_stop_machine() argument
[all …]
Dtrace_events_trigger.c247 char *command, *next; in trigger_process_regex() local
252 command = strsep(&next, ": \t"); in trigger_process_regex()
258 command = (command[0] != '!') ? command : command + 1; in trigger_process_regex()
262 if (strcmp(p->name, command) == 0) { in trigger_process_regex()
263 ret = p->parse(p, file, buff, command, next); in trigger_process_regex()
Dtrace_probe.c167 char *command, *p; in __trace_probe_log_err() local
179 command = kzalloc(len, GFP_KERNEL); in __trace_probe_log_err()
180 if (!command) in __trace_probe_log_err()
194 p = command; in __trace_probe_log_err()
203 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
206 kfree(command); in __trace_probe_log_err()
DKconfig304 on the kernel command line.
1065 command.
/kernel/dma/
DKconfig126 You can disable CMA by specifying "cma=0" on the kernel's command
142 on the kernel's command line.
/kernel/
DKconfig.preempt104 command line parameter and thus override the default preemption
/kernel/power/
DKconfig51 after placing resume=/dev/swappartition on the kernel command line
67 be reloaded, then use the 'noresume' kernel command line argument.
/kernel/bpf/
Doffload.c351 data.command = cmd; in bpf_map_offload_ndo()