Lines Matching defs:perf_sample
81 struct perf_sample { struct
82 u64 ip;
83 u32 pid, tid;
84 u64 time;
85 u64 addr;
86 u64 id;
87 u64 stream_id;
88 u64 period;
89 u64 weight;
90 u64 transaction;
91 u64 insn_cnt;
92 u64 cyc_cnt;
93 u32 cpu;
94 u32 raw_size;
95 u64 data_src;
96 u64 phys_addr;
97 u64 data_page_size;
98 u64 code_page_size;
99 u64 cgroup;
100 u32 flags;
101 u32 machine_pid;
102 u32 vcpu;
103 u16 insn_len;
104 u8 cpumode;
105 u16 misc;
129 static inline void *perf_sample__synth_ptr(struct perf_sample *sample) in perf_sample__synth_ptr() argument