Home
last modified time | relevance | path

Searched defs:perf_sample (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Devent.h122 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;
[all …]
/kernel/linux/linux-4.19/tools/perf/util/
Devent.h191 struct perf_sample { struct
192 u64 ip;
193 u32 pid, tid;
194 u64 time;
195 u64 addr;
196 u64 id;
197 u64 stream_id;
198 u64 period;
199 u64 weight;
200 u64 transaction;
[all …]