Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 20 of 20) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_varlen.c15 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 Dconntrack_inexact_rst.pkt7 // 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 Dvarlen.c39 bss->capture = true; in test_varlen()
41 bss->capture = false; in test_varlen()
/tools/testing/selftests/bpf/
A Dtest_bpftool_synctypes.py54 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 Dsimult_flows.sh14 capture=false
137 if $capture; then
182 if $capture; then
280 capture=true
A Dmptcp_connect.sh21 capture=false
92 capture=true
362 if $capture; then
429 if $capture; then
A Dmptcp_join.sh33 capture=false
898 if $capture; then
918 if $capture; then
4017 capture=true
/tools/gpio/
A Dgpio-sloppy-logic-analyzer.sh52 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 Dperf-inject.txt86 Some architectures may capture AUX area data which contains timestamps
A Dperf-amd-ibs.txt80 Same command, but also capture IBS register raw dump along with perf sample:
A Dtopdown.txt351 capture retire_latency value of required events(event with :R in metric formula)
A Dperf-script-python.txt342 A nice side effect of doing this is that you also then capture the
A Dperf-stat.txt503 modifier). Without this option, perf would not capture dynamic retire_latency
A Dperf-intel-pt.txt57 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 Dperf-record.txt515 Similar to -I, but capture user registers at sample time. To list the available
/tools/power/pm-graph/config/
A Dexample.cfg41 # Only capture the logs, don't generate the html timeline (default: false)
/tools/testing/selftests/alsa/
A Dtest-pcmtest-driver.c206 TEST_F(pcmtest, capture) { in TEST_F() argument
/tools/power/pm-graph/
A DREADME52 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 Dsleepgraph.py363 capture = ['BUS', 'SYS', 'XCPU', 'XFSZ', 'PWR', 'HUP', 'INT', 'QUIT',
366 for i in capture:
/tools/memory-model/Documentation/
A Daccess-marking.txt119 architectures. Therefore, it is best to capture the return value from

Completed in 37 milliseconds