Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
Dsample.h81 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;
[all …]
/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 …]