Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_record_format.h161 struct PerfRecordSampleData { struct
162 u64 sample_id = 0; /* if PERF_SAMPLE_IDENTIFIER */
163 u64 ip = 0; /* if PERF_SAMPLE_IP */
164 u32 pid = 0;
165 u32 tid = 0; /* if PERF_SAMPLE_TID */
166 u64 time = 0; /* if PERF_SAMPLE_TIME */
167 u64 addr = 0; /* if PERF_SAMPLE_ADDR */
168 u64 id = 0; /* if PERF_SAMPLE_ID */
169 u64 stream_id = 0; /* if PERF_SAMPLE_STREAM_ID */
170 u32 cpu = 0;
[all …]