OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_cmd
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
run-command.h
44
unsigned
perf_cmd
:1; /* if this is to be perf sub-command */
member in struct:child_process
run-command.c
113
if (cmd->
perf_cmd
) {
205
cmd->
perf_cmd
= opt & RUN_PERF_CMD ? 1 : 0;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c
300
static const char *cmd_to_page(const char *
perf_cmd
)
302
if (!
perf_cmd
)
304
else if (!prefixcmp(
perf_cmd
, "perf"))
305
return
perf_cmd
;
307
return prepend("perf-",
perf_cmd
);
345
static int show_man_page(const char *
perf_cmd
)
348
const char *page = cmd_to_page(
perf_cmd
);
363
static int show_info_page(const char *
perf_cmd
)
365
const char *page = cmd_to_page(
perf_cmd
);
401
static int show_html_page(const char *
perf_cmd
)
[
all
...]
Completed in 230 milliseconds