Searched defs:cs_etm_traceid_queue (Results 1 – 1 of 1) sorted by relevance
83 struct cs_etm_traceid_queue { struct84 u8 trace_chan_id;85 u64 period_instructions;86 size_t last_branch_pos;87 union perf_event *event_buf;88 struct thread *thread;89 struct thread *prev_packet_thread;90 ocsd_ex_level prev_packet_el;91 ocsd_ex_level el;92 struct branch_stack *last_branch;[all …]