Home
last modified time | relevance | path

Searched full:bash (Results 1 – 25 of 879) sorted by relevance

12345678910>>...36

/linux-6.15/tools/perf/tests/
Dhists_cumulate.c41 /* 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 …]
Dhists_common.h61 * 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
Dhists_output.c42 /* 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 …]
Dhists_link.c33 /* 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()
Dhists_filter.c39 /* 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-6.15/Documentation/kbuild/
Dbash-completion.rst4 Bash completion for Kbuild
7 The kernel build system is written using Makefiles, and Bash completion
8 for the `make` command is available through the `bash-completion`_ project.
15 includes its own completion script at `scripts/bash-completion/make`.
24 The script relies on helper functions provided by `bash-completion`_ project.
26 install the `bash-completion` package through the standard package manager.
33 $ source scripts/bash-completion/make
35 Or, you can copy it into the search path for Bash completion scripts.
38 $ mkdir -p ~/.local/share/bash-completion/completions
39 $ cp scripts/bash-completion/make ~/.local/share/bash-completion/completions/
[all …]
/linux-6.15/Documentation/trace/
Dftrace.rst944 bash-1977 [000] .... 17284.993652: sys_close <-system_call_fastpath
945 bash-1977 [000] .... 17284.993653: __close_fd <-sys_close
946 bash-1977 [000] .... 17284.993653: _raw_spin_lock <-__close_fd
948 bash-1977 [000] .... 17284.993654: add_preempt_count <-_raw_spin_lock
949 bash-1977 [000] ...1 17284.993655: _raw_spin_unlock <-__close_fd
950 bash-1977 [000] ...1 17284.993656: sub_preempt_count <-_raw_spin_unlock
951 bash-1977 [000] .... 17284.993657: filp_close <-__close_fd
952 bash-1977 [000] .... 17284.993657: dnotify_flush <-filp_close
963 The header explains the content of the events. Task name "bash", the task
1142 bash-4000 [01] 1477.606694: simple_strtoul <-kstrtoul
[all …]
/linux-6.15/Documentation/dev-tools/kunit/
Drunning_tips.rst13 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
144 .. code-block:: bash
[all …]
/linux-6.15/tools/testing/selftests/ftrace/test.d/dynevent/
Ddynevent_limitations.tc10 # bash and dash evaluate variables differently.
11 # dash will evaluate '\\' every time it is read whereas bash does not.
17 # On bash, that will print "\123"
23 # if not, it's bash, and then bs can equal a single backslash.
27 # this is bash
/linux-6.15/Documentation/networking/diagnostic/
Dtwisted_pair_layer1_diagnostics.rst75 .. code-block:: bash
98 .. code-block:: bash
149 .. code-block:: bash
178 .. code-block:: bash
239 .. code-block:: bash
248 .. code-block:: bash
258 .. code-block:: bash
274 .. code-block:: bash
281 .. code-block:: bash
303 .. code-block:: bash
[all …]
/linux-6.15/tools/testing/selftests/tc-testing/tc-tests/filters/
Dflower.json15 "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-6.15/Documentation/admin-guide/aoe/
Dudev.txt8 # 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-6.15/Documentation/usb/
Dgadget_uvc.rst47 .. 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-6.15/Documentation/bpf/libbpf/
Dlibbpf_build.rst16 .. code-block:: bash
24 .. code-block:: bash
34 .. code-block:: bash
/linux-6.15/samples/bpf/
Dtcp_bpf.readme3 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-6.15/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst30 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-6.15/drivers/gpu/drm/ci/
Dbuild.yml9 - 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-6.15/Documentation/networking/
Dipvlan.rst44 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-6.15/Documentation/iio/
Dadis16475.rst156 .. code-block:: bash
186 .. code-block:: bash
193 .. code-block:: bash
210 .. code-block:: bash
227 .. code-block:: bash
238 .. code-block:: bash
249 .. code-block:: bash
259 .. code-block:: bash
270 .. code-block:: bash
277 .. code-block:: bash
[all …]
Dadxl380.rst90 .. code-block:: bash
114 .. code-block:: bash
121 .. code-block:: bash
138 .. code-block:: bash
149 .. code-block:: bash
162 .. code-block:: bash
186 .. code-block:: bash
195 .. code-block:: bash
201 .. code-block:: bash
207 .. code-block:: bash
Dadis16550.rst153 .. code-block:: bash
183 .. code-block:: bash
190 .. code-block:: bash
207 .. code-block:: bash
224 .. code-block:: bash
235 .. code-block:: bash
246 .. code-block:: bash
256 .. code-block:: bash
267 .. code-block:: bash
274 .. code-block:: bash
[all …]
/linux-6.15/Documentation/admin-guide/perf/
Dimx-ddr.rst23 .. code-block:: bash
52 .. code-block:: bash
63 .. code-block:: bash
90 .. code-block:: bash
/linux-6.15/Documentation/admin-guide/media/
Dvisl.rst88 .. code-block:: bash
101 .. code-block:: bash
107 .. code-block:: bash
156 .. code-block:: bash
170 .. code-block:: bash
/linux-6.15/scripts/bash-completion/
Dmake2 # bash completion for GNU make with kbuild extension -*- shell-script -*-
5 # /usr/share/bash-completion/completions/make, but we do not rely on it.
8 …local -a dirs=("${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/…
12 dirs+=("$dir"/bash-completion/completions)
23 for compfile in make make.bash _make; do
258 # by the bash-completion project.
266 # make options with a parameter (copied from the bash-completion project)
294 # make options (copied from the bash-completion project)
/linux-6.15/tools/testing/selftests/wireguard/
Dnetns.sh1 #!/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'
336 n0 bash -c 'printf 2 > /proc/sys/net/netfilter/nf_conntrack_udp_timeout'
337 n0 bash -c 'printf 2 > /proc/sys/net/netfilter/nf_conntrack_udp_timeout_stream'
383 n1 bash -c 'printf 0 > /proc/sys/net/ipv4/conf/vethc/rp_filter'
391 n2 bash -c 'printf 1 > /proc/sys/net/ipv4/ip_forward'
421 n1 bash -c 'printf 0 > /proc/sys/net/ipv6/conf/all/accept_dad'
422 n2 bash -c 'printf 0 > /proc/sys/net/ipv6/conf/all/accept_dad'
423 n1 bash -c 'printf 0 > /proc/sys/net/ipv6/conf/veth1/accept_dad'
[all …]

12345678910>>...36