Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_record_format.h31 struct sample_id { struct
32 u32 pid;
33 u32 tid; /* if PERF_SAMPLE_TID set */
34 u64 time; /* if PERF_SAMPLE_TIME set */
35 u64 id; /* if PERF_SAMPLE_ID set */
36 u64 stream_id; /* if PERF_SAMPLE_STREAM_ID set */
37 u32 cpu, res; /* if PERF_SAMPLE_CPU set */
38 u64 id2; /* if PERF_SAMPLE_IDENTIFIER set */
69 struct sample_id sample_id; member
110 struct sample_id sample_id; member
[all …]