Lines Matching defs:perf_sample
122 struct perf_sample { struct
123 u64 ip;
124 u32 pid, tid;
125 u64 time;
126 u64 addr;
127 u64 id;
128 u64 stream_id;
129 u64 period;
130 u64 weight;
131 u64 transaction;
132 u64 insn_cnt;
133 u64 cyc_cnt;
134 u32 cpu;
135 u32 raw_size;
136 u64 data_src;
137 u64 phys_addr;
138 u64 cgroup;
139 u32 flags;
140 u16 insn_len;
141 u8 cpumode;
142 u16 misc;
143 bool no_hw_idx; /* No hw_idx collected in branch_stack */
144 char insn[MAX_INSN];
145 void *raw_data;
146 struct ip_callchain *callchain;
147 struct branch_stack *branch_stack;
148 struct regs_dump user_regs;
149 struct regs_dump intr_regs;
150 struct stack_dump user_stack;
151 struct sample_read read;
152 struct aux_sample aux_sample;