Searched refs:SAMPLE_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/cris/kernel/
H A Dprofile.c10 #define SAMPLE_BUFFER_SIZE 8192 macro
29 if (sample_buffer_pos == sample_buffer + SAMPLE_BUFFER_SIZE) cris_profile_sample()
41 SAMPLE_BUFFER_SIZE); read_cris_profile()
55 memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE); write_cris_profile()
56 return count < SAMPLE_BUFFER_SIZE ? count : SAMPLE_BUFFER_SIZE; write_cris_profile()
69 sample_buffer = kmalloc(SAMPLE_BUFFER_SIZE, GFP_KERNEL); init_cris_profile()
79 proc_set_size(entry, SAMPLE_BUFFER_SIZE); init_cris_profile()

Completed in 46 milliseconds