/linux-6.1.9/arch/x86/events/intel/ |
D | ds.c | 462 if (!x86_pmu.pebs) in alloc_pebs_buffer() 497 if (!x86_pmu.pebs) in release_pebs_buffer() 572 if (!x86_pmu.bts && !x86_pmu.pebs) in release_ds_buffers() 601 if (!x86_pmu.bts && !x86_pmu.pebs) in reserve_ds_buffers() 607 if (!x86_pmu.pebs) in reserve_ds_buffers() 643 if (x86_pmu.pebs && !pebs_err) in reserve_ds_buffers() 1536 struct pebs_record_skl *pebs = __pebs; in setup_pebs_fixed_sample_data() local 1540 if (pebs == NULL) in setup_pebs_fixed_sample_data() 1554 data->weight.full = pebs->lat; in setup_pebs_fixed_sample_data() 1562 data->data_src.val = get_data_src(event, pebs->dse); in setup_pebs_fixed_sample_data() [all …]
|
D | p4.c | 36 #define P4_GEN_PEBS_BIND(name, pebs, vert) \ argument 38 .metric_pebs = pebs | P4_PEBS_ENABLE_UOP_TAG, \
|
D | core.c | 4037 if (!x86_pmu.pebs) in intel_guest_get_msrs() 4892 x86_pmu.pebs = 0; in intel_clovertown_quirk() 5358 return x86_pmu.pebs ? attr->mode : 0; in pebs_is_visible()
|
/linux-6.1.9/drivers/mtd/ubi/ |
D | vmt.c | 406 int i, err, pebs; in ubi_resize_volume() local 443 pebs = reserved_pebs - vol->reserved_pebs; in ubi_resize_volume() 444 if (pebs > 0) { in ubi_resize_volume() 446 if (pebs > ubi->avail_pebs) { in ubi_resize_volume() 448 pebs, ubi->avail_pebs); in ubi_resize_volume() 456 ubi->avail_pebs -= pebs; in ubi_resize_volume() 457 ubi->rsvd_pebs += pebs; in ubi_resize_volume() 463 if (pebs < 0) { in ubi_resize_volume() 464 for (i = 0; i < -pebs; i++) { in ubi_resize_volume() 470 ubi->rsvd_pebs += pebs; in ubi_resize_volume() [all …]
|
D | fastmap-wl.c | 61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs() 167 pool->pebs[pool->size] = e->pnum; in ubi_refill_pools() 181 wl_pool->pebs[wl_pool->size] = e->pnum; in ubi_refill_pools() 271 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb() 292 pnum = pool->pebs[pool->used]; in next_peb_for_wl() 352 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
|
D | fastmap.c | 400 __be32 *pebs, int pool_size, unsigned long long *max_sqnum, in scan_pool() argument 431 pnum = be32_to_cpu(pebs[i]); in scan_pool() 764 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 768 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 1205 fmpl->pebs[i] = cpu_to_be32(ubi->fm_pool.pebs[i]); in ubi_write_fastmap() 1206 set_seen(ubi, ubi->fm_pool.pebs[i], seen_pebs); in ubi_write_fastmap() 1216 fmpl_wl->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]); in ubi_write_fastmap() 1217 set_seen(ubi, ubi->fm_wl_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
|
D | ubi-media.h | 453 __be32 pebs[UBI_FM_MAX_POOL_SIZE]; member
|
D | cdev.c | 910 int pebs; in ubi_cdev_ioctl() local 930 pebs = div_u64(req.bytes + desc->vol->usable_leb_size - 1, in ubi_cdev_ioctl() 934 err = ubi_resize_volume(desc, pebs); in ubi_cdev_ioctl()
|
D | ubi.h | 261 int pebs[UBI_FM_MAX_POOL_SIZE]; member
|
/linux-6.1.9/arch/x86/kvm/ |
D | pmu.c | 169 bool pebs = test_bit(pmc->idx, (unsigned long *)&pmu->pebs_enable); in pmc_reprogram_counter() local 182 if (pebs) { in pmc_reprogram_counter() 214 pmc->intr = intr || pebs; in pmc_reprogram_counter()
|
/linux-6.1.9/arch/x86/events/ |
D | core.c | 1522 u64 pebs, debugctl; in perf_event_print_debug() local 1548 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug() 1549 pr_info("CPU#%d: pebs: %016llx\n", cpu, pebs); in perf_event_print_debug()
|
D | perf_event.h | 828 pebs :1, member
|
/linux-6.1.9/tools/perf/util/ |
D | intel-pt.c | 221 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS]; member 2331 pe = &ptq->pebs[hw_id]; in intel_pt_synth_pebs_sample() 3307 ptq->pebs[hw_id].evsel = evsel; in intel_pt_process_aux_output_hw_id() 3308 ptq->pebs[hw_id].id = sample->id; in intel_pt_process_aux_output_hw_id()
|