| /tools/testing/selftests/cgroup/ |
| A D | test_cpuset_v1_base.sh | 15 interface=$2 17 original=$(cat $dir/$interface) 18 echo "testing $interface $value" 19 echo $value > $dir/$interface 20 new=$(cat $dir/$interface) 21 [[ $value -ne $(cat $dir/$interface) ]] && { 22 echo "$interface write $value failed: new:$new"
|
| /tools/hv/ |
| A D | hv_set_ifconfig.sh | 85 interface=$(echo $2 | awk -F - '{ print $2 }') 91 /sbin/ifdown $interface 2>/dev/null 92 /sbin/ifup $interface 2>/dev/null
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | xdp_vlan.c | 78 int interface; in xdp_vlan() local 88 interface = if_nametoindex(VETH_NAME); in xdp_vlan() 89 if (!ASSERT_NEQ(interface, 0, "get interface index")) in xdp_vlan() 92 ret = bpf_xdp_attach(interface, bpf_program__fd(xdp), flags, NULL); in xdp_vlan() 96 tc_hook.ifindex = interface; in xdp_vlan() 118 bpf_xdp_detach(interface, flags, NULL); in xdp_vlan()
|
| A D | test_xdp_veth.c | 124 int interface, ret, i; in attach_programs_to_veth_pair() local 142 interface = if_nametoindex(net_config->veth_cfg[index].local_veth); in attach_programs_to_veth_pair() 143 if (!ASSERT_NEQ(interface, 0, "non zero interface index")) in attach_programs_to_veth_pair() 146 ret = bpf_xdp_attach(interface, bpf_program__fd(local_prog), in attach_programs_to_veth_pair() 155 interface = if_nametoindex(net_config->veth_cfg[index].remote_veth); in attach_programs_to_veth_pair() 156 if (!ASSERT_NEQ(interface, 0, "non zero interface index")) { in attach_programs_to_veth_pair() 161 ret = bpf_xdp_attach(interface, bpf_program__fd(remote_prog), in attach_programs_to_veth_pair()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | usbdevice_fs.h | 58 unsigned int interface; member 70 unsigned int interface; member 171 unsigned int interface; member
|
| /tools/testing/selftests/net/ |
| A D | timestamping.c | 321 char *interface; in main() local 340 interface = argv[1]; in main() 341 if_len = strlen(interface); in main() 388 memcpy(device.ifr_name, interface, if_len + 1); in main() 393 memcpy(hwtstamp.ifr_name, interface, if_len + 1); in main() 425 if (setsockopt(sock, SOL_SOCKET, SO_BINDTODEVICE, interface, if_len)) in main()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | TODO | 5 the ptrace interface.
|
| A D | README | 7 sve-probe-vls - Checks the SVE vector length enumeration interface 8 sve-ptrace - Checks the SVE ptrace interface
|
| /tools/perf/Documentation/ |
| A D | perf-annotate.txt | 80 --stdio:: Use the stdio interface. 82 --stdio2:: Use the stdio2 interface, non-interactive, uses the TUI formatting. 91 --tui:: Use the TUI interface. Use of --tui requires a tty, if one is not 92 present, as when piping to other commands, the stdio interface is 96 --gtk:: Use the GTK interface.
|
| A D | jit-interface.txt | 1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
|
| A D | perf-report.txt | 283 print_limit is only applied when stdio interface is used. It's to limit 336 --stdio:: Use the stdio interface. 345 --tui:: Use the TUI interface, that is integrated with annotate and allows 348 commands, the stdio interface is used. 350 --gtk:: Use the GTK2 interface.
|
| /tools/testing/selftests/net/forwarding/ |
| A D | tsn_lib.sh | 159 --interface ${if_name} \ 236 --interface ${sender_if_name} \
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A D | README | 10 interface that allows scripts to access data in the embedding perf 13 The Perl->C perf interface is completely driven by Context.xs. If you
|
| /tools/verification/rv/ |
| A D | README.txt | 8 The rv tool is the interface for a collection of monitors that aim
|
| /tools/usb/ffs-aio-example/multibuff/host_app/ |
| A D | test.c | 165 iface = &conf->interface[0].altsetting[0]; in main()
|
| /tools/usb/ffs-aio-example/simple/host_app/ |
| A D | test.c | 165 iface = &conf->interface[0].altsetting[0]; in main()
|
| /tools/lib/perf/Documentation/ |
| A D | libperf-counting.txt | 6 libperf-counting - counting interface 10 The counting interface provides API to measure and get count for specific perf events.
|
| A D | libperf-sampling.txt | 6 libperf-sampling - sampling interface 11 The sampling interface provides API to measure and get count for specific perf events.
|
| A D | libperf.txt | 221 Following objects are key to the libperf interface:
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-net.rst | 62 Attach bpf program *PROG* to network interface *NAME* with type specified 76 Detach bpf program attached to network interface *NAME* with type specified
|
| A D | bpftool-gen.rst | 54 BPF skeleton is an alternative interface to existing libbpf APIs for 75 Another facility provided by BPF skeleton is an interface to global 77 ones. This interface allows to pre-setup initial values of variables before 79 the same interface can be used to fetch values of global variables on
|
| /tools/thermal/tmon/ |
| A D | README | 27 tui.c : handles ncurses based user interface
|
| /tools/build/Documentation/ |
| A D | Build.txt | 25 interface/usage is following: 107 It defines following interface:
|
| /tools/testing/selftests/drivers/net/ |
| A D | README.rst | 70 ``netns`` assumes the "remote" interface is part of the same
|
| /tools/testing/selftests/ftrace/test.d/ |
| A D | functions | 170 echo "Required feature interface $i doesn't exist."
|