Searched defs:unit_mask (Results 1 - 7 of 7) sorted by relevance

/arch/x86/oprofile/
H A Dop_counter.h24 unsigned long unit_mask; member in struct:op_counter_config
/arch/mips/oprofile/
H A Dop_impl.h24 unsigned long unit_mask; member in struct:op_counter_config
/arch/alpha/oprofile/
H A Dop_impl.h21 unsigned long unit_mask; member in struct:op_counter_config
/arch/avr32/oprofile/
H A Dop_model_avr32.c32 unsigned long unit_mask; member in struct:avr32_perf_counter
122 oprofilefs_create_ulong(dir, "unit_mask",
123 &counter[i].unit_mask);
/arch/powerpc/include/asm/
H A Doprofile_impl.h26 unsigned long unit_mask; member in struct:op_counter_config
/arch/x86/kvm/
H A Dpmu.c25 u8 unit_mask; member in struct:kvm_arch_event_perf_mapping
201 u8 unit_mask)
207 && arch_events[i].unit_mask == unit_mask
220 u8 event_select, unit_mask; local
233 unit_mask = (eventsel & ARCH_PERFMON_EVENTSEL_UMASK) >> 8;
241 unit_mask);
200 find_arch_event(struct kvm_pmu *pmu, u8 event_select, u8 unit_mask) argument
/arch/powerpc/oprofile/
H A Dop_model_cell.c286 static void set_pm_event(u32 ctr, int event, u32 unit_mask) argument
306 bus_word = GET_BUS_WORD(unit_mask);
307 bus_type = GET_BUS_TYPE(unit_mask);
308 count_cycles = GET_COUNT_CYCLES(unit_mask);
309 polarity = GET_POLARITY(unit_mask);
310 input_control = GET_INPUT_CONTROL(unit_mask);
317 p->sub_unit = GET_SUB_UNIT(unit_mask);
744 set_pm_event(0, ctr[0].event, ctr[0].unit_mask);
780 pmc_cntrl[0][i].masks = ctr[i].unit_mask;
802 pmc_cntrl[1][i].masks = ctr[i].unit_mask;
[all...]

Completed in 129 milliseconds