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

/linux-4.1.27/arch/cris/kernel/
H A Dprofile.c12 static char *sample_buffer; variable
29 if (sample_buffer_pos == sample_buffer + SAMPLE_BUFFER_SIZE) cris_profile_sample()
30 sample_buffer_pos = sample_buffer; cris_profile_sample()
40 ret = simple_read_from_buffer(buf, count, ppos, sample_buffer, read_cris_profile()
45 memset(sample_buffer + p, 0, ret); read_cris_profile()
54 sample_buffer_pos = sample_buffer; write_cris_profile()
55 memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE); write_cris_profile()
69 sample_buffer = kmalloc(SAMPLE_BUFFER_SIZE, GFP_KERNEL); init_cris_profile()
70 if (!sample_buffer) { init_cris_profile()
74 sample_buffer_pos = sample_buffer; init_cris_profile()

Completed in 70 milliseconds