Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c170 static bool append_file; variable
1121 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
2137 mode = append_file ? "a" : "w"; in cmd_stat()
2147 mode = append_file ? "a" : "w"; in cmd_stat()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c128 static bool append_file; variable
1220 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
2560 mode = append_file ? "a" : "w"; in cmd_stat()
2572 mode = append_file ? "a" : "w"; in cmd_stat()

Completed in 6 milliseconds