| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | hists_cumulate.c | 41 /* bash [bash] main() */ 43 /* bash [bash] xmalloc() */ 45 /* bash [kernel] page_fault() */ 260 * 10.00% bash [kernel] [k] page_fault in test1() 261 * 10.00% bash bash [.] main in test1() 262 * 10.00% bash bash [.] xmalloc in test1() 271 { 0, 1000, "bash", "[kernel]", "page_fault" }, in test1() 272 { 0, 1000, "bash", "bash", "main" }, in test1() 273 { 0, 1000, "bash", "bash", "xmalloc" }, in test1() 314 * 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() */ 144 * 10.00% bash [kernel] [k] page_fault in test1() 145 * 10.00% bash bash [.] main in test1() 146 * 10.00% bash bash [.] xmalloc in test1() 175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 249 * 10.00% 0 bash : 300 in test2() [all …]
|
| D | hists_link.c | 31 /* bash [bash] xmalloc() */ 33 /* bash [libc] malloc() */ 47 /* bash [libc] free() */ 53 /* bash [libc] malloc() */ 55 /* bash [bash] xfee() */ 57 /* bash [libc] realloc() */ 59 /* bash [kernel] page_fault() */ 75 * "bash [libc] malloc" so total 9 entries will be in the tree. in add_hist_entries()
|
| D | hists_filter.c | 38 /* bash [bash] main() */ 40 /* bash [bash] xmalloc() */ 42 /* bash [libc] malloc() */ 44 /* bash [kernel] page_fault() */ 167 /* now applying thread filter for 'bash' */ in test__hists_filter()
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/Documentation/trace/ |
| D | ftrace.rst | 859 bash-1977 [000] .... 17284.993652: sys_close <-system_call_fastpath 860 bash-1977 [000] .... 17284.993653: __close_fd <-sys_close 861 bash-1977 [000] .... 17284.993653: _raw_spin_lock <-__close_fd 863 bash-1977 [000] .... 17284.993654: add_preempt_count <-_raw_spin_lock 864 bash-1977 [000] ...1 17284.993655: _raw_spin_unlock <-__close_fd 865 bash-1977 [000] ...1 17284.993656: sub_preempt_count <-_raw_spin_unlock 866 bash-1977 [000] .... 17284.993657: filp_close <-__close_fd 867 bash-1977 [000] .... 17284.993657: dnotify_flush <-filp_close 878 The header explains the content of the events. Task name "bash", the task 1055 bash-4000 [01] 1477.606694: simple_strtoul <-kstrtoul [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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\"",
|
| /kernel/linux/linux-5.10/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\"",
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 \
|
| /kernel/linux/linux-6.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 \
|
| /kernel/linux/linux-5.10/tools/lib/lockdep/ |
| D | run_tests.sh | 1 #! /bin/bash 14 timeout 1 "tests/$testname" 2>&1 | /bin/bash "tests/${testname}.sh"; then 27 /bin/bash "tests/${testname}.sh"; then 40 /bin/bash "tests/${testname}.sh" < "tests/${testname}.vg.out" &&
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | build.yml | 10 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 49 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh 54 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh 59 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build-igt.sh
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/Documentation/bpf/libbpf/ |
| D | libbpf_build.rst | 16 .. code-block:: bash 24 .. code-block:: bash 34 .. code-block:: bash
|
| /kernel/linux/linux-6.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
|