Home
last modified time | relevance | path

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

/openbmc/linux/samples/hid/
H A DMakefile85 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) macro
97 ifneq ($(and $(BTF_LLC_PROBE),$(BTF_PAHOLE_PROBE),$(BTF_OBJCOPY_PROBE)),)
/openbmc/linux/samples/bpf/
H A DMakefile222 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) macro
234 ifneq ($(and $(BTF_LLC_PROBE),$(BTF_PAHOLE_PROBE),$(BTF_OBJCOPY_PROBE)),)