Home
last modified time | relevance | path

Searched refs:shell_cmd (Results 1 – 2 of 2) sorted by relevance

/tools/perf/
Dbuiltin-help.c171 char *shell_cmd; in exec_man_cmd() local
173 if (asprintf(&shell_cmd, "%s %s", cmd, page) > 0) { in exec_man_cmd()
174 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd()
175 free(shell_cmd); in exec_man_cmd()
/tools/net/
Dbpf_dbg.c96 struct shell_cmd { struct
1242 static const struct shell_cmd cmds[] = {