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:vmcore
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H
A
D
driver.sh
4
# dump. The test result is collected via dumped
vmcore
. For more
94
gdb -batch -batch-silent -x $WDIR/get_klog_gdb.cmd $VMLINUX $
vmcore
\
134
gdb -batch -batch-silent -x $WDIR/dump_gcov_gdb.cmd $VMLINUX $
vmcore
\
144
if ! gcovdump -g $h $
vmcore
&> /dev/null; then
167
vmcore
=$(ls -t "${COREDIR}"/*/
vmcore
* 2>/dev/null | head -1)
169
if [ -n "$
vmcore
" -a -f "$
vmcore
" ]; then
170
export
vmcore
174
echo " Failed: can not get
vmcore
"
[all...]
/third_party/ltp/testcases/kdump/
H
A
D
runkdump.sh
89
dd if="${RAW_PART}" of="${COREDIR}/${last}/
vmcore
" bs=1024
98
file=$(ssh -i ~/.ssh/kdump_id_rsa "${SCP_PATH}" "ls -t ${COREDIR}/*/
vmcore
* \
119
vmcore
=$(ls -t "${COREDIR}"/*/
vmcore
* 2>/dev/null | head -1)
134
if [ -f "${
vmcore
}" ]; then
138
./verify.sh "../${conf}" "${
vmcore
}" "${CRASH}" \
146
vmcore
NOT FOUND." >>"${ldir}/status"
147
echo "
vmcore
NOT FOUND." \
Completed in 1 milliseconds