Home
last modified time | relevance | path

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

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