Home
last modified time | relevance | path

Searched refs:pebs (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/arch/x86/events/intel/
A Dds.c512 if (!x86_pmu.pebs) in alloc_pebs_buffer()
547 if (!x86_pmu.pebs) in release_pebs_buffer()
657 if (!x86_pmu.pebs) in reserve_ds_buffers()
1612 if (pebs == NULL) in setup_pebs_fixed_sample_data()
1664 regs->ax = pebs->ax; in setup_pebs_fixed_sample_data()
1665 regs->bx = pebs->bx; in setup_pebs_fixed_sample_data()
1666 regs->cx = pebs->cx; in setup_pebs_fixed_sample_data()
1667 regs->dx = pebs->dx; in setup_pebs_fixed_sample_data()
1668 regs->si = pebs->si; in setup_pebs_fixed_sample_data()
2326 if (x86_pmu.pebs) { in intel_ds_init()
[all …]
A Dp4.c36 #define P4_GEN_PEBS_BIND(name, pebs, vert) \ argument
38 .metric_pebs = pebs | P4_PEBS_ENABLE_UOP_TAG, \
A Dcore.c4045 if (!x86_pmu.pebs) in intel_guest_get_msrs()
5003 x86_pmu.pebs = 0; in intel_clovertown_quirk()
5469 return x86_pmu.pebs ? attr->mode : 0; in pebs_is_visible()
/linux-6.3-rc2/drivers/mtd/ubi/
A Dvmt.c406 int i, err, pebs; in ubi_resize_volume() local
444 if (pebs > 0) { 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()
470 ubi->rsvd_pebs += pebs; in ubi_resize_volume()
471 ubi->avail_pebs -= pebs; in ubi_resize_volume()
483 if (pebs < 0) { in ubi_resize_volume()
509 if (pebs > 0) { in ubi_resize_volume()
511 ubi->rsvd_pebs -= pebs; in ubi_resize_volume()
[all …]
A Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
169 pool->pebs[pool->size] = e->pnum; in ubi_refill_pools()
183 wl_pool->pebs[wl_pool->size] = e->pnum; in ubi_refill_pools()
273 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
294 pnum = pool->pebs[pool->used]; in next_peb_for_wl()
354 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
A Dfastmap.c400 __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()
A Dubi-media.h453 __be32 pebs[UBI_FM_MAX_POOL_SIZE]; member
A Dcdev.c910 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()
A Dubi.h261 int pebs[UBI_FM_MAX_POOL_SIZE]; member
/linux-6.3-rc2/arch/x86/kvm/
A Dpmu.c206 bool pebs = test_bit(pmc->idx, (unsigned long *)&pmu->pebs_enable); in pmc_reprogram_counter() local
219 if (pebs) { in pmc_reprogram_counter()
240 pmc->intr = intr || pebs; in pmc_reprogram_counter()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c1524 u64 pebs, debugctl; in perf_event_print_debug() local
1550 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug()
1551 pr_info("CPU#%d: pebs: %016llx\n", cpu, pebs); in perf_event_print_debug()
A Dperf_event.h832 pebs :1, member
/linux-6.3-rc2/tools/perf/util/
A Dintel-pt.c228 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS]; member
2365 pe = &ptq->pebs[hw_id]; in intel_pt_synth_pebs_sample()
3350 ptq->pebs[hw_id].evsel = evsel; in intel_pt_process_aux_output_hw_id()
3351 ptq->pebs[hw_id].id = sample->id; in intel_pt_process_aux_output_hw_id()

Completed in 48 milliseconds