Searched refs:parse_events_realloc (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events-flex.c | 307 void *parse_events_realloc (void *,yy_size_t ,yyscan_t yyscanner ); 1991 parse_events_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ,yyscanner ); in yy_get_next_buffer() 2040 …YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) parse_events_realloc((void *) YY_CURRENT_BUFFER_LVA… in yy_get_next_buffer() 2489 yyg->yy_buffer_stack = (struct yy_buffer_state**)parse_events_realloc in parse_events_ensure_buffer_stack() 2602 …yyg->yy_start_stack = (int *) parse_events_realloc((void *) yyg->yy_start_stack,new_size ,yyscanne… in yy_push_state() 2969 void *parse_events_realloc (void * ptr, yy_size_t size , yyscan_t yyscanner) in parse_events_realloc() function
|
D | parse-events-flex.h | 218 void *parse_events_realloc (void *,yy_size_t ,yyscan_t yyscanner );
|