Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Ddata.h84 size_t pos, bool at_exit, char **new_filepath);
Ddata.c375 size_t pos, bool at_exit, in perf_data__switch() argument
395 if (!at_exit) { in perf_data__switch()
Dheader.h119 int fd, bool at_exit);
Dheader.c3309 int fd, bool at_exit) in perf_session__write_header() argument
3352 if (at_exit) { in perf_session__write_header()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-record.c1264 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1289 at_exit, &new_filename); in record__switch_output()
1290 if (fd >= 0 && !at_exit) { in record__switch_output()
1315 if (!at_exit) { in record__switch_output()