Home
last modified time | relevance | path

Searched refs:at_exit (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata.h76 * If at_exit is set, only rename current perf.data to
78 * Set at_exit when flushing the last output.
84 size_t pos, bool at_exit, char **new_filepath);
H A Dheader.h119 int fd, bool at_exit);
H A Ddata.c375 size_t pos, bool at_exit, in perf_data__switch()
395 if (!at_exit) { in perf_data__switch()
373 perf_data__switch(struct perf_data *data, const char *postfix, size_t pos, bool at_exit, char **new_filepath) perf_data__switch() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata.h87 * If at_exit is set, only rename current perf.data to
89 * Set at_exit when flushing the last output.
95 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()
434 if (!at_exit) { in perf_data__switch()
414 perf_data__switch(struct perf_data *data, const char *postfix, size_t pos, bool at_exit, char **new_filepath) perf_data__switch() argument
/kernel/linux/linux-5.10/tools/perf/
H A 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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c1786 record__switch_output(struct record *rec, bool at_exit) in record__switch_output() argument
1813 at_exit, &new_filename); in record__switch_output()
1814 if (fd >= 0 && !at_exit) { in record__switch_output()
1839 if (!at_exit) { in record__switch_output()

Completed in 12 milliseconds