Home
last modified time | relevance | path

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

1234

/linux-3.3/Documentation/trace/
Dftrace.txt259 bash-4251 [01] 10152.583854: path_put <-path_walk
260 bash-4251 [01] 10152.583855: dput <-path_put
261 bash-4251 [01] 10152.583855: _atomic_dec_and_lock <-dput
266 showing the format. Task name "bash", the task PID "4251", the
389 bash-4000 [01] 1477.606694: simple_strtoul <-strict_strtoul
392 bash-4000 [01] 1477.606694: simple_strtoul
401 bash-4000 [01] 1477.606694: simple_strtoul+0x6/0xa0
407 bash-4000 [01] 1477.606694: simple_strtoul <c0339346>
412 bash 4000 1 0 00000000 00010a95 [58127d26] 1720.415ms \
516 | task: bash-3730 (uid:0 nice:0 policy:0 rt_prio:0)
[all …]
Devents.txt208 # echo "((sig >= 10 && sig < 15) || sig == 17) && comm != bash" > filter
215 # echo "((sig >= 10 && sig < 15) || dsig == 17) && comm != bash" > filter
216 -bash: echo: write error: Invalid argument
218 ((sig >= 10 && sig < 15) || dsig == 17) && comm != bash
/linux-3.3/Documentation/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-2.6.xx/Documentation/aoe/udev.txt \
/linux-3.3/Documentation/cgroups/
Dfreezer-subsystem.txt26 demonstrate this problem using nested bash shells:
30 $ bash
34 From a second, unrelated bash shell:
40 This happens because bash can observe both signals and choose how it
49 being frozen. This allows the bash example above and gdb to run as
Dcpuacct.txt29 process (bash) into it. CPU time consumed by this bash and its children
/linux-3.3/arch/um/kernel/skas/
Dsyscall.c25 * strace -f -c bash -c 'ls ; ls' breaks, sometimes not tracing in handle_syscall()
26 * children at all, sometimes hanging when bash doesn't see the first in handle_syscall()
/linux-3.3/arch/sh/boot/
DMakefile51 KERNEL_MEMORY := $(shell /bin/bash -c 'printf "0x%08x" \
54 KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%08x" \
59 KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \
/linux-3.3/Documentation/filesystems/
Ddevpts.txt42 $ ns_exec -cm /bin/bash
50 where 'ns_exec -cm /bin/bash' calls clone() with CLONE_NEWNS flag and execs
51 /bin/bash in the child process. A pty created by the sshd is not visible in
/linux-3.3/arch/um/
DMakefile11 # We require bash because the vmlinux link and loader script cpp use bash
13 SHELL := /bin/bash
/linux-3.3/arch/sh/boot/compressed/
DMakefile20 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \
24 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \
/linux-3.3/Documentation/fault-injection/
Dfault-injection.txt171 #!/bin/bash
184 bash -c "echo 1 > /proc/self/make-it-fail && exec $*"
206 #!/bin/bash
/linux-3.3/tools/perf/scripts/python/bin/
Dsctop-record1 #!/bin/bash
Dsyscall-counts-record1 #!/bin/bash
Dfailed-syscalls-by-pid-record1 #!/bin/bash
Dsyscall-counts-by-pid-record1 #!/bin/bash
Dnet_dropmonitor-record1 #!/bin/bash
Dfutex-contention-record1 #!/bin/bash
Dfutex-contention-report1 #!/bin/bash
Dsched-migration-report1 #!/bin/bash
/linux-3.3/tools/perf/scripts/perl/bin/
Dfailed-syscalls-record1 #!/bin/bash
Dwakeup-latency-record1 #!/bin/bash
Drw-by-file-record1 #!/bin/bash
Dcheck-perf-trace-record1 #!/bin/bash
Drwtop-record1 #!/bin/bash
/linux-3.3/tools/testing/selftests/
Drun_tests1 #!/bin/bash

1234