Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dauxtrace.h577 int auxtrace_record__options(struct auxtrace_record *itr,
712 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options() function
Dauxtrace.c607 int auxtrace_record__options(struct auxtrace_record *itr, in auxtrace_record__options() function
/linux-6.1.9/tools/perf/
Dbuiltin-record.c4208 err = auxtrace_record__options(rec->itr, rec->evlist, &rec->opts); in cmd_record()