Searched defs:cpu_hw_events (Results 1 – 8 of 8) sorted by relevance
102 struct cpu_hw_events { struct106 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */107 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];108 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];109 int enabled;111 int n_events;112 int n_added;113 int n_txn;114 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */115 u64 tags[X86_PMC_IDX_MAX];[all …]
22 struct cpu_hw_events { struct42 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
23 struct cpu_hw_events { struct29 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
33 struct cpu_hw_events { struct52 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
31 struct cpu_hw_events { struct37 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
62 struct cpu_hw_events { struct67 int n_events;73 int n_added;99 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { .enabled = 1, }; argument
230 struct cpu_hw_events { struct234 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
32 struct cpu_hw_events { struct49 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument