Searched defs:sample_id (Results 1 – 1 of 1) sorted by relevance
31 struct sample_id { struct32 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; member110 struct sample_id sample_id; member[all …]