Home
last modified time | relevance | path

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

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