Searched defs:cpu_hw_events (Results 1 – 12 of 12) sorted by relevance
163 struct cpu_hw_events { struct167 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */168 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];169 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];170 int enabled;172 int n_events; /* the # of events in the below arrays */173 int n_added; /* the # last events in the below arrays;175 int n_txn; /* the # last events in the below arrays;177 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */178 u64 tags[X86_PMC_IDX_MAX];[all …]
29 struct cpu_hw_events { struct30 int n_events;31 int n_percpu;32 int disabled;33 int n_added;34 int n_limited;35 u8 pmcs_enabled;36 struct perf_event *event[MAX_HWEVENTS];37 u64 events[MAX_HWEVENTS];38 unsigned int flags[MAX_HWEVENTS];[all …]
23 struct cpu_hw_events { struct29 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
50 struct cpu_hw_events { struct51 struct perf_event *events[MAX_HWEVENTS];52 unsigned long used_mask[BITS_TO_LONGS(MAX_HWEVENTS)];53 raw_spinlock_t pmu_lock;
33 struct cpu_hw_events { struct52 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
50 struct cpu_hw_events { struct51 int n_events;52 struct perf_event *events[TILE_MAX_COUNTERS]; /* counter order */53 struct perf_event *event_list[TILE_MAX_COUNTERS]; /* enabled55 int assign[TILE_MAX_COUNTERS];56 unsigned long active_mask[BITS_TO_LONGS(TILE_MAX_COUNTERS)];57 unsigned long used_mask;
70 struct cpu_hw_events { struct76 static 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
76 struct cpu_hw_events { struct81 int n_events;87 int n_added;113 static 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
34 struct cpu_hw_events { struct51 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument
199 struct pmu_hw_events __percpu *cpu_hw_events; in cpu_pmu_init() local