Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h114 struct perf_sample { struct
115 u64 ip;
116 u32 pid, tid;
117 u64 time;
119 u64 addr;
120 u64 id;
121 u64 stream_id;
122 u64 period;
124 u64 weight;
125 u32 cpu;
[all …]
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h105 struct perf_sample { struct
106 u64 ip;
107 u32 pid, tid;
108 u64 time;
109 u64 addr;
110 u64 id;
111 u64 stream_id;
112 u64 period;
113 u64 weight;
114 u32 cpu;
[all …]