Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dauxtrace.h592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
H A Dauxtrace.c592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() function
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c794 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()