Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
DMakefile165 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) macro
176 ifneq ($(BTF_LLC_PROBE),)
/Linux-v5.4/samples/bpf/
DMakefile214 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) macro
225 ifneq ($(and $(BTF_LLC_PROBE),$(BTF_PAHOLE_PROBE),$(BTF_OBJCOPY_PROBE)),)