Lines Matching defs:output_name
49 static const char *output_name = NULL;
465 if (!output_name) {
471 output_name = "/data/perf.data";
473 output_name = "perf.data";
477 if (output_name) {
478 if (!strcmp(output_name, "-"))
480 else if (!stat(output_name, &st) && st.st_size) {
484 output_name);
486 rename(output_name, oldname);
502 output = open(output_name, flags, S_IRUSR | S_IWUSR);
508 session = perf_session__new(output_name, O_WRONLY,
730 output_name,
777 OPT_STRING('o', "output", &output_name, "file",