OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proc
(Results
1 - 25
of
1580
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltp/tools/pounder21/test_scripts/
sysrq-on
3
if [ -w /
proc
/sys/kernel/sysrq ]; then
4
echo 1 > /
proc
/sys/kernel/sysrq
get_hw_info
31
echo "/
proc
/cmdline:"
33
cat /
proc
/cmdline
37
cat /
proc
/cpuinfo
45
cat /
proc
/devices
49
cat /
proc
/dma
53
cat /
proc
/interrupts
57
cat /
proc
/iomem
61
cat /
proc
/ioports
69
find /
proc
/ide -type f | while read f; do echo $f; cat $f; done;
73
find /
proc
/scsi -type f | while read f; do echo $f; cat $f; done
[
all
...]
/external/toybox/tests/
pgrep.test
15
proc
=$!
16
#echo "# Process created with id: $
proc
"
19
proc_parent=`cat /
proc
/${
proc
}/stat | awk '{ print $4 }'`
20
#echo "# Parent Process id of $
proc
is $proc_parent"
23
testing "pattern" "pgrep yes" "$
proc
\n" "" ""
24
testing "wildCardPattern" "pgrep ^y.*s$" "$
proc
\n" "" ""
25
testing "-l pattern" "pgrep -l yes" "$
proc
yes\n" "" ""
26
testing "-f pattern" "pgrep -f yes" "$
proc
\n" "" ""
27
testing "-n pattern" "pgrep -n yes" "$
proc
\n" "" "
[
all
...]
/external/ltp/testcases/kdump/lib/
sysinfo.sh
8
echo "------------- /
PROC
/VERSION --------------"
10
cat /
proc
/version
12
echo "------------- /
PROC
/CPUINFO --------------"
14
cat /
proc
/cpuinfo
16
echo "------------- /
PROC
/MEMINFO --------------"
18
cat /
proc
/meminfo
20
echo "------------- /
PROC
/DEVICES --------------"
22
cat /
proc
/devices
24
echo "------------- /
PROC
/INTERRUPTS -----------"
26
cat /
proc
/interrupt
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_proc.cc
24
Processor *
proc
= new(mem) Processor;
local
25
proc
->thr = nullptr;
27
AllocatorProcStart(
proc
);
30
proc
->dd_pt = ctx->dd->CreatePhysicalThread();
31
return
proc
;
34
void ProcDestroy(Processor *
proc
) {
35
CHECK_EQ(
proc
->thr, nullptr);
37
AllocatorProcFinish(
proc
);
39
ctx->clock_alloc.FlushCache(&
proc
->clock_cache);
40
ctx->metamap.OnProcIdle(
proc
);
[
all
...]
/external/ltp/testcases/kernel/controllers/cgroup/
test_3_2.sh
28
cat /
proc
/sched_debug > /dev/null
/external/ltp/testscripts/
adp_test.sh
5
cat /
proc
/[0-9]*/cmdline > /dev/null 2>/dev/null
/external/strace/tests/
statfs.test
7
# this test probes /
proc
/self/status
8
[ -f /
proc
/self/status ] ||
9
framework_skip_ '/
proc
/self/status is not available'
netlink_protocol.test
7
# getfdproto is implemented using /
proc
/self/fd
8
[ -d /
proc
/self/fd/ ] ||
9
framework_skip_ '/
proc
/self/fd/ is not available'
/external/strace/tests-m32/
statfs.test
7
# this test probes /
proc
/self/status
8
[ -f /
proc
/self/status ] ||
9
framework_skip_ '/
proc
/self/status is not available'
netlink_protocol.test
7
# getfdproto is implemented using /
proc
/self/fd
8
[ -d /
proc
/self/fd/ ] ||
9
framework_skip_ '/
proc
/self/fd/ is not available'
/external/strace/tests-mx32/
statfs.test
7
# this test probes /
proc
/self/status
8
[ -f /
proc
/self/status ] ||
9
framework_skip_ '/
proc
/self/status is not available'
netlink_protocol.test
7
# getfdproto is implemented using /
proc
/self/fd
8
[ -d /
proc
/self/fd/ ] ||
9
framework_skip_ '/
proc
/self/fd/ is not available'
/external/compiler-rt/test/builtins/Unit/
trampoline_setup_test.c
31
nested_func_t
proc
;
variable
43
proc
= bar;
47
if ( (*
proc
)(3) != 43 )
50
if ( (*
proc
)(4) != 40 )
/external/ltp/tools/top-LTP/proc/
module.mk
4
NAME :=
proc
10
LIBSRC := $(wildcard
proc
/*.c)
11
LIBHDR := $(wildcard
proc
/*.h)
14
#ALL +=
proc
/lib$(NAME).a
18
ALL +=
proc
/$(SONAME)
21
LIBPROC :=
proc
/$(SONAME)
23
ALL +=
proc
/lib$(NAME).a
24
LIBPROC :=
proc
/lib$(NAME).a
28
$(filter-out
proc
/version.o,$(LIBOBJ)):
proc
/%.o: proc/%.
[
all
...]
/external/linux-kselftest/tools/testing/selftests/pstore/
pstore_crash_test
16
echo 1 > /
proc
/sys/kernel/sysrq
18
echo 3 > /
proc
/sys/kernel/panic
30
echo c > /
proc
/sysrq-trigger
/external/autotest/client/site_tests/security_Minijail0/src/
test-create-mount-destination
12
grep "test_null" /
proc
/mounts || die "test_null not mounted"
test-mount-tmpfs
12
grep "tmpfs.*ro.*uid=5446" /
proc
/mounts || die "tmpfs not mounted with data"
/external/ltp/testcases/kernel/connectors/
connector_test.sh
3
if [ ! -f /
proc
/net/connector ];then
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_ftrace_enabled.sh
23
echo 0 > /
proc
/sys/kernel/ftrace_enabled
24
echo 1 > /
proc
/sys/kernel/ftrace_enabled
31
echo 1 > /
proc
/sys/kernel/ftrace_enabled
33
echo 0 > /
proc
/sys/kernel/ftrace_enabled
/development/ndk/platforms/android-9/arch-arm/include/asm/
pgtable.h
16
#include <asm/
proc
-fns.h>
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm/
pgtable.h
16
#include <asm/
proc
-fns.h>
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/asm/
pgtable.h
16
#include <asm/
proc
-fns.h>
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/asm/
pgtable.h
16
#include <asm/
proc
-fns.h>
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/asm/
pgtable.h
16
#include <asm/
proc
-fns.h>
Completed in 1522 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>