Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-stat.c1397 bool append_file = false; in cmd_stat() local
1439 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()
1488 mode = append_file ? "a" : "w"; in cmd_stat()
1498 mode = append_file ? "a" : "w"; in cmd_stat()