Home
last modified time | relevance | path

Searched refs:append_file (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/perf/
Dbuiltin-stat.c159 static bool append_file; variable
771 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
1769 mode = append_file ? "a" : "w"; in cmd_stat()
1779 mode = append_file ? "a" : "w"; in cmd_stat()