Home
last modified time | relevance | path

Searched refs:subcmd (Results 1 – 7 of 7) sorted by relevance

/tools/perf/
Dperf-completion.sh175 subcmd=$prev_skip_opts
176 __perf_prev_skip_opts $subcmd
177 subcmd=$subcmd" "$prev_skip_opts
178 opts=$($cmd $subcmd --list-opts)
DMANIFEST34 tools/lib/subcmd
DMakefile.perf166 SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
/tools/lib/subcmd/
DBuild7 libsubcmd-y += subcmd-config.o
/tools/net/
Dbpf_dbg.c1066 char *subcmd, *cont, *tmp = strdup(arg); in cmd_load() local
1069 subcmd = strtok_r(tmp, " ", &cont); in cmd_load()
1070 if (subcmd == NULL) in cmd_load()
1072 if (matches(subcmd, "bpf") == 0) { in cmd_load()
1077 } else if (matches(subcmd, "pcap") == 0) { in cmd_load()
1152 static int cmd_breakpoint(char *subcmd) in cmd_breakpoint() argument
1156 if (strlen(subcmd) == 0) in cmd_breakpoint()
1158 else if (matches(subcmd, "reset") == 0) in cmd_breakpoint()
1161 unsigned int where = strtoul(subcmd, NULL, 10); in cmd_breakpoint()
/tools/objtool/
DMakefile18 SUBCMD_SRCDIR = $(srctree)/tools/lib/subcmd/
/tools/
DMakefile142 $(call descend,lib/subcmd,clean)