Searched refs:tracefile (Results 1 – 4 of 4) sorted by relevance
25 tracefile: string option; (* old xenstored compatibility *) RecordField32 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)54 ("-T", Arg.Set_string tracefile, ""); (* for compatibility *)68 tracefile = if !tracefile <> "" then Some !tracefile else None;
84 talloc_free(tracefile); in do_control_logfile()85 tracefile = talloc_strdup(NULL, vec[0]); in do_control_logfile()103 if (!tracefile) in do_control_memreport()105 fp = fopen(tracefile, "a"); in do_control_memreport()
190 extern char *tracefile;
84 char *tracefile = NULL; variable199 if (tracefile) { in reopen_log()202 tracefd = open(tracefile, O_WRONLY|O_CREAT|O_APPEND, 0600); in reopen_log()2028 tracefile = optarg; in main()2105 if (tracefile) in main()2106 tracefile = talloc_strdup(NULL, tracefile); in main()
Completed in 58 milliseconds