/Linux-v6.6/tools/perf/tests/ |
D | hists_cumulate.c | 41 /* bash [bash] main() */ 43 /* bash [bash] xmalloc() */ 45 /* bash [kernel] page_fault() */ 273 * 10.00% bash [kernel] [k] page_fault in test1() 274 * 10.00% bash bash [.] main in test1() 275 * 10.00% bash bash [.] xmalloc in test1() 284 { 0, 1000, "bash", "[kernel]", "page_fault" }, in test1() 285 { 0, 1000, "bash", "bash", "main" }, in test1() 286 { 0, 1000, "bash", "bash", "xmalloc" }, in test1() 327 * 10.00% bash [kernel] [k] page_fault in test2() [all …]
|
D | hists_common.h | 61 * bash: 300 bash main 62 * bash: 300 bash xmalloc 63 * bash: 300 bash xfree 64 * bash: 300 libc malloc 65 * bash: 300 libc free 66 * bash: 300 libc realloc 67 * bash: 300 [kernel] schedule 68 * bash: 300 [kernel] page_fault 69 * bash: 300 [kernel] sys_perf_event_open
|
D | hists_output.c | 42 /* bash [bash] main() */ 44 /* bash [bash] xmalloc() */ 46 /* bash [kernel] page_fault() */ 157 * 10.00% bash [kernel] [k] page_fault in test1() 158 * 10.00% bash bash [.] main in test1() 159 * 10.00% bash bash [.] xmalloc in test1() 188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 262 * 10.00% 0 bash : 300 in test2() [all …]
|
D | hists_link.c | 33 /* bash [bash] xmalloc() */ 35 /* bash [libc] malloc() */ 49 /* bash [libc] free() */ 55 /* bash [libc] malloc() */ 57 /* bash [bash] xfee() */ 59 /* bash [libc] realloc() */ 61 /* bash [kernel] page_fault() */ 78 * "bash [libc] malloc" so total 9 entries will be in the tree. in add_hist_entries()
|
D | hists_filter.c | 39 /* bash [bash] main() */ 41 /* bash [bash] xmalloc() */ 43 /* bash [libc] malloc() */ 45 /* bash [kernel] page_fault() */ 179 /* now applying thread filter for 'bash' */ in test__hists_filter()
|
/Linux-v6.6/Documentation/trace/ |
D | ftrace.rst | 902 bash-1977 [000] .... 17284.993652: sys_close <-system_call_fastpath 903 bash-1977 [000] .... 17284.993653: __close_fd <-sys_close 904 bash-1977 [000] .... 17284.993653: _raw_spin_lock <-__close_fd 906 bash-1977 [000] .... 17284.993654: add_preempt_count <-_raw_spin_lock 907 bash-1977 [000] ...1 17284.993655: _raw_spin_unlock <-__close_fd 908 bash-1977 [000] ...1 17284.993656: sub_preempt_count <-_raw_spin_unlock 909 bash-1977 [000] .... 17284.993657: filp_close <-__close_fd 910 bash-1977 [000] .... 17284.993657: dnotify_flush <-filp_close 921 The header explains the content of the events. Task name "bash", the task 1099 bash-4000 [01] 1477.606694: simple_strtoul <-kstrtoul [all …]
|
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | concurrency.json | 15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"", 40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"", 65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"", 90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"", 115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"", 137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"", 141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"", 163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"", 167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
|
/Linux-v6.6/Documentation/dev-tools/kunit/ |
D | running_tips.rst | 13 It can be handy to create a bash function like: 15 .. code-block:: bash 33 .. code-block:: bash 40 .. code-block:: bash 62 .. code-block:: bash 69 .. code-block:: bash 95 .. code-block:: bash 123 .. code-block:: bash 137 .. code-block:: bash 219 .. code-block:: bash [all …]
|
/Linux-v6.6/Documentation/admin-guide/aoe/ |
D | udev.txt | 8 # bash# find /etc -type f -name udev.conf 10 # bash# grep udev_rules= /etc/udev/udev.conf 12 # bash# ls /etc/udev/rules.d/ 14 # bash# cp /path/to/linux/Documentation/admin-guide/aoe/udev.txt \
|
/Linux-v6.6/drivers/gpu/drm/ci/ |
D | build.yml | 9 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 48 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh 53 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh 58 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh
|
/Linux-v6.6/Documentation/usb/ |
D | gadget_uvc.rst | 47 .. code-block:: bash 99 .. code-block:: bash 142 .. code-block:: bash 175 .. code-block:: bash 212 .. code-block:: bash 241 .. code-block:: bash 287 .. code-block:: bash 314 .. code-block:: bash 344 .. code-block:: bash 354 .. code-block:: bash
|
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 30 demonstrate this problem using nested bash shells:: 34 $ bash 38 From a second, unrelated bash shell: 44 This happens because bash can observe both signals and choose how it 53 being frozen. This allows the bash example above and gdb to run as
|
/Linux-v6.6/Documentation/bpf/libbpf/ |
D | libbpf_build.rst | 16 .. code-block:: bash 24 .. code-block:: bash 34 .. code-block:: bash
|
/Linux-v6.6/samples/bpf/ |
D | tcp_bpf.readme | 3 a cgroupv2 and attach a bash shell to the group. 8 bash 23 cgroupv2 to which the BPF programs are attached (i.e. under bash shell
|
/Linux-v6.6/Documentation/networking/ |
D | ipvlan.rst | 44 bash# ip link add link eth0 name ipvl0 type ipvlan 47 bash# ip link add link eth0 name ipvl0 type ipvlan mode l2 bridge 51 bash# ip link add link eth0 name ipvlan type ipvlan mode l2 private 55 bash# ip link add link eth0 name ipvlan type ipvlan mode l2 vepa 175 (1) ip netns exec ns0 bash 184 (1) ip netns exec ns1 bash
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | visl.rst | 79 .. code-block:: bash 91 .. code-block:: bash 97 .. code-block:: bash 146 .. code-block:: bash 160 .. code-block:: bash
|
/Linux-v6.6/tools/testing/selftests/wireguard/ |
D | netns.sh | 1 #!/bin/bash 46 waitiface() { pretty "${1//*-}" "wait for $2 to come up"; ip netns exec "$1" bash -c "while [[ \$(<… 334 n0 bash -c 'printf 1 > /proc/sys/net/ipv4/ip_forward' 335 n0 bash -c 'printf 2 > /proc/sys/net/netfilter/nf_conntrack_udp_timeout' 336 n0 bash -c 'printf 2 > /proc/sys/net/netfilter/nf_conntrack_udp_timeout_stream' 382 n1 bash -c 'printf 0 > /proc/sys/net/ipv4/conf/vethc/rp_filter' 390 n2 bash -c 'printf 1 > /proc/sys/net/ipv4/ip_forward' 420 n1 bash -c 'printf 0 > /proc/sys/net/ipv6/conf/all/accept_dad' 421 n2 bash -c 'printf 0 > /proc/sys/net/ipv6/conf/all/accept_dad' 422 n1 bash -c 'printf 0 > /proc/sys/net/ipv6/conf/veth1/accept_dad' [all …]
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | usb3-debug-port.rst | 86 read and view the messages. Below simple bash scripts can help 91 ===== start of bash scripts ============= 92 #!/bin/bash 100 ===== end of bash scripts ===============
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | test_bprm_opts.c | 58 * If the value of TMPDIR is set, the bash command returns 10 in run_set_secureexec() 61 execle("/bin/bash", "bash", "-c", in run_set_secureexec()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | vmtest.sh | 1 #!/bin/bash 191 sudo bash -c "echo '#!/bin/bash' > ${init_script}" 194 sudo bash -c "cat >>${init_script}" <<EOF 210 sudo bash -c "echo ${exit_command} >> ${init_script}" 356 exit_command="bash"
|
D | test_tc_edt.sh | 1 #!/bin/bash 62 ip netns exec ${NS_DST} bash -c \ 75 ip netns exec ${NS_SRC} bash -c "timeout ${TIMEOUT} dd if=/dev/zero \
|
/Linux-v6.6/Documentation/admin-guide/perf/ |
D | imx-ddr.rst | 23 .. code-block:: bash 53 .. code-block:: bash 64 .. code-block:: bash
|
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | csum.json | 425 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i… 448 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i \\\"; args=\"\\… 450 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum index \\$i \\\"; args=\… 472 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i… 495 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum tcp continue index \\$i cookie 12345678… 497 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action csum index \\$i \\\"; args=\…
|
D | mirred.json | 478 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred egress redirect dev l… 501 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred egress redirect dev lo index \\$i \\\… 503 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred index \\$i \\\"; args… 525 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred ingress mirror dev lo… 548 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred ingress mirror dev lo index \\$i \\\"… 550 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred index \\$i \\\"; args…
|
/Linux-v6.6/arch/sh/boot/ |
D | Makefile | 49 KERNEL_MEMORY := $(shell /bin/bash -c 'printf "0x%08x" \ 52 KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%08x" \ 57 KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \
|