Home
last modified time | relevance | path

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

12

/tools/perf/util/
Drun-command.c19 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
Dexec_cmd.c127 int execl_perf_cmd(const char *cmd,...) in execl_perf_cmd()
Dllvm-utils.c95 read_from_pipe(const char *cmd, void **p_buf, size_t *p_read_sz) in read_from_pipe()
Dsrcline.c230 char cmd[PATH_MAX]; in addr2line() local
Dhelp.c270 const char *help_unknown_cmd(const char *cmd) in help_unknown_cmd()
/tools/testing/selftests/membarrier/
Dmembarrier_test.c16 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/
Dperf.c34 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
Dbuiltin-data.c18 #define for_each_cmd(cmd) \ argument
34 struct data_cmd *cmd; in print_usage() local
98 struct data_cmd *cmd; in cmd_data() local
Dbuiltin-help.c163 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/
Dusbip.c107 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
Dusbipd.c601 } cmd; in main() local
/tools/perf/tests/
Dpython-use.c13 char *cmd; in test__python_use() local
Dperf-record.c51 const char *cmd = "sleep"; in test__PERF_RECORD() local
Dattr.c145 char cmd[3*PATH_MAX]; in run_dir() local
Dcode-reading.c131 char cmd[PATH_MAX * 2]; in read_via_objdump() local
/tools/hv/
Dhv_vss_daemon.c38 static int vss_do_freeze(char *dir, unsigned int cmd) in vss_do_freeze()
74 unsigned int cmd; in vss_operate() local
Dhv_kvp_daemon.c706 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/
Dcpupower.c44 const char *cmd; member
173 const char *cmd; in main() local
/tools/lib/bpf/
Dbpf.c37 static int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf()
/tools/testing/selftests/vm/
Dcompaction_test.c28 char *cmd = "cat /proc/meminfo | grep -i memfree | grep -o '[0-9]*'"; in read_memory_info() local
/tools/perf/ui/browsers/
Dscripts.c109 char cmd[SCRIPT_FULLPATH_LEN*2], script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local
/tools/virtio/virtio-trace/
Dtrace-agent.c189 int cmd; in parse_args() local
/tools/lib/traceevent/
Dplugin_scsi.c250 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/
Dbpf_dbg.c185 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/
Dnfit.c258 struct nvdimm *nvdimm, unsigned int cmd, void *buf, in nfit_test_ctl()

12