Symbol: lbr_entry
arch/x86/events/intel/ds.c
1651
sz += x86_pmu.lbr_nr * sizeof(struct lbr_entry);
arch/x86/events/intel/ds.c
2575
struct lbr_entry *lbr = next_record;
arch/x86/events/intel/ds.c
2578
next_record = next_record + num_lbr * sizeof(struct lbr_entry);
arch/x86/events/intel/ds.c
2702
struct lbr_entry *lbr;
arch/x86/events/intel/ds.c
2711
next_record += num_lbr * sizeof(struct lbr_entry);
arch/x86/events/intel/lbr.c
1276
void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
1566
x86_pmu.lbr_nr * sizeof(struct lbr_entry);
arch/x86/events/intel/lbr.c
1643
lbr_nr * sizeof(struct lbr_entry);
arch/x86/events/intel/lbr.c
299
static __always_inline u64 rdlbr_from(unsigned int idx, struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
311
static __always_inline u64 rdlbr_to(unsigned int idx, struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
323
static __always_inline u64 rdlbr_info(unsigned int idx, struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
336
wrlbr_all(struct lbr_entry *lbr, unsigned int idx, bool need_info)
arch/x86/events/intel/lbr.c
345
rdlbr_all(struct lbr_entry *lbr, unsigned int idx, bool need_info)
arch/x86/events/intel/lbr.c
393
struct lbr_entry *entries = task_ctx->entries;
arch/x86/events/intel/lbr.c
485
struct lbr_entry *entries = task_ctx->entries;
arch/x86/events/intel/lbr.c
902
struct lbr_entry *entries)
arch/x86/events/intel/lbr.c
905
struct lbr_entry *lbr;
arch/x86/events/perf_event.h
1060
struct lbr_entry lbr[MAX_LBR_ENTRIES];
arch/x86/events/perf_event.h
1065
struct lbr_entry entries[];
arch/x86/events/perf_event.h
1749
void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr);
arch/x86/include/asm/fpu/types.h
298
struct lbr_entry entries[];