Home
last modified time | relevance | path

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

/tools/perf/util/
Ddata.h73 size_t pos, bool at_exit, char **new_filepath);
Dheader.h121 int fd, bool at_exit);
Ddata.c366 size_t pos, bool at_exit, in perf_data__switch() argument
386 if (!at_exit) { in perf_data__switch()
Dheader.c3050 int fd, bool at_exit) in perf_session__write_header() argument
3093 if (at_exit) { in perf_session__write_header()
/tools/perf/
Dbuiltin-record.c1109 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1134 at_exit, &new_filename); in record__switch_output()
1135 if (fd >= 0 && !at_exit) { in record__switch_output()
1160 if (!at_exit) { in record__switch_output()