Home
last modified time | relevance | path

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

/linux/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 Ddata.c413 size_t pos, bool at_exit,
431 if (!at_exit) { in perf_data__switch()
433 perf_data__switch(struct perf_data * data,const char * postfix,size_t pos,bool at_exit,char ** new_filepath) perf_data__switch() argument
H A Dheader.h136 int fd, bool at_exit);
H A Dheader.c3666 int fd, bool at_exit, in perf_session__do_write_header() argument
3680 if (write_attrs_after_data && at_exit) { in perf_session__do_write_header()
3702 if (!write_attrs_after_data || at_exit) { in perf_session__do_write_header()
3722 if (!write_attrs_after_data || at_exit) { in perf_session__do_write_header()
3747 if (!write_attrs_after_data && at_exit) { in perf_session__do_write_header()
3787 int fd, bool at_exit) in perf_session__write_header() argument
3789 return perf_session__do_write_header(session, evlist, fd, at_exit, /*fc=*/NULL, in perf_session__write_header()
/linux/tools/perf/
H A Dbuiltin-record.c1900 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1927 at_exit, &new_filename); in record__switch_output()
1928 if (fd >= 0 && !at_exit) { in record__switch_output()
1954 if (!at_exit) { in record__switch_output()