Home
last modified time | relevance | path

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

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