Searched refs:debug_store (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | intel_ds.h | 18 struct debug_store { struct 30 DECLARE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store); argument
|
D | cpu_entry_area.h | 124 struct debug_store cpu_debug_store;
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
D | ds.c | 15 DEFINE_PER_CPU_PAGE_ALIGNED(struct debug_store, cpu_debug_store); 266 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in init_debug_store_on_cpu() 338 struct debug_store *ds = hwev->ds; in alloc_pebs_buffer() 394 struct debug_store *ds = hwev->ds; in alloc_bts_buffer() 437 struct debug_store *ds = &get_cpu_entry_area(cpu)->cpu_debug_store; in alloc_ds_buffer() 584 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_bts_buffer() 927 struct debug_store *ds = cpuc->ds; in pebs_update_threshold() 1095 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_via_pt_enable() 1112 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_enable() 1792 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_pebs_core() [all …]
|
D | bts.c | 25 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() 446 struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds; in intel_bts_interrupt()
|
D | core.c | 2549 struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds); in intel_pmu_reset()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | cpu_entry_area.c | 113 npages = sizeof(struct debug_store) / PAGE_SIZE; in percpu_setup_debug_store() 114 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store()
|
/kernel/linux/linux-5.10/arch/x86/events/ |
D | perf_event.h | 254 struct debug_store *ds;
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 41428 +static ssize_t debug_store(struct class *class, 41603 + debug_store(NULL, NULL, buf, size); 46567 +static ssize_t debug_store(struct class *class,
|