Home
last modified time | relevance | path

Searched refs:on_exit (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dauxtrace.h571 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
Dauxtrace.c589 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument
591 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
/tools/perf/
Dbuiltin-record.c684 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument
690 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()
747 bool on_exit __maybe_unused) in record__read_auxtrace_snapshot()