Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c3816 static char static_temp_buf[STATIC_TEMP_BUF_SIZE] __aligned(4); variable
3828 * will be the static_temp_buf and not created from kmalloc. in trace_find_next_entry()
3834 if (iter->temp == static_temp_buf && in trace_find_next_entry()
3845 !WARN_ON_ONCE(iter->temp == static_temp_buf)) { in trace_find_next_entry()
10554 iter->temp = static_temp_buf; in trace_init_iter()