Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddata.h95 size_t pos, bool at_exit, char **new_filepath);
H A Dheader.h123 int fd, bool at_exit);
H A Ddata.c416 size_t pos, bool at_exit, in perf_data__switch() argument
434 if (!at_exit) { in perf_data__switch()
H A Dheader.c3656 int fd, bool at_exit, in perf_session__do_write_header() argument
3708 if (at_exit) { in perf_session__do_write_header()
3744 int fd, bool at_exit) in perf_session__write_header() argument
3746 return perf_session__do_write_header(session, evlist, fd, at_exit, NULL); in perf_session__write_header()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1788 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1815 at_exit, &new_filename); in record__switch_output()
1816 if (fd >= 0 && !at_exit) { in record__switch_output()
1841 if (!at_exit) { in record__switch_output()