Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_record_format.h142 struct PerfRecordSampleData { struct
143 u64 sample_id; /* if PERF_SAMPLE_IDENTIFIER */
144 u64 ip; /* if PERF_SAMPLE_IP */
145 u32 pid, tid; /* if PERF_SAMPLE_TID */
146 u64 time; /* if PERF_SAMPLE_TIME */
147 u64 addr; /* if PERF_SAMPLE_ADDR */
148 u64 id; /* if PERF_SAMPLE_ID */
149 u64 stream_id; /* if PERF_SAMPLE_STREAM_ID */
150 u32 cpu, res; /* if PERF_SAMPLE_CPU */
151 u64 period; /* if PERF_SAMPLE_PERIOD */
[all …]