Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddata.c152 size_t pos, bool at_exit) in perf_data__switch() argument
172 if (!at_exit) { in perf_data__switch()
Ddata.h65 size_t pos, bool at_exit);
Dheader.h92 int fd, bool at_exit);
Dheader.c2772 int fd, bool at_exit) in perf_session__write_header() argument
2815 if (at_exit) { in perf_session__write_header()
/Linux-v4.19/tools/perf/
Dbuiltin-record.c642 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
664 at_exit); in record__switch_output()
665 if (fd >= 0 && !at_exit) { in record__switch_output()
675 if (!at_exit) { in record__switch_output()