input_buf_ptr      31 tools/lib/traceevent/event-parse.c static unsigned long long input_buf_ptr;
input_buf_ptr      61 tools/lib/traceevent/event-parse.c 	input_buf_ptr = 0;
input_buf_ptr      71 tools/lib/traceevent/event-parse.c 	return input_buf_ptr;
input_buf_ptr     959 tools/lib/traceevent/event-parse.c 	if (input_buf_ptr >= input_buf_siz)
input_buf_ptr     962 tools/lib/traceevent/event-parse.c 	return input_buf[input_buf_ptr++];
input_buf_ptr     967 tools/lib/traceevent/event-parse.c 	if (input_buf_ptr >= input_buf_siz)
input_buf_ptr     970 tools/lib/traceevent/event-parse.c 	return input_buf[input_buf_ptr];
input_buf_ptr    1107 tools/lib/traceevent/event-parse.c 			unsigned long long save_input_buf_ptr = input_buf_ptr;
input_buf_ptr    1114 tools/lib/traceevent/event-parse.c 			input_buf_ptr = save_input_buf_ptr;
input_buf_ptr    1179 tools/lib/traceevent/event-parse.c 	save_input_buf_ptr = input_buf_ptr;
input_buf_ptr    1188 tools/lib/traceevent/event-parse.c 	input_buf_ptr = save_input_buf_ptr;
input_buf_ptr    6027 tools/lib/traceevent/event-parse.c 	save_input_buf_ptr = input_buf_ptr;
input_buf_ptr    6105 tools/lib/traceevent/event-parse.c 	input_buf_ptr = save_input_buf_ptr;