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