Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-help.c165 struct strbuf shell_cmd = STRBUF_INIT; in exec_man_cmd() local
168 strbuf_addf(&shell_cmd, "%s %s", cmd, page); in exec_man_cmd()
169 execl("/bin/sh", "sh", "-c", shell_cmd.buf, NULL); in exec_man_cmd()
/linux-4.1.27/tools/net/
Dbpf_dbg.c96 struct shell_cmd { struct
1242 static const struct shell_cmd cmds[] = {