Lines Matching defs:perf_sample
117 struct perf_sample { struct
118 u64 ip;
119 u32 pid, tid;
120 u64 time;
121 u64 addr;
122 u64 id;
123 u64 stream_id;
124 u64 period;
125 u64 weight;
126 u64 transaction;
127 u64 insn_cnt;
128 u64 cyc_cnt;
129 u32 cpu;
130 u32 raw_size;
131 u64 data_src;
132 u64 phys_addr;
133 u32 flags;
134 u16 insn_len;
135 u8 cpumode;
136 u16 misc;
137 char insn[MAX_INSN];
138 void *raw_data;
139 struct ip_callchain *callchain;
140 struct branch_stack *branch_stack;
141 struct regs_dump user_regs;
142 struct regs_dump intr_regs;
143 struct stack_dump user_stack;
144 struct sample_read read;