Home
last modified time | relevance | path

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

/tools/hv/
Dhv_set_ifconfig.sh62 interface=$(echo $1 | awk -F - '{ print $2 }')
64 /sbin/ifdown $interface 2>/dev/null
65 /sbin/ifup $interface 2>/dev/null
/tools/include/uapi/linux/
Dusbdevice_fs.h58 unsigned int interface; member
70 unsigned int interface; member
171 unsigned int interface; member
/tools/perf/Documentation/
Dperf-annotate.txt73 --stdio:: Use the stdio interface.
75 --stdio2:: Use the stdio2 interface, non-interactive, uses the TUI formatting.
84 --tui:: Use the TUI interface. Use of --tui requires a tty, if one is not
85 present, as when piping to other commands, the stdio interface is
89 --gtk:: Use the GTK interface.
Djit-interface.txt1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
Dperf-report.txt237 print_limit is only applied when stdio interface is used. It's to limit
290 --stdio:: Use the stdio interface.
299 --tui:: Use the TUI interface, that is integrated with annotate and allows
302 commands, the stdio interface is used.
304 --gtk:: Use the GTK2 interface.
Dperf-c2c.txt280 The TUI output provides interactive interface to navigate
/tools/testing/selftests/networking/timestamping/
Dtimestamping.c303 char *interface; in main() local
320 interface = argv[1]; in main()
321 if_len = strlen(interface); in main()
359 memcpy(device.ifr_name, interface, if_len + 1); in main()
364 memcpy(hwtstamp.ifr_name, interface, if_len + 1); in main()
/tools/perf/scripts/perl/Perf-Trace-Util/
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/usb/ffs-aio-example/multibuff/host_app/
Dtest.c165 iface = &conf->interface[0].altsetting[0]; in main()
/tools/io_uring/
DREADME18 interface.
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c165 iface = &conf->interface[0].altsetting[0]; in main()
/tools/thermal/tmon/
DREADME27 tui.c : handles ncurses based user interface
/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst56 Attach bpf program *PROG* to network interface *NAME* with
68 Detach bpf program attached to network interface *NAME* with
/tools/build/Documentation/
DBuild.txt25 interface/usage is following:
107 It defines following interface:
/tools/testing/selftests/android/ion/
DREADME42 This utility works only if /dev/ion interface is present.
/tools/lib/bpf/
DREADME.rst70 ``xsk_umem__get_data`` or ``xsk_umem__create``. The interface consists
/tools/power/cpupower/po/
Dfr.po469 " interface in 2.4. and early 2.6. kernels\n"
471 " -o, --proc Affiche les informations en utilisant l'interface\n"
921 " interface in older kernels\n"
923 " -o, --proc Affiche les informations en utilisant l'interface\n"
Dpt.po471 " interface in 2.4. and early 2.6. kernels\n"
473 " -o, --proc Mostra informação do tipo provida pela interface /"
932 " interface in older kernels\n"
934 " -o, --proc Mostra informação do tipo provida pela interface /"
Dcs.po469 " interface in 2.4. and early 2.6. kernels\n"
921 " interface in older kernels\n"
Dit.po467 " interface in 2.4. and early 2.6. kernels\n"
930 " interface in older kernels\n"
Dde.po483 " interface in 2.4. and early 2.6. kernels\n"
952 " interface in older kernels\n"
/tools/usb/usbip/
DREADME97 - Using ConfigFS interface you may do this simply by:
DCOPYING158 associated interface definition files, plus the scripts used to
/tools/perf/
Ddesign.txt409 Future work will include a splice() interface to the ring-buffer.