Home
last modified time | relevance | path

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

/tools/perf/util/
A DBuild82 perf-util-y += parse-events-flex.o
86 perf-util-y += pmu-flex.o
158 perf-util-y += expr-flex.o
274 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
282 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
284 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
292 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
294 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/pmu-flex.c \
304 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/bpf-filter-flex.c \
360 CFLAGS_pmu-flex.o += $(flex_flags)
[all …]
/tools/build/
A DMakefile.build114 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
/tools/perf/
A D.gitignore31 *-flex.*
A DMakefile.perf215 FLEX ?= flex
910 $(OUTPUT)%-flex.o: %.c prepare FORCE
1287 $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/tools/scripts/
A Dutilities.mak186 # was to check the flex version to see if we can use compiler warnings as
187 # errors for one of the cases flex generates code C compilers complains about.
196 # check the flex version to see if we can use compiler warnings as errors for
197 # one of the cases flex generates code C compilers complains about.
/tools/lib/bpf/
A Drelo_core.c367 bool flex; in bpf_core_parse_spec() local
373 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec()
374 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec()
643 bool flex; in bpf_core_spec_match() local
649 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
650 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
/tools/bpf/
A DMakefile6 LEX = flex
/tools/build/Documentation/
A DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison

Completed in 26 milliseconds