Searched defs:perf_dlfilter_sample (Results 1 – 1 of 1) sorted by relevance
38 struct perf_dlfilter_sample { struct39 __u32 size; /* Size of this structure (for compatibility checking) */40 __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */41 __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */42 __u64 ip;43 __s32 pid;44 __s32 tid;45 __u64 time;46 __u64 addr;47 __u64 id;[all …]