Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dintel_ds.h18 struct debug_store { struct
30 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store); argument
A Dcpu_entry_area.h124 struct debug_store cpu_debug_store;
/linux/arch/x86/events/intel/
A Dds.c15 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store);
331 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in init_debug_store_on_cpu()
403 struct debug_store *ds = hwev->ds; in alloc_pebs_buffer()
459 struct debug_store *ds = hwev->ds; in alloc_bts_buffer()
649 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_bts_buffer()
1018 struct debug_store *ds = cpuc->ds; in pebs_update_threshold()
1190 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_via_pt_enable()
1215 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_enable()
1921 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_pebs_core()
1978 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_pebs_nhm()
[all …]
A Dbts.c25 struct debug_store ds_back;
147 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_config_buffer()
186 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_update()
452 struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds; in intel_bts_interrupt()
A Dcore.c2792 struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds); in intel_pmu_reset()
/linux/arch/x86/mm/
A Dcpu_entry_area.c70 npages = sizeof(struct debug_store) / PAGE_SIZE; in percpu_setup_debug_store()
71 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store()
/linux/fs/ksmbd/
A Dserver.c483 static ssize_t debug_store(struct class *class, struct class_attribute *attr, in debug_store() function
/linux/arch/x86/events/
A Dperf_event.h257 struct debug_store *ds;

Completed in 26 milliseconds