Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dmesg
(Results
1 - 15
of
15
) sorted by relevance
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
H
A
D
dynamic_debug01.sh
7
# settings don't cause issues by searching
dmesg
.
93
dmesg
> ./
dmesg
.old
109
dmesg
> ./
dmesg
.new
110
sed -i -e 1,`wc -l < ./
dmesg
.old`d ./
dmesg
.new
113
-e "fault" -e "warn" -e "\<BUG\>" ./
dmesg
.new ; then
114
tst_res TFAIL "Issues found in
dmesg
!"
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_regression_test.sh
13
TST_NEEDS_CMDS="awk
dmesg
find mountpoint rmdir"
23
dmesg
-c > /dev/null
24
NR_BUG=`
dmesg
| grep -c "kernel BUG"`
25
NR_NULL=`
dmesg
| grep -c "kernel NULL pointer dereference"`
26
NR_WARNING=`
dmesg
| grep -c "^WARNING"`
27
NR_LOCKDEP=`
dmesg
| grep -c "possible recursive locking detected"`
43
local new_bug=`
dmesg
| grep -c "kernel BUG"`
44
local new_null=`
dmesg
| grep -c "kernel NULL pointer dereference"`
45
local new_warning=`
dmesg
| grep -c "^WARNING"`
46
local new_lockdep=`
dmesg
| gre
[all...]
/third_party/ltp/testcases/kernel/controllers/memcg/regression/
H
A
D
memcg_regression_test.sh
17
dmesg
-c > /dev/null
26
new_bug=`
dmesg
| grep -c "kernel BUG"`
27
new_null=`
dmesg
| grep -c "kernel NULL pointer dereference"`
28
new_warning=`
dmesg
| grep -c "^WARNING"`
29
new_lockdep=`
dmesg
| grep -c "possible recursive locking detected"`
57
dmesg
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
ima_tpm.sh
78
tst_require_cmds
dmesg
79
if
dmesg
| grep -q 'activating TPM-bypass'; then
81
elif
dmesg
| grep -q '1\.2 TPM (device-id'; then
84
elif
dmesg
| grep -q '2\.0 TPM (device-id'; then
H
A
D
ima_kexec.sh
63
elif tst_cmd_available
dmesg
; then
64
if
dmesg
| grep -qi 'Secure boot enabled'; then
H
A
D
ima_measurements.sh
39
if
dmesg
| grep -q "XFS.*Mounting V[1-4] Filesystem"; then
/third_party/ltp/testcases/kernel/device-drivers/rcu/
H
A
D
rcu_torture.sh
10
#
dmesg
output for module's test results.
17
TST_NEEDS_CMDS="modprobe
dmesg
sed tail"
63
dmesg
| grep -q "invalid torture type: \"$rcu_type\"" && \
74
# check module status in
dmesg
75
local res=$(
dmesg
| sed -nE "s/.* $rcu_type-torture:.* End of test: (.*): .*/\1/p" | tail -n1)
79
tst_res TFAIL "$rcu_type-torture: $res, see
dmesg
"
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H
A
D
driver.sh
33
dmesg
> $tmp_klog.1
38
dmesg
| sed -e '1d' > $tmp_klog.2
/third_party/ltp/testcases/network/tcp_cmds/tc/
H
A
D
tc01.sh
25
TST_NEEDS_CMDS="tc modprobe
dmesg
grep"
38
if
dmesg
| grep -q 'RIP:.*sch_teql'; then
/third_party/ltp/testcases/commands/sysctl/
H
A
D
sysctl02.sh
67
if
dmesg
| grep -q "KASAN: global-out-of-bounds in __do_proc_doulongvec_minmax"; then
/third_party/ltp/testcases/kernel/device-drivers/locking/
H
A
D
lock_torture.sh
22
# module using particular options and then inspects
dmesg
output for module's
85
# check module status in
dmesg
86
result_str=`
dmesg
| sed -nE '$s/.*End of test: ([A-Z]+):.*/\1/p'`
90
tst_resm TFAIL "$type: $result_str, see
dmesg
"
/third_party/ltp/testcases/network/iptables/
H
A
D
iptables_lib.sh
258
dmesg
| grep "$logprefix" > tst_iptables.err 2>&1
310
dmesg
| grep "$logprefix" | grep "=$dport " \
358
logcnt=$(
dmesg
| grep -c "$logprefix")
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
38
REQUIRES=(mktemp grep pgrep awk date uname cat sort
dmesg
amixer alsactl)
233
echo "!!ALSA/HDA
dmesg
" >> "$FILE"
236
dmesg
| grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|audio|hda.codec|hda.intel' >> "$FILE"
375
dmesg
790
--with-
dmesg
)
832
echo " --with-
dmesg
(shows the ALSA/HDA kernel messages)"
/third_party/toybox/generated/
H
A
D
globals.h
38
// toys/lsb/
dmesg
.c
1619
struct dmesg_data
dmesg
;
member
H
A
D
flags.h
707
//
dmesg
w(follow)CSTtrs#<1n#c[!Ttr][!Cc][!Sw] w(follow)CSTtrs#<1n#c[!Ttr][!Cc][!Sw]
4080
#define TT this.
dmesg
Completed in 22 milliseconds