Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/ftrace/
A Dftrace.c244 char *curr_buf = NULL; in ftrace_return() local
263 if (*(curr_buf - 2) == '{') { in ftrace_return()
264 *(curr_buf - 3) = ';'; in ftrace_return()
265 *(curr_buf - 2) = '\n'; in ftrace_return()
266 *(curr_buf - 1) = '\0'; in ftrace_return()
269 dur_loc = curr_buf - (fbuf->ret_idx + in ftrace_return()
287 *curr_buf++ = '|'; in ftrace_return()
289 *curr_buf++ = ' '; in ftrace_return()
291 *curr_buf++ = '}'; in ftrace_return()
292 *curr_buf++ = '\n'; in ftrace_return()
[all …]

Completed in 2 milliseconds