Searched refs:X86_PMC_IDX_MAX (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c72 unsigned long idxmsk[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
83 struct perf_event *owners[X86_PMC_IDX_MAX];
84 struct event_constraint event_constraints[X86_PMC_IDX_MAX];
93 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */
94 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
95 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
101 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */
102 u64 tags[X86_PMC_IDX_MAX];
103 struct perf_event *event_list[X86_PMC_IDX_MAX]; /* in enabled order */
621 struct event_constraint *c, *constraints[X86_PMC_IDX_MAX];
[all...]
H A Dperf_event_p4.c808 unsigned long used_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
816 bitmap_zero(used_mask, X86_PMC_IDX_MAX);
H A Dperf_event_intel.c738 for_each_set_bit(bit, (unsigned long *)&status, X86_PMC_IDX_MAX) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dperf_event.h13 #define X86_PMC_IDX_MAX 64 macro

Completed in 28 milliseconds