/kernel/trace/ |
A D | trace_dynevent.c | 296 int dynevent_arg_add(struct dynevent_cmd *cmd, in dynevent_arg_add() 341 int dynevent_arg_pair_add(struct dynevent_cmd *cmd, in dynevent_arg_pair_add() 376 int dynevent_str_add(struct dynevent_cmd *cmd, const char *str) in dynevent_str_add() 409 void dynevent_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen, in dynevent_cmd_init() 484 int dynevent_create(struct dynevent_cmd *cmd) in dynevent_create()
|
A D | synth_event_gen_test.c | 47 struct dynevent_cmd cmd; in test_gen_synth_cmd() local 138 struct dynevent_cmd cmd; in test_empty_synth_event() local
|
A D | trace_events_trigger.c | 345 __init int register_event_command(struct event_command *cmd) in register_event_command() 364 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command() 819 char *cmd, in trigger_data_alloc() 974 char *glob, char *cmd, char *param_and_filter) in event_trigger_parse() 1392 onoff_get_trigger_ops(char *cmd, char *param) in onoff_get_trigger_ops() 1502 snapshot_get_trigger_ops(char *cmd, char *param) in snapshot_get_trigger_ops() 1597 stacktrace_get_trigger_ops(char *cmd, char *param) in stacktrace_get_trigger_ops() 1737 char *glob, char *cmd, char *param_and_filter) in event_enable_trigger_parse() 1910 event_enable_get_trigger_ops(char *cmd, char *param) in event_enable_get_trigger_ops()
|
A D | kprobe_event_gen_test.c | 87 struct dynevent_cmd cmd; in test_gen_kprobe_cmd() local 158 struct dynevent_cmd cmd; in test_gen_kretprobe_cmd() local
|
A D | trace_events_synth.c | 1049 int synth_event_add_field(struct dynevent_cmd *cmd, const char *type, in synth_event_add_field() 1093 int synth_event_add_field_str(struct dynevent_cmd *cmd, const char *type_name) in synth_event_add_field_str() 1136 int synth_event_add_fields(struct dynevent_cmd *cmd, in synth_event_add_fields() 1186 int __synth_event_gen_cmd_start(struct dynevent_cmd *cmd, const char *name, in __synth_event_gen_cmd_start() 1256 int synth_event_gen_cmd_array_start(struct dynevent_cmd *cmd, const char *name, in synth_event_gen_cmd_array_start() 1459 struct dynevent_cmd cmd; in synth_event_create() local 1543 char **argv = NULL, *cmd, *saved_cmd, *name_and_field; in check_command() local 1616 static int synth_event_run_command(struct dynevent_cmd *cmd) in synth_event_run_command() 1643 void synth_event_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen) in synth_event_cmd_init()
|
A D | trace_functions.c | 856 char *cmd, char *param, int enable) in ftrace_trace_probe_callback() 893 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback() 912 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback() 927 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback() 943 char *glob, char *cmd, char *param, int enable) in ftrace_cpudump_callback()
|
A D | trace_kprobe.c | 1111 static int trace_kprobe_run_command(struct dynevent_cmd *cmd) in trace_kprobe_run_command() 1125 void kprobe_event_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen) in kprobe_event_cmd_init() 1155 int __kprobe_event_gen_cmd_start(struct dynevent_cmd *cmd, bool kretprobe, in __kprobe_event_gen_cmd_start() 1224 int __kprobe_event_add_fields(struct dynevent_cmd *cmd, ...) in __kprobe_event_add_fields() 1990 char *p, *cmd = kprobe_boot_events_buf; in setup_boot_kprobe_events() local
|
A D | blktrace.c | 703 int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) in blk_trace_ioctl() 1305 char cmd[TASK_COMM_LEN]; in blk_log_generic() local 1352 char cmd[TASK_COMM_LEN]; in blk_log_plug() local 1361 char cmd[TASK_COMM_LEN]; in blk_log_unplug() local 1370 char cmd[TASK_COMM_LEN]; in blk_log_split() local
|
A D | trace_boot.c | 104 struct dynevent_cmd cmd; in trace_boot_add_kprobe_event() local 141 struct dynevent_cmd cmd; in trace_boot_add_synth_event() local
|
A D | trace_eprobe.c | 496 char *glob, char *cmd, in eprobe_trigger_cmd_parse() 516 static const struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
|
/kernel/futex/ |
A D | syscalls.c | 88 int cmd = op & FUTEX_CMD_MASK; in do_futex() local 133 static __always_inline bool futex_cmd_has_timeout(u32 cmd) in futex_cmd_has_timeout() 147 futex_init_timeout(u32 cmd, u32 op, struct timespec64 *ts, ktime_t *t) in futex_init_timeout() 164 int ret, cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local 496 int ret, cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local
|
/kernel/ |
A D | reboot.c | 100 void kernel_restart_prepare(char *cmd) in kernel_restart_prepare() 245 void do_kernel_restart(char *cmd) in do_kernel_restart() 287 void kernel_restart(char *cmd) in kernel_restart() 342 unsigned long mode, void *cmd) in sys_off_notify() 728 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument 842 static int run_cmd(const char *cmd) in run_cmd()
|
A D | pid_namespace.c | 318 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns()
|
A D | kcov.c | 585 static int kcov_ioctl_locked(struct kcov *kcov, unsigned int cmd, in kcov_ioctl_locked() 693 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
|
A D | taskstats.c | 66 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply()
|
/kernel/power/ |
A D | user.c | 249 static long snapshot_ioctl(struct file *filp, unsigned int cmd, in snapshot_ioctl() 427 snapshot_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snapshot_compat_ioctl()
|
/kernel/sched/ |
A D | core_sched.c | 131 int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type, in sched_core_share_pid()
|
A D | membarrier.c | 627 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) in SYSCALL_DEFINE3() argument
|
/kernel/trace/rv/monitors/sleep/ |
A D | sleep.c | 125 int op, cmd; in handle_sys_enter() local
|
/kernel/debug/kdb/ |
A D | kdb_main.c | 638 kdbtab_t cmd; /* Macro command */ member 1066 static int handle_ctrl_cmd(char *cmd) in handle_ctrl_cmd() 2530 int kdb_register(kdbtab_t *cmd) in kdb_register() 2567 void kdb_unregister(kdbtab_t *cmd) in kdb_unregister()
|
A D | kdb_bp.c | 396 int cmd; /* KDBCMD_B? */ in kdb_bc() local
|
/kernel/bpf/ |
A D | token.c | 252 bool bpf_token_allow_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in bpf_token_allow_cmd()
|
/kernel/time/ |
A D | posix-clock.c | 76 unsigned int cmd, unsigned long arg) in posix_clock_ioctl()
|
/kernel/dma/ |
A D | map_benchmark.c | 199 static long map_benchmark_ioctl(struct file *file, unsigned int cmd, in map_benchmark_ioctl()
|
/kernel/debug/ |
A D | gdbstub.c | 1092 int gdbstub_state(struct kgdb_state *ks, char *cmd) in gdbstub_state()
|