Home
last modified time | relevance | path

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

/tools/perf/util/
Dauxtrace.h511 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
Dauxtrace.c545 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() function
/tools/perf/
Dbuiltin-record.c627 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()