Home
last modified time | relevance | path

Searched refs:pebs_buffer_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c281 buffer = kzalloc_node(x86_pmu.pebs_buffer_size, GFP_KERNEL, node); in alloc_pebs_buffer()
298 max = x86_pmu.pebs_buffer_size / x86_pmu.pebs_record_size; in alloc_pebs_buffer()
1308 x86_pmu.pebs_buffer_size = PEBS_BUFFER_SIZE; in intel_ds_init()
1324 x86_pmu.pebs_buffer_size = PAGE_SIZE; in intel_ds_init()
Dperf_event.h594 int pebs_buffer_size; member