Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 40) sorted by relevance

12

/tools/testing/selftests/cgroup/
A Dtest_cpuset_v1_base.sh15 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 Dhv_set_ifconfig.sh85 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 Dxdp_vlan.c78 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 Dtest_xdp_veth.c124 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 Dusbdevice_fs.h58 unsigned int interface; member
70 unsigned int interface; member
171 unsigned int interface; member
/tools/testing/selftests/net/
A Dtimestamping.c321 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 DTODO5 the ptrace interface.
A DREADME7 sve-probe-vls - Checks the SVE vector length enumeration interface
8 sve-ptrace - Checks the SVE ptrace interface
/tools/perf/Documentation/
A Dperf-annotate.txt80 --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 Djit-interface.txt1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
A Dperf-report.txt283 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 Dtsn_lib.sh159 --interface ${if_name} \
236 --interface ${sender_if_name} \
/tools/perf/scripts/perl/Perf-Trace-Util/
A DREADME10 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 DREADME.txt8 The rv tool is the interface for a collection of monitors that aim
/tools/usb/ffs-aio-example/multibuff/host_app/
A Dtest.c165 iface = &conf->interface[0].altsetting[0]; in main()
/tools/usb/ffs-aio-example/simple/host_app/
A Dtest.c165 iface = &conf->interface[0].altsetting[0]; in main()
/tools/lib/perf/Documentation/
A Dlibperf-counting.txt6 libperf-counting - counting interface
10 The counting interface provides API to measure and get count for specific perf events.
A Dlibperf-sampling.txt6 libperf-sampling - sampling interface
11 The sampling interface provides API to measure and get count for specific perf events.
A Dlibperf.txt221 Following objects are key to the libperf interface:
/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst62 Attach bpf program *PROG* to network interface *NAME* with type specified
76 Detach bpf program attached to network interface *NAME* with type specified
A Dbpftool-gen.rst54 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 DREADME27 tui.c : handles ncurses based user interface
/tools/build/Documentation/
A DBuild.txt25 interface/usage is following:
107 It defines following interface:
/tools/testing/selftests/drivers/net/
A DREADME.rst70 ``netns`` assumes the "remote" interface is part of the same
/tools/testing/selftests/ftrace/test.d/
A Dfunctions170 echo "Required feature interface $i doesn't exist."

Completed in 712 milliseconds

12