Home
last modified time | relevance | path

Searched refs:klog (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/lib/
Dmce.sh80 local klog="$1"
82 if [ -f "$klog" ] && extract_mce_from_log "$klog" "$mcelog_result"; then
182 local klog="$1"
183 if [ -f "$klog" ]; then
184 if check_kern_warning_bug "$klog"; then
197 local klog="$1"
199 if [ ! -f "$klog" ]; then
204 if grep "panic" "$klog" | grep "$mce_panic" > /dev/null; then
214 local klog="$1"
215 if [ ! -f "$klog" ]; then
[all …]
Dsoft-inject.sh14 klog=$RDIR/$this_case/klog
39 local klog=$RDIR/$this_case/klog
42 if [ -f $klog ]; then
43 cp $klog $orig_klog
44 filter_fake_panic $orig_klog $klog
55 get_mcelog_from_klog $klog $mcelog_result
111 verify_panic_via_klog $klog "$mce_panic"
116 verify_timeout_via_klog $klog
121 verify_exp_via_klog $klog "$@"
Dapei-inject.sh16 klog=$RDIR/$this_case/klog
145 verify_panic_via_klog $klog "$mce_panic"
150 verify_exp_via_klog $klog "$@"
155 verify_fail_via_klog $klog "$@"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/
Dcases.sh52 verify_klog $klog
58 verify_klog $klog
64 verify_klog $klog
72 verify_klog $klog
79 verify_klog $klog
87 verify_klog $klog
94 verify_klog $klog
100 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/
Dcases.sh46 verify_klog $klog
52 verify_klog $klog
58 verify_klog $klog
64 verify_klog $klog
69 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/
Dcases.sh53 verify_klog $klog
59 verify_klog $klog
66 verify_klog $klog
72 verify_klog $klog
79 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
Ddriver.sh89 klog=$RDIR/$this_case/klog
91 dump memory $klog log_buf log_buf+log_end
98 if [ $ret -eq 0 -a -s $klog ]; then
99 export klog
102 rm -rf $klog
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
Ddriver.sh39 diff $tmp_klog.1 $tmp_klog.2 | grep '^> ' | sed 's/> \(.*\)/\1/' > $klog
84 klog=$RDIR/$this_case/klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/
Dcases.sh42 verify_klog $klog
47 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/
Dcases.sh45 verify_klog $klog
51 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/
Dcases.sh42 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/
Dcases.sh42 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/apei-inj/ucr/
Dcases.sh55 verify_klog $klog
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/
Dcases.sh48 verify_klog $klog
/third_party/skia/
Dgo.mod62 k8s.io/klog v1.0.0 // indirect
Dgo.sum3115 k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOf…
3116 k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
3117 k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=
3118 k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
3119 k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
3120 k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
3121 k8s.io/klog/v2 v2.4.0 h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=
3122 k8s.io/klog/v2 v2.4.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
3123 k8s.io/klog/v2 v2.8.0 h1:Q3gmuM9hKEjefWFFYF0Mat+YyFJvsUyYuwyNNJ5C9Ts=
3124 k8s.io/klog/v2 v2.8.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec=
/third_party/ltp/testcases/kernel/mce-test/doc/
Dhowto.txt103 klog file name which holds kernel log during test
178 results/<driver_name>/<injection_tool>/<case_name>/klog
/third_party/musl/
Dmusl_src.gni2050 "include/sys/klog.h",