Searched defs:auxtrace_record (Results 1 – 1 of 1) sorted by relevance
389 struct auxtrace_record { struct390 int (*recording_options)(struct auxtrace_record *itr, argument395 int (*info_fill)(struct auxtrace_record *itr, argument399 void (*free)(struct auxtrace_record *itr); argument400 int (*snapshot_start)(struct auxtrace_record *itr); argument401 int (*snapshot_finish)(struct auxtrace_record *itr); argument408 u64 (*reference)(struct auxtrace_record *itr); argument410 unsigned int alignment;411 unsigned int default_aux_sample_size;412 struct perf_pmu *pmu;[all …]
Completed in 6 milliseconds