Lines Matching refs:parse
18 libperf-y += parse-events.o
52 libperf-y += trace-event-parse.o
53 libperf-y += parse-events-flex.o
54 libperf-y += parse-events-bison.o
97 libperf-y += parse-branch-options.o
99 libperf-y += parse-regs-options.o
160 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c
162 …cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) util/p…
164 $(OUTPUT)util/parse-events-bison.c: util/parse-events.y
166 …$(Q)$(call echo-cmd,bison)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $@ -p parse_…
186 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c