Searched defs:cpu_hw_events (Results 1 – 11 of 11) sorted by relevance
177 struct cpu_hw_events { struct181 struct perf_event *events[X86_PMC_IDX_MAX]; /* in counter order */182 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];183 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];184 int enabled;186 int n_events; /* the # of events in the below arrays */187 int n_added; /* the # last events in the below arrays;189 int n_txn; /* the # last events in the below arrays;191 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */192 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
70 struct cpu_hw_events { struct77 static 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;
31 struct cpu_hw_events { struct37 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
230 struct cpu_hw_events { struct234 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
34 struct cpu_hw_events { struct51 DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = { argument