Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 36) sorted by relevance

12

/kernel/trace/
Dtrace_dynevent.c309 int dynevent_arg_add(struct dynevent_cmd *cmd, in dynevent_arg_add()
354 int dynevent_arg_pair_add(struct dynevent_cmd *cmd, in dynevent_arg_pair_add()
389 int dynevent_str_add(struct dynevent_cmd *cmd, const char *str) in dynevent_str_add()
422 void dynevent_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen, in dynevent_cmd_init()
497 int dynevent_create(struct dynevent_cmd *cmd) in dynevent_create()
Dsynth_event_gen_test.c47 struct dynevent_cmd cmd; in test_gen_synth_cmd() local
138 struct dynevent_cmd cmd; in test_empty_synth_event() local
Dtrace_events_trigger.c359 __init int register_event_command(struct event_command *cmd) in register_event_command()
382 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command()
844 char *cmd, in trigger_data_alloc()
999 char *glob, char *cmd, char *param_and_filter) in event_trigger_parse()
1420 onoff_get_trigger_ops(char *cmd, char *param) in onoff_get_trigger_ops()
1530 snapshot_get_trigger_ops(char *cmd, char *param) in snapshot_get_trigger_ops()
1625 stacktrace_get_trigger_ops(char *cmd, char *param) in stacktrace_get_trigger_ops()
1765 char *glob, char *cmd, char *param_and_filter) in event_enable_trigger_parse()
1941 event_enable_get_trigger_ops(char *cmd, char *param) in event_enable_get_trigger_ops()
Dkprobe_event_gen_test.c87 struct dynevent_cmd cmd; in test_gen_kprobe_cmd() local
158 struct dynevent_cmd cmd; in test_gen_kretprobe_cmd() local
Dtrace_events_synth.c1058 int synth_event_add_field(struct dynevent_cmd *cmd, const char *type, in synth_event_add_field()
1102 int synth_event_add_field_str(struct dynevent_cmd *cmd, const char *type_name) in synth_event_add_field_str()
1145 int synth_event_add_fields(struct dynevent_cmd *cmd, in synth_event_add_fields()
1195 int __synth_event_gen_cmd_start(struct dynevent_cmd *cmd, const char *name, in __synth_event_gen_cmd_start()
1265 int synth_event_gen_cmd_array_start(struct dynevent_cmd *cmd, const char *name, in synth_event_gen_cmd_array_start()
1468 struct dynevent_cmd cmd; in synth_event_create() local
1552 char **argv = NULL, *cmd, *saved_cmd, *name_and_field; in check_command() local
1625 static int synth_event_run_command(struct dynevent_cmd *cmd) in synth_event_run_command()
1652 void synth_event_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen) in synth_event_cmd_init()
Dtrace_functions.c807 char *cmd, char *param, int enable) in ftrace_trace_probe_callback()
844 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback()
863 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback()
878 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback()
894 char *glob, char *cmd, char *param, int enable) in ftrace_cpudump_callback()
Dtrace_kprobe.c1097 static int trace_kprobe_run_command(struct dynevent_cmd *cmd) in trace_kprobe_run_command()
1111 void kprobe_event_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen) in kprobe_event_cmd_init()
1141 int __kprobe_event_gen_cmd_start(struct dynevent_cmd *cmd, bool kretprobe, in __kprobe_event_gen_cmd_start()
1210 int __kprobe_event_add_fields(struct dynevent_cmd *cmd, ...) in __kprobe_event_add_fields()
1982 char *p, *cmd = kprobe_boot_events_buf; in setup_boot_kprobe_events() local
Dtrace_boot.c104 struct dynevent_cmd cmd; in trace_boot_add_kprobe_event() local
141 struct dynevent_cmd cmd; in trace_boot_add_synth_event() local
Dblktrace.c729 int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) in blk_trace_ioctl()
1343 char cmd[TASK_COMM_LEN]; in blk_log_generic() local
1390 char cmd[TASK_COMM_LEN]; in blk_log_plug() local
1399 char cmd[TASK_COMM_LEN]; in blk_log_unplug() local
1408 char cmd[TASK_COMM_LEN]; in blk_log_split() local
Dtrace_eprobe.c490 char *glob, char *cmd, in eprobe_trigger_cmd_parse()
510 static struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
/kernel/futex/
Dsyscalls.c89 int cmd = op & FUTEX_CMD_MASK; in do_futex() local
135 static __always_inline bool futex_cmd_has_timeout(u32 cmd) in futex_cmd_has_timeout()
149 futex_init_timeout(u32 cmd, u32 op, struct timespec64 *ts, ktime_t *t) in futex_init_timeout()
166 int ret, cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local
498 int ret, cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local
/kernel/
Dreboot.c94 void kernel_restart_prepare(char *cmd) in kernel_restart_prepare()
236 void do_kernel_restart(char *cmd) in do_kernel_restart()
278 void kernel_restart(char *cmd) in kernel_restart()
333 unsigned long mode, void *cmd) in sys_off_notify()
719 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument
833 static int run_cmd(const char *cmd) in run_cmd()
Dpid_namespace.c297 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns()
Dkcov.c585 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()
Dtaskstats.c66 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply()
/kernel/power/
Duser.c249 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/time/
Dposix-clock.c76 unsigned int cmd, unsigned long arg) in posix_clock_ioctl()
95 unsigned int cmd, unsigned long arg) in posix_clock_compat_ioctl()
/kernel/sched/
Dcore_sched.c129 int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type, in sched_core_share_pid()
Dmembarrier.c625 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) in SYSCALL_DEFINE3() argument
/kernel/bpf/
Dtoken.c230 bool bpf_token_allow_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in bpf_token_allow_cmd()
Dsyscall.c5147 int cmd) in bpf_map_do_batch()
5631 static int __sys_bpf(enum bpf_cmd cmd, bpfptr_t uattr, unsigned int size) in __sys_bpf()
5777 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument
5794 BPF_CALL_3(bpf_sys_bpf, int, cmd, union bpf_attr *, attr, u32, attr_size) in BPF_CALL_3() argument
5821 int kern_sys_bpf(int cmd, union bpf_attr *attr, unsigned int size) in kern_sys_bpf()
/kernel/debug/kdb/
Dkdb_main.c698 kdbtab_t cmd; /* Macro command */ member
1126 static int handle_ctrl_cmd(char *cmd) in handle_ctrl_cmd()
2624 int kdb_register(kdbtab_t *cmd) in kdb_register()
2661 void kdb_unregister(kdbtab_t *cmd) in kdb_unregister()
Dkdb_bp.c396 int cmd; /* KDBCMD_B? */ in kdb_bc() local
/kernel/dma/
Dmap_benchmark.c199 static long map_benchmark_ioctl(struct file *file, unsigned int cmd, in map_benchmark_ioctl()
/kernel/debug/
Dgdbstub.c1092 int gdbstub_state(struct kgdb_state *ks, char *cmd) in gdbstub_state()

12