Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 42) sorted by relevance

12

/tools/power/x86/intel-speed-select/
D.gitignore3 intel-speed-select
DBuild1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o
/tools/perf/ui/tui/
Dsetup.c72 err = select(1, &read_set, NULL, NULL, ptimeout); in ui__getch()
91 err = select(1, &read_set, NULL, NULL, &timeout); in ui__getch()
/tools/testing/selftests/rtc/
Drtctest.c96 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
146 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
200 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
248 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
302 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt21 address. The given address does not have to be exact, it will select the function
28 by given address _addr_. The _addr_ does not have to be exact, it will select the
Dlibtraceevent-func_apis.txt49 address. The given address does not have to be exact, it will select
56 by given address _addr_. The _addr_ does not have to be exact, it will select
/tools/lib/subcmd/
Dpager.c46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
/tools/testing/selftests/tpm2/
Dtpm2.py10 import select
371 self.tpm_poll = select.poll()
384 self.tpm_poll.register(self.tpm, select.POLLIN)
/tools/power/acpi/tools/acpidbg/
Dacpidbg.c306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop()
347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable()
/tools/testing/selftests/timers/
Dset-timer-lat.c243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst53 value. It's possible to select whether to dump only BTF
239 | **# I2C_SMBUS_ID=$(bpftool btf show -p | jq '.[] | select(.name=="i2c_smbus").id')**
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c284 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/perf/Documentation/
Dtips.txt38 To browse sample contexts use perf report --sample 10 and select in context menu
Dperf-timechart.txt31 in poll/epoll/select syscalls.
Dperf-record.txt155 select only a global symbol. <size> can also be specified by providing
372 It is possible to select the types of branches captured by enabling filters. The
428 is off by default. It is possible to select the registers to sample using their
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl113 82 32 select ppc_select sys_ni_syscall
114 82 64 select sys_ni_syscall
115 82 spu select sys_ni_syscall
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/testing/selftests/tc-testing/
DREADME137 select which test cases: files plus directories; filtered by categories
153 select action to perform on selected test cases
/tools/testing/selftests/net/
Dtimestamping.c522 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
Dnettest.c1205 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop()
1525 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()
1584 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
/tools/perf/
Ddesign.txt403 Notification of new events is possible through poll()/select()/epoll() and
467 should select PERF_USE_VMALLOC in order to avoid these for perf mmap().
/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c616 if (select(1 + MAX(src_fd, target_fd), &rfds, NULL, NULL, NULL) < 0) { in tun_relay_loop()
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl34 23 common select sys_select
/tools/testing/selftests/bpf/
Dtest_sockmap.c631 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop()
852 s = select(max_fd + 1, &w, NULL, NULL, &timeout); in forever_ping_pong()
/tools/usb/usbip/
DINSTALL163 use the option `--target=TYPE' to select the type of system they will

12