Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c14 #define PEBS_BUFFER_SIZE PAGE_SIZE macro
74 buffer = kmalloc_node(PEBS_BUFFER_SIZE, GFP_KERNEL | __GFP_ZERO, node); in alloc_pebs_buffer()
78 max = PEBS_BUFFER_SIZE / x86_pmu.pebs_record_size; in alloc_pebs_buffer()