Searched defs:thread_stack_entry (Results 1 – 1 of 1) sorted by relevance
53 struct thread_stack_entry { struct54 u64 ret_addr;55 u64 timestamp;56 u64 ref;57 u64 branch_count;58 u64 insn_count;59 u64 cyc_count;60 u64 db_id;61 struct call_path *cp;62 bool no_call;[all …]