Searched refs:at_exit (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | data.h | 95 size_t pos, bool at_exit, char **new_filepath);
|
D | header.h | 121 int fd, bool at_exit);
|
D | data.c | 416 size_t pos, bool at_exit, in perf_data__switch() argument 436 if (!at_exit) { in perf_data__switch()
|
D | header.c | 3613 int fd, bool at_exit, in perf_session__do_write_header() argument 3665 if (at_exit) { in perf_session__do_write_header() 3701 int fd, bool at_exit) in perf_session__write_header() argument 3703 return perf_session__do_write_header(session, evlist, fd, at_exit, NULL); in perf_session__write_header()
|
/linux-6.1.9/tools/perf/ |
D | builtin-record.c | 1789 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument 1816 at_exit, &new_filename); in record__switch_output() 1817 if (fd >= 0 && !at_exit) { in record__switch_output() 1842 if (!at_exit) { in record__switch_output()
|