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

/linux-master/tools/perf/
H A Dbuiltin-list.c524 const char *output_path = NULL; local
535 OPT_STRING('o', "output", &output_path, "file", "output file name"),
562 if (output_path) {
563 default_ps.fp = fopen(output_path, "w");
688 if (output_path)

Completed in 201 milliseconds