Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddata.h95 size_t pos, bool at_exit, char **new_filepath);
A Dheader.h136 int fd, bool at_exit);
A Ddata.c413 size_t pos, bool at_exit, in perf_data__switch() argument
431 if (!at_exit) { in perf_data__switch()
A Dheader.c3673 int fd, bool at_exit, in perf_session__do_write_header() argument
3687 if (write_attrs_after_data && at_exit) { in perf_session__do_write_header()
3709 if (!write_attrs_after_data || at_exit) { in perf_session__do_write_header()
3729 if (!write_attrs_after_data || at_exit) { in perf_session__do_write_header()
3754 if (!write_attrs_after_data && at_exit) { in perf_session__do_write_header()
3794 int fd, bool at_exit) in perf_session__write_header() argument
3796 return perf_session__do_write_header(session, evlist, fd, at_exit, /*fc=*/NULL, in perf_session__write_header()
/tools/perf/
A Dbuiltin-record.c1864 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1891 at_exit, &new_filename); in record__switch_output()
1892 if (fd >= 0 && !at_exit) { in record__switch_output()
1918 if (!at_exit) { in record__switch_output()

Completed in 25 milliseconds