Searched refs:bpftool_path (Results 1 – 1 of 1) sorted by relevance
79 local bpftool_path="$1"80 if ! "$bpftool_path" version > /dev/null 2>&1; then101 local bpftool_path="$2"104 "$bpftool_path" map update name "$map_name" key $key 0 0 0 value 0 0 0 $key117 local bpftool_path="$3"121 if ! "$bpftool_path" map lookup "$name_cmd" "$map_name" key $key 1>/dev/null; then127 if ! "$bpftool_path" btf dump map "$name_cmd" "$map_name" 1>/dev/null; then143 local bpftool_path="$3"148 if "$bpftool_path" map update "$name_cmd" "$map_name" key $key value \172 local bpftool_path="$3"[all …]