Searched refs:capture (Results 1 – 20 of 20) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_varlen.c | 15 bool capture = false; variable 50 if (test_pid != pid || !capture) in handler64_unsigned() 80 if (test_pid != pid || !capture) in handler64_signed() 106 if (test_pid != pid || !capture) in handler32_unsigned() 134 if (test_pid != pid || !capture) in handler32_signed()
|
| /tools/testing/selftests/net/netfilter/packetdrill/ |
| A D | conntrack_inexact_rst.pkt | 7 // 5.771921 server_ip > client_ip TLSv1.2 337 [Packet size limited during capture] 8 // 5.771994 server_ip > client_ip TLSv1.2 337 [Packet size limited during capture] 10 // 5.787924 server_ip > client_ip TLSv1.2 1300 [Packet size limited during capture]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | varlen.c | 39 bss->capture = true; in test_varlen() 41 bss->capture = false; in test_varlen()
|
| /tools/testing/selftests/bpf/ |
| A D | test_bpftool_synctypes.py | 54 capture = pattern.search(line) 55 if capture and pattern.groups >= 1: 56 entries.add(capture.group(1)) 89 capture = pattern.search(line) 90 if capture: 91 entries |= {capture.group(1)}
|
| /tools/testing/selftests/net/mptcp/ |
| A D | simult_flows.sh | 14 capture=false 137 if $capture; then 182 if $capture; then 280 capture=true
|
| A D | mptcp_connect.sh | 21 capture=false 92 capture=true 362 if $capture; then 429 if $capture; then
|
| A D | mptcp_join.sh | 33 capture=false 898 if $capture; then 918 if $capture; then 4017 capture=true
|
| /tools/gpio/ |
| A D | gpio-sloppy-logic-analyzer.sh | 52 Trigger data will only be used for the next capture and then be erased. 150 taskset "$1" echo 1 > "$lasysfsdir"/capture || fail "Capture error! Check kernel log"
|
| /tools/perf/Documentation/ |
| A D | perf-inject.txt | 86 Some architectures may capture AUX area data which contains timestamps
|
| A D | perf-amd-ibs.txt | 80 Same command, but also capture IBS register raw dump along with perf sample:
|
| A D | topdown.txt | 351 capture retire_latency value of required events(event with :R in metric formula)
|
| A D | perf-script-python.txt | 342 A nice side effect of doing this is that you also then capture the
|
| A D | perf-stat.txt | 503 modifier). Without this option, perf would not capture dynamic retire_latency
|
| A D | perf-intel-pt.txt | 57 It is important to start small. That is because it is easy to capture vastly 72 as the data capture. 'perf record' can make a copy of /proc/kcore if the option 208 As mentioned above, it is easy to capture too much data. One way to limit the
|
| A D | perf-record.txt | 515 Similar to -I, but capture user registers at sample time. To list the available
|
| /tools/power/pm-graph/config/ |
| A D | example.cfg | 41 # Only capture the logs, don't generate the html timeline (default: false)
|
| /tools/testing/selftests/alsa/ |
| A D | test-pcmtest-driver.c | 206 TEST_F(pcmtest, capture) { in TEST_F() argument
|
| /tools/power/pm-graph/ |
| A D | README | 52 and will capture dmesg and ftrace data. This data is transformed into a set of 252 Run the test and capture the trace logs, but skip the timeline and summary
|
| A D | sleepgraph.py | 363 capture = ['BUS', 'SYS', 'XCPU', 'XFSZ', 'PWR', 'HUP', 'INT', 'QUIT', 366 for i in capture:
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 119 architectures. Therefore, it is best to capture the return value from
|
Completed in 37 milliseconds