Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-stat.c136 static bool append_file; variable
2508 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()
2691 mode = append_file ? "a" : "w"; in cmd_stat()
2703 mode = append_file ? "a" : "w"; in cmd_stat()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c315 static int append_file(const char *path); in parse_arg()
433 err = append_file(arg); in parse_arg()
748 static int append_file(const char *path) in append_file_from_file()
781 err = append_file(buf);
729 static int append_file(const char *path) append_file() function