Lines Matching defs:perf_sample
69 struct perf_sample { struct
70 u64 ip;
71 u32 pid, tid;
72 u64 time;
73 u64 addr;
74 u64 id;
75 u64 stream_id;
76 u64 period;
77 u64 weight;
78 u64 transaction;
79 u64 insn_cnt;
80 u64 cyc_cnt;
81 u32 cpu;
82 u32 raw_size;
83 u64 data_src;
84 u64 phys_addr;
85 u64 data_page_size;
86 u64 code_page_size;
87 u64 cgroup;
88 u32 flags;
89 u32 machine_pid;
90 u32 vcpu;
91 u16 insn_len;
115 static inline void *perf_sample__synth_ptr(struct perf_sample *sample) in perf_sample__synth_ptr() argument