lbr_entry
sz += x86_pmu.lbr_nr * sizeof(struct lbr_entry);
struct lbr_entry *lbr = next_record;
next_record = next_record + num_lbr * sizeof(struct lbr_entry);
struct lbr_entry *lbr;
next_record += num_lbr * sizeof(struct lbr_entry);
void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr)
x86_pmu.lbr_nr * sizeof(struct lbr_entry);
lbr_nr * sizeof(struct lbr_entry);
static __always_inline u64 rdlbr_from(unsigned int idx, struct lbr_entry *lbr)
static __always_inline u64 rdlbr_to(unsigned int idx, struct lbr_entry *lbr)
static __always_inline u64 rdlbr_info(unsigned int idx, struct lbr_entry *lbr)
wrlbr_all(struct lbr_entry *lbr, unsigned int idx, bool need_info)
rdlbr_all(struct lbr_entry *lbr, unsigned int idx, bool need_info)
struct lbr_entry *entries = task_ctx->entries;
struct lbr_entry *entries = task_ctx->entries;
struct lbr_entry *entries)
struct lbr_entry *lbr;
struct lbr_entry lbr[MAX_LBR_ENTRIES];
struct lbr_entry entries[];
void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr);
struct lbr_entry entries[];