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:kdump
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kdump/
H
A
D
runkdump.sh
13
cat <<EOF >
kdump
.cron
17
@reboot cd "$(pwd)"; cd ..; ${0} >>/tmp/
kdump
-$(date +%F-%T).log 2>&1
20
crontab
kdump
.cron
43
echo "Start
kdump
daemon."
44
/etc/init.d/
kdump
restart
46
echo "Enable
kdump
daemon by default."
49
/sbin/chkconfig
kdump
on
53
/sbin/update-rc.d
kdump
defaults
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H
A
D
driver.sh
5
# information about
kdump
dirver please refer to doc/README.
kdump
.
10
# This file is based on
kdump
test case in LTP.
18
export driver=
kdump
35
cat <<EOF > $WDIR/
kdump
.cron
42
crontab $WDIR/
kdump
.cron
65
echo "Start
kdump
daemon."
67
if [ -f /etc/init.d/
kdump
]; then
68
daemon=
kdump
71
daemon=boot.
kdump
[all...]
/third_party/ltp/testcases/kernel/mce-test/lib/
H
A
D
soft-inject.sh
54
kdump
*)
96
kdump
*)
/third_party/ltp/testcases/
H
A
D
Makefile
10
#
kdump
shouldn't be compiled by default, because it's runtime based and will
12
FILTER_OUT_DIRS :=
kdump
Completed in 2 milliseconds