Home
last modified time | relevance | path

Searched refs:debug_store (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dintel_ds.h18 struct debug_store { struct
30 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store); argument
Dcpu_entry_area.h102 struct debug_store cpu_debug_store;
/Linux-v5.4/arch/x86/mm/
Dcpu_entry_area.c65 npages = sizeof(struct debug_store) / PAGE_SIZE; in percpu_setup_debug_store()
66 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store()
/Linux-v5.4/arch/x86/events/intel/
Dds.c14 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
265 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in init_debug_store_on_cpu()
337 struct debug_store *ds = hwev->ds; in alloc_pebs_buffer()
393 struct debug_store *ds = hwev->ds; in alloc_bts_buffer()
436 struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store; in alloc_ds_buffer()
583 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_bts_buffer()
921 struct debug_store *ds = cpuc->ds; in pebs_update_threshold()
1089 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_via_pt_enable()
1106 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_enable()
1773 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_pebs_core()
[all …]
Dbts.c25 struct debug_store ds_back;
141 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_config_buffer()
180 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_update()
440 struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds; in intel_bts_interrupt()
Dcore.c2294 struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds); in intel_pmu_reset()
/Linux-v5.4/arch/x86/events/
Dperf_event.h214 struct debug_store *ds;