Lines Matching defs:cs_etm_auxtrace
42 struct cs_etm_auxtrace { struct
43 struct auxtrace auxtrace;
44 struct auxtrace_queues queues;
45 struct auxtrace_heap heap;
46 struct itrace_synth_opts synth_opts;
47 struct perf_session *session;
48 struct machine *machine;
49 struct thread *unknown_thread;
50 struct perf_tsc_conversion tc;
52 u8 timeless_decoding;
53 u8 snapshot_mode;
54 u8 data_queued;
55 u8 has_virtual_ts; /* Virtual/Kernel timestamps in the trace. */
57 int num_cpu;
58 u64 latest_kernel_timestamp;
59 u32 auxtrace_type;
60 u64 branches_sample_type;
84 struct cs_etm_auxtrace *etm; argument