debug_store
struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
struct debug_store ds_back;
struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds;
struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds);
struct debug_store *ds = cpuc->ds;
struct debug_store *ds = cpuc->ds;
struct debug_store *ds = cpuc->ds;
struct debug_store *ds = cpuc->ds;
DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
struct debug_store *ds = cpuc->ds;
struct debug_store *ds = cpuc->ds;
struct debug_store *ds = cpuc->ds;
struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds);
struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds;
struct debug_store *ds = hwev->ds;
struct debug_store *ds = hwev->ds;
struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store;
struct debug_store *ds;
struct debug_store cpu_debug_store;
DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
npages = sizeof(struct debug_store) / PAGE_SIZE;
BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0);