Searched defs:sample_id (Results 1 – 1 of 1) sorted by relevance
31 struct sample_id { struct32 u32 pid = 0;33 u32 tid = 0; /* if PERF_SAMPLE_TID set */34 u64 time = 0; /* if PERF_SAMPLE_TIME set */35 u64 id = 0; /* if PERF_SAMPLE_ID set */36 u64 stream_id = 0; /* if PERF_SAMPLE_STREAM_ID set */37 u32 cpu = 0;38 u32 res = 0; /* if PERF_SAMPLE_CPU set */39 u64 id2 = 0; /* if PERF_SAMPLE_IDENTIFIER set */81 struct sample_id sample_id; member[all …]