Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-list.c522 const char *output_path = NULL; in cmd_list() local
533 OPT_STRING('o', "output", &output_path, "file", "output file name"), in cmd_list()
560 if (output_path) { in cmd_list()
561 default_ps.fp = fopen(output_path, "w"); in cmd_list()
693 if (output_path) in cmd_list()