Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c14 #define PEBS_BUFFER_SIZE PAGE_SIZE macro
259 buffer = kzalloc_node(PEBS_BUFFER_SIZE, GFP_KERNEL, node); in alloc_pebs_buffer()
276 max = PEBS_BUFFER_SIZE / x86_pmu.pebs_record_size; in alloc_pebs_buffer()