Searched refs:shell_cmd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-help.c | 180 char *shell_cmd; in exec_man_cmd() local 182 if (asprintf(&shell_cmd, "%s %s", cmd, page) > 0) { in exec_man_cmd() 183 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd() 184 free(shell_cmd); in exec_man_cmd()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-help.c | 182 char *shell_cmd; in exec_man_cmd() local 184 if (asprintf(&shell_cmd, "%s %s", cmd, page) > 0) { in exec_man_cmd() 185 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd() 186 free(shell_cmd); in exec_man_cmd()
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 96 struct shell_cmd { struct 1245 static const struct shell_cmd cmds[] = {
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_dbg.c | 96 struct shell_cmd { struct 1245 static const struct shell_cmd cmds[] = {
|
Completed in 5 milliseconds