Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dmain.c101 jsonw_printf(json_wtr, "\"%s\"", BPFTOOL_VERSION); in do_version()
104 printf("%s v%s\n", bin_name, BPFTOOL_VERSION); in do_version()
DMakefile26 BPFTOOL_VERSION := $(shell make --no-print-directory -sC ../../.. kernelversion) macro