Lines Matching refs:trace_output
26 char *trace_output; member
800 params->trace_output = "timerlat_trace.txt"; in timerlat_hist_parse_args()
890 params->trace_output = &optarg[1]; in timerlat_hist_parse_args()
892 params->trace_output = &optarg[0]; in timerlat_hist_parse_args()
894 params->trace_output = argv[optind]; in timerlat_hist_parse_args()
896 params->trace_output = "timerlat_trace.txt"; in timerlat_hist_parse_args()
1204 if (params->trace_output) { in timerlat_hist_main()
1275 if (params->trace_output) in timerlat_hist_main()
1325 if (params->trace_output) { in timerlat_hist_main()
1326 printf(" Saving trace to %s\n", params->trace_output); in timerlat_hist_main()
1327 save_trace_to_file(record->trace.inst, params->trace_output); in timerlat_hist_main()