/tools/perf/util/ |
D | run-command.c | 19 int start_command(struct child_process *cmd) in start_command() 190 int finish_command(struct child_process *cmd) in finish_command() 195 int run_command(struct child_process *cmd) in run_command() 203 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt() 216 struct child_process cmd; in run_command_v_opt() local
|
D | exec_cmd.c | 127 int execl_perf_cmd(const char *cmd,...) in execl_perf_cmd()
|
D | llvm-utils.c | 95 read_from_pipe(const char *cmd, void **p_buf, size_t *p_read_sz) in read_from_pipe()
|
D | srcline.c | 230 char cmd[PATH_MAX]; in addr2line() local
|
D | help.c | 270 const char *help_unknown_cmd(const char *cmd) in help_unknown_cmd()
|
/tools/testing/selftests/membarrier/ |
D | membarrier_test.c | 16 static int sys_membarrier(int cmd, int flags) in sys_membarrier() 23 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local 34 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local 45 int cmd = MEMBARRIER_CMD_SHARED, flags = 0; in test_membarrier_success() local
|
/tools/perf/ |
D | perf.c | 34 const char *cmd; member 72 const char *cmd; member 85 int check_pager_config(const char *cmd) in check_pager_config() 108 static int check_browser_config(const char *cmd) in check_browser_config() 153 const char *cmd = (*argv)[0]; in handle_options() local 424 const char *cmd = argv[0]; in handle_internal_command() local 453 struct strbuf cmd = STRBUF_INIT; in execv_dashed_external() local 528 const char *cmd; in main() local
|
D | builtin-data.c | 18 #define for_each_cmd(cmd) \ argument 34 struct data_cmd *cmd; in print_usage() local 98 struct data_cmd *cmd; in cmd_data() local
|
D | builtin-help.c | 163 static void exec_man_cmd(const char *cmd, const char *page) in exec_man_cmd() 303 static const char *prepend(const char *prefix, const char *cmd) in prepend()
|
/tools/usb/usbip/src/ |
D | usbip.c | 107 const struct command *cmd; in usbip_help() local 139 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() 154 char *cmd; in main() local
|
D | usbipd.c | 601 } cmd; in main() local
|
/tools/perf/tests/ |
D | python-use.c | 13 char *cmd; in test__python_use() local
|
D | perf-record.c | 51 const char *cmd = "sleep"; in test__PERF_RECORD() local
|
D | attr.c | 145 char cmd[3*PATH_MAX]; in run_dir() local
|
D | code-reading.c | 131 char cmd[PATH_MAX * 2]; in read_via_objdump() local
|
/tools/hv/ |
D | hv_vss_daemon.c | 38 static int vss_do_freeze(char *dir, unsigned int cmd) in vss_do_freeze() 74 unsigned int cmd; in vss_operate() local
|
D | hv_kvp_daemon.c | 706 static void kvp_process_ipconfig_file(char *cmd, in kvp_process_ipconfig_file() 741 char cmd[512]; in kvp_get_ipconfig_info() local 1184 char cmd[512]; in kvp_set_ip_info() local
|
/tools/power/cpupower/utils/ |
D | cpupower.c | 44 const char *cmd; member 173 const char *cmd; in main() local
|
/tools/lib/bpf/ |
D | bpf.c | 37 static int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf()
|
/tools/testing/selftests/vm/ |
D | compaction_test.c | 28 char *cmd = "cat /proc/meminfo | grep -i memfree | grep -o '[0-9]*'"; in read_memory_info() local
|
/tools/perf/ui/browsers/ |
D | scripts.c | 109 char cmd[SCRIPT_FULLPATH_LEN*2], script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local
|
/tools/virtio/virtio-trace/ |
D | trace-agent.c | 189 int cmd; in parse_args() local
|
/tools/lib/traceevent/ |
D | plugin_scsi.c | 250 const char *ret = p->buffer + p->len, *cmd; in scsi_trace_rw32() local 315 const char *ret = p->buffer + p->len, *cmd; in scsi_trace_service_action_in() local
|
/tools/net/ |
D | bpf_dbg.c | 185 static int matches(const char *cmd, const char *pattern) in matches() 1255 char *cmd, *cont, *tmp = strdup(arg); in execf() local
|
/tools/testing/nvdimm/test/ |
D | nfit.c | 258 struct nvdimm *nvdimm, unsigned int cmd, void *buf, in nfit_test_ctl()
|