Searched refs:pebs (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/events/intel/ |
| A D | ds.c | 408 if (!x86_pmu.pebs) in alloc_pebs_buffer() 443 if (!x86_pmu.pebs) in release_pebs_buffer() 553 if (!x86_pmu.pebs) in reserve_ds_buffers() 1467 if (pebs == NULL) in setup_pebs_fixed_sample_data() 1515 regs->ax = pebs->ax; in setup_pebs_fixed_sample_data() 1516 regs->bx = pebs->bx; in setup_pebs_fixed_sample_data() 1517 regs->cx = pebs->cx; in setup_pebs_fixed_sample_data() 1518 regs->dx = pebs->dx; in setup_pebs_fixed_sample_data() 1519 regs->si = pebs->si; in setup_pebs_fixed_sample_data() 2163 if (x86_pmu.pebs) { in intel_ds_init() [all …]
|
| A D | p4.c | 36 #define P4_GEN_PEBS_BIND(name, pebs, vert) \ argument 38 .metric_pebs = pebs | P4_PEBS_ENABLE_UOP_TAG, \
|
| A D | core.c | 3930 if (x86_pmu.pebs && x86_pmu.pebs_no_isolation) { in intel_guest_get_msrs() 4733 x86_pmu.pebs = 0; in intel_clovertown_quirk() 5198 return x86_pmu.pebs ? attr->mode : 0; in pebs_is_visible()
|
| /linux/drivers/mtd/ubi/ |
| A D | vmt.c | 413 int i, err, pebs; in ubi_resize_volume() local 451 if (pebs > 0) { in ubi_resize_volume() 463 ubi->avail_pebs -= pebs; in ubi_resize_volume() 464 ubi->rsvd_pebs += pebs; in ubi_resize_volume() 470 if (pebs < 0) { in ubi_resize_volume() 477 ubi->rsvd_pebs += pebs; in ubi_resize_volume() 478 ubi->avail_pebs -= pebs; in ubi_resize_volume() 490 if (pebs < 0) { in ubi_resize_volume() 516 if (pebs > 0) { in ubi_resize_volume() 518 ubi->rsvd_pebs -= pebs; in ubi_resize_volume() [all …]
|
| A D | fastmap-wl.c | 61 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()
|
| A D | fastmap.c | 401 __be32 *pebs, int pool_size, unsigned long long *max_sqnum, in scan_pool() argument 432 pnum = be32_to_cpu(pebs[i]); in scan_pool() 755 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 759 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 1197 fmpl->pebs[i] = cpu_to_be32(ubi->fm_pool.pebs[i]); in ubi_write_fastmap() 1198 set_seen(ubi, ubi->fm_pool.pebs[i], seen_pebs); in ubi_write_fastmap() 1208 fmpl_wl->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]); in ubi_write_fastmap() 1209 set_seen(ubi, ubi->fm_wl_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
|
| A D | ubi-media.h | 453 __be32 pebs[UBI_FM_MAX_POOL_SIZE]; member
|
| A 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()
|
| A D | ubi.h | 261 int pebs[UBI_FM_MAX_POOL_SIZE]; member
|
| /linux/arch/x86/events/ |
| A D | core.c | 1531 u64 pebs, debugctl; in perf_event_print_debug() local 1557 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug() 1558 pr_info("CPU#%d: pebs: %016llx\n", cpu, pebs); in perf_event_print_debug()
|
| A D | perf_event.h | 811 pebs :1, member
|
| /linux/tools/perf/util/ |
| A D | intel-pt.c | 202 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS]; member 2148 pe = &ptq->pebs[hw_id]; in intel_pt_synth_pebs_sample() 2959 ptq->pebs[hw_id].evsel = evsel; in intel_pt_process_aux_output_hw_id() 2960 ptq->pebs[hw_id].id = sample->id; in intel_pt_process_aux_output_hw_id()
|
Completed in 50 milliseconds