combine
combine(&data, &ndata, 0);
combine(&bss, &nbss, 1);
combine(&text, &ntxt, 0);
PMU_FORMAT_ATTR(combine, "config:11");
unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val;
combine = combine_from_event(event[i]);
mmcr1 |= combine << combine_shift(pmc);
PMU_FORMAT_ATTR(combine, "config:10-11");
unsigned int pmc, unit, combine, l2sel, psel;
combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK;
mmcr1 |= (unsigned long) combine
PMU_FORMAT_ATTR(combine, "config:10-11");
if (entry->wdata.combine) {
.combine = 0,
u16 combine;
count = sysfs_emit(buf, "%u\n", entry->wdata.combine);
u16 combine = simple_strtoul(buf, NULL, 10);
if (combine > 1)
combine = 1;
entry->wdata.combine = combine;
u32 combine = CMN_EVENT_WP_COMBINE(event);
if (combine && !(wp_idx & 0x1))
return combine(bpf_rdonly_cast(&global, 0));
return combine(bpf_rdonly_cast(&global, 0) + 1);