append_file       159 tools/perf/builtin-stat.c static bool			append_file;
append_file       771 tools/perf/builtin-stat.c 	OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
append_file      1769 tools/perf/builtin-stat.c 		mode = append_file ? "a" : "w";
append_file      1779 tools/perf/builtin-stat.c 		mode = append_file ? "a" : "w";