Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Dds.c342 if (!x86_pmu.pebs) in alloc_pebs_buffer()
377 if (!x86_pmu.pebs) in release_pebs_buffer()
452 if (!x86_pmu.bts && !x86_pmu.pebs) in release_ds_buffers()
481 if (!x86_pmu.bts && !x86_pmu.pebs) in reserve_ds_buffers()
487 if (!x86_pmu.pebs) in reserve_ds_buffers()
523 if (x86_pmu.pebs && !pebs_err) in reserve_ds_buffers()
1128 static inline u64 intel_hsw_weight(struct pebs_record_skl *pebs) in intel_hsw_weight() argument
1130 if (pebs->tsx_tuning) { in intel_hsw_weight()
1131 union hsw_tsx_tuning tsx = { .value = pebs->tsx_tuning }; in intel_hsw_weight()
1137 static inline u64 intel_hsw_transaction(struct pebs_record_skl *pebs) in intel_hsw_transaction() argument
[all …]
Dp4.c36 #define P4_GEN_PEBS_BIND(name, pebs, vert) \ argument
38 .metric_pebs = pebs | P4_PEBS_ENABLE_UOP_TAG, \
Dcore.c3578 x86_pmu.pebs = 0; in intel_clovertown_quirk()
/Linux-v4.19/drivers/mtd/ubi/
Dvmt.c426 int i, err, pebs; in ubi_resize_volume() local
463 pebs = reserved_pebs - vol->reserved_pebs; in ubi_resize_volume()
464 if (pebs > 0) { in ubi_resize_volume()
466 if (pebs > ubi->avail_pebs) { in ubi_resize_volume()
468 pebs, ubi->avail_pebs); in ubi_resize_volume()
476 ubi->avail_pebs -= pebs; in ubi_resize_volume()
477 ubi->rsvd_pebs += pebs; in ubi_resize_volume()
483 if (pebs < 0) { in ubi_resize_volume()
484 for (i = 0; i < -pebs; i++) { in ubi_resize_volume()
490 ubi->rsvd_pebs += pebs; in ubi_resize_volume()
[all …]
Dfastmap-wl.c63 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
144 pool->pebs[pool->size] = e->pnum; in ubi_refill_pools()
159 wl_pool->pebs[wl_pool->size] = e->pnum; in ubi_refill_pools()
249 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
278 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
Dfastmap.c410 __be32 *pebs, int pool_size, unsigned long long *max_sqnum, in scan_pool() argument
441 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()
1206 fmpl->pebs[i] = cpu_to_be32(ubi->fm_pool.pebs[i]); in ubi_write_fastmap()
1207 set_seen(ubi, ubi->fm_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
1217 fmpl_wl->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]); in ubi_write_fastmap()
1218 set_seen(ubi, ubi->fm_wl_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
Dubi-media.h453 __be32 pebs[UBI_FM_MAX_POOL_SIZE]; member
Dcdev.c923 int pebs; in ubi_cdev_ioctl() local
943 pebs = div_u64(req.bytes + desc->vol->usable_leb_size - 1, in ubi_cdev_ioctl()
947 err = ubi_resize_volume(desc, pebs); in ubi_cdev_ioctl()
Dubi.h274 int pebs[UBI_FM_MAX_POOL_SIZE]; member
/Linux-v4.19/arch/x86/events/
Dcore.c1289 u64 pebs, debugctl; in perf_event_print_debug() local
1314 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug()
1315 pr_info("CPU#%d: pebs: %016llx\n", cpu, pebs); in perf_event_print_debug()
Dperf_event.h604 pebs :1, member