Symbol: lbr_entry
arch/x86/events/intel/ds.c
1659
sz += x86_pmu.lbr_nr * sizeof(struct lbr_entry);
arch/x86/events/intel/ds.c
2583
struct lbr_entry *lbr = next_record;
arch/x86/events/intel/ds.c
2586
next_record = next_record + num_lbr * sizeof(struct lbr_entry);
arch/x86/events/intel/ds.c
2710
struct lbr_entry *lbr;
arch/x86/events/intel/ds.c
2719
next_record += num_lbr * sizeof(struct lbr_entry);
arch/x86/events/intel/lbr.c
1277
void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
1567
x86_pmu.lbr_nr * sizeof(struct lbr_entry);
arch/x86/events/intel/lbr.c
1644
lbr_nr * sizeof(struct lbr_entry);
arch/x86/events/intel/lbr.c
300
static __always_inline u64 rdlbr_from(unsigned int idx, struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
312
static __always_inline u64 rdlbr_to(unsigned int idx, struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
324
static __always_inline u64 rdlbr_info(unsigned int idx, struct lbr_entry *lbr)
arch/x86/events/intel/lbr.c
337
wrlbr_all(struct lbr_entry *lbr, unsigned int idx, bool need_info)
arch/x86/events/intel/lbr.c
346
rdlbr_all(struct lbr_entry *lbr, unsigned int idx, bool need_info)
arch/x86/events/intel/lbr.c
394
struct lbr_entry *entries = task_ctx->entries;
arch/x86/events/intel/lbr.c
486
struct lbr_entry *entries = task_ctx->entries;
arch/x86/events/intel/lbr.c
903
struct lbr_entry *entries)
arch/x86/events/intel/lbr.c
906
struct lbr_entry *lbr;
arch/x86/events/perf_event.h
1068
struct lbr_entry lbr[MAX_LBR_ENTRIES];
arch/x86/events/perf_event.h
1073
struct lbr_entry entries[];
arch/x86/events/perf_event.h
1759
void intel_pmu_store_pebs_lbrs(struct lbr_entry *lbr);
arch/x86/include/asm/fpu/types.h
298
struct lbr_entry entries[];