Searched refs:at_exit (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | data.h | 76 * 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 D | header.h | 119 int fd, bool at_exit);
|
H A D | data.c | 375 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 D | data.h | 87 * 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 D | header.h | 123 int fd, bool at_exit);
|
H A D | data.c | 416 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 D | builtin-record.c | 1264 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 D | builtin-record.c | 1786 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 11 milliseconds