Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-stat.c128 static bool append_file; variable
2393 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()
2572 mode = append_file ? "a" : "w"; in cmd_stat()
2584 mode = append_file ? "a" : "w"; in cmd_stat()
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c271 static int append_file(const char *path);
388 err = append_file(arg); in parse_arg()
693 static int append_file(const char *path) in append_file() function
726 err = append_file(buf); in append_file_from_file()