Home
last modified time | relevance | path

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

/linux/kernel/
A Dprofile.c43 static atomic_t *prof_buffer; variable
120 if (prof_buffer) in profile_init()
123 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
125 if (prof_buffer) in profile_init()
128 prof_buffer = vzalloc(buffer_bytes); in profile_init()
129 if (prof_buffer) in profile_init()
264 atomic_add(hits[i].hits, &prof_buffer[hits[i].pc]); in profile_flip_buffers()
325 atomic_add(nr_hits, &prof_buffer[pc]); in do_profile_hits()
327 atomic_add(hits[i].hits, &prof_buffer[hits[i].pc]); in do_profile_hits()
397 if (prof_on != type || !prof_buffer) in profile_hits()
[all …]
/linux/
A DSystem.map160666 ffff800012116010 b prof_buffer
A D.tmp_System.map160666 ffff800012116010 b prof_buffer

Completed in 353 milliseconds