Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dauxtrace.h588 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
Dauxtrace.c591 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() function
/linux-6.1.9/tools/perf/
Dbuiltin-record.c799 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()