Searched refs:output_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-list.c508 const char *output_path = NULL; local
519 OPT_STRING('o', "output", &output_path, "file", "output file name"),
546 if (output_path) {
547 default_ps.fp = fopen(output_path, "w");
672 if (output_path)

Completed in 86 milliseconds