Searched defs:auxtrace_record (Results 1 – 1 of 1) sorted by relevance
373 struct auxtrace_record { struct374 int (*recording_options)(struct auxtrace_record *itr, argument379 int (*info_fill)(struct auxtrace_record *itr, argument383 void (*free)(struct auxtrace_record *itr); argument384 int (*snapshot_start)(struct auxtrace_record *itr); argument385 int (*snapshot_finish)(struct auxtrace_record *itr); argument392 u64 (*reference)(struct auxtrace_record *itr); argument394 unsigned int alignment;395 unsigned int default_aux_sample_size;396 struct perf_pmu *pmu;[all …]
Completed in 6 milliseconds