Home | History | Annotate | Download | only in perf

Lines Matching refs:append_file

1388 	bool append_file = false;
1430 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
1479 mode = append_file ? "a" : "w";
1489 mode = append_file ? "a" : "w";