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

/linux-master/tools/perf/util/
H A Ddata.h87 * If at_exit is set, only rename current perf.data to
89 * Set at_exit when flushing the last output.
95 size_t pos, bool at_exit, char **new_filepath);
H A Dheader.h123 int fd, bool at_exit);
H A Ddata.c428 size_t pos, bool at_exit,
446 if (!at_exit) {
426 perf_data__switch(struct perf_data *data, const char *postfix, size_t pos, bool at_exit, char **new_filepath) argument
H A Dheader.c3678 int fd, bool at_exit,
3733 if (at_exit) {
3772 int fd, bool at_exit)
3774 return perf_session__do_write_header(session, evlist, fd, at_exit, NULL);
3676 perf_session__do_write_header(struct perf_session *session, struct evlist *evlist, int fd, bool at_exit, struct feat_copier *fc) argument
3770 perf_session__write_header(struct perf_session *session, struct evlist *evlist, int fd, bool at_exit) argument
/linux-master/tools/perf/
H A Dbuiltin-record.c1833 record__switch_output(struct record *rec, bool at_exit) argument
1860 at_exit, &new_filename);
1861 if (fd >= 0 && !at_exit) {
1887 if (!at_exit) {

Completed in 151 milliseconds