Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Ddata.h95 size_t pos, bool at_exit, char **new_filepath);
Dheader.h123 int fd, bool at_exit);
Ddata.c416 size_t pos, bool at_exit, in perf_data__switch() argument
436 if (!at_exit) { in perf_data__switch()
Dheader.c3654 int fd, bool at_exit, in perf_session__do_write_header() argument
3706 if (at_exit) { in perf_session__do_write_header()
3742 int fd, bool at_exit) in perf_session__write_header() argument
3744 return perf_session__do_write_header(session, evlist, fd, at_exit, NULL); in perf_session__write_header()
/Linux-v6.6/tools/perf/
Dbuiltin-record.c1786 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1813 at_exit, &new_filename); in record__switch_output()
1814 if (fd >= 0 && !at_exit) { in record__switch_output()
1839 if (!at_exit) { in record__switch_output()