/tools/power/x86/intel-speed-select/ |
D | .gitignore | 3 intel-speed-select
|
D | Build | 1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o
|
/tools/perf/ui/tui/ |
D | setup.c | 72 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/ |
D | rtctest.c | 96 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/ |
D | libtraceevent-func_find.txt | 21 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
|
D | libtraceevent-func_apis.txt | 49 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/ |
D | pager.c | 46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
|
/tools/testing/selftests/tpm2/ |
D | tpm2.py | 10 import select 371 self.tpm_poll = select.poll() 384 self.tpm_poll.register(self.tpm, select.POLLIN)
|
/tools/power/acpi/tools/acpidbg/ |
D | acpidbg.c | 306 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/ |
D | set-timer-lat.c | 243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 53 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/ |
D | aio_simple.c | 284 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
/tools/perf/Documentation/ |
D | tips.txt | 38 To browse sample contexts use perf report --sample 10 and select in context menu
|
D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
D | perf-record.txt | 155 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/ |
D | syscall.tbl | 113 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/ |
D | aio_multibuff.c | 307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
/tools/testing/selftests/tc-testing/ |
D | README | 137 select which test cases: files plus directories; filtered by categories 153 select action to perform on selected test cases
|
/tools/testing/selftests/net/ |
D | timestamping.c | 522 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
|
D | nettest.c | 1205 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/ |
D | design.txt | 403 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/ |
D | tc_redirect.c | 616 if (select(1 + MAX(src_fd, target_fd), &rfds, NULL, NULL, NULL) < 0) { in tun_relay_loop()
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 34 23 common select sys_select
|
/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 631 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/ |
D | INSTALL | 163 use the option `--target=TYPE' to select the type of system they will
|