Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtrace-event-parse.c48 static unsigned long long input_buf_ptr; variable
63 input_buf_ptr = 0; in init_input_buf()
424 if (input_buf_ptr >= input_buf_siz) in __read_char()
427 return input_buf[input_buf_ptr++]; in __read_char()
432 if (input_buf_ptr >= input_buf_siz) in __peek_char()
435 return input_buf[input_buf_ptr]; in __peek_char()