Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dtest_vxlan_under_vrf.sh49 ip link del veth-hv-1 2>/dev/null || true
52 for ns in hv-1 hv-2 vm-1 vm-2; do
65 ip link add veth-hv-1 type veth peer name veth-hv-2
66 setup-hv-networking() {
67 hv=$1
69 ip netns add hv-$hv
70 ip link set veth-hv-$hv netns hv-$hv
71 ip -netns hv-$hv link set veth-hv-$hv name veth0
73 ip -netns hv-$hv link add vrf-underlay type vrf table 1
74 ip -netns hv-$hv link set vrf-underlay up
[all …]
/tools/perf/tests/attr/
Dtest-record-branch-filter-hv3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
DREADME40 perf record -j hv kill (test-record-branch-filter-hv)
/tools/
DMakefile67 cgroup firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware de… target
102 all: acpi cgroup cpupower gpio hv firewire liblockdep \
/tools/perf/Documentation/
Dperf-top.txt247 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
Dperf-record.txt376 - hv: only when the target is at the hypervisor level
386 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
/tools/perf/
Ddesign.txt392 * hv,
/tools/perf/util/
Devsel.c515 MOD_PRINT(hv, 'h'); in perf_evsel__add_modifiers()