Home
last modified time | relevance | path

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

/drivers/oprofile/
Doprofile_files.c24 unsigned long oprofile_cpu_buffer_size; variable
182 oprofile_cpu_buffer_size = CPU_BUFFER_SIZE_DEFAULT; in oprofile_create_files()
191 oprofilefs_create_ulong(root, "cpu_buffer_size", &oprofile_cpu_buffer_size); in oprofile_create_files()
Doprof.h25 extern unsigned long oprofile_cpu_buffer_size;
Dcpu_buffer.c45 return oprofile_cpu_buffer_size; in oprofile_get_cpu_buffer_size()
68 unsigned long buffer_size = oprofile_cpu_buffer_size; in alloc_cpu_buffers()