Searched refs:klog (Results 1 – 18 of 18) sorted by relevance
80 local klog="$1"82 if [ -f "$klog" ] && extract_mce_from_log "$klog" "$mcelog_result"; then182 local klog="$1"183 if [ -f "$klog" ]; then184 if check_kern_warning_bug "$klog"; then197 local klog="$1"199 if [ ! -f "$klog" ]; then204 if grep "panic" "$klog" | grep "$mce_panic" > /dev/null; then214 local klog="$1"215 if [ ! -f "$klog" ]; then[all …]
14 klog=$RDIR/$this_case/klog39 local klog=$RDIR/$this_case/klog42 if [ -f $klog ]; then43 cp $klog $orig_klog44 filter_fake_panic $orig_klog $klog55 get_mcelog_from_klog $klog $mcelog_result111 verify_panic_via_klog $klog "$mce_panic"116 verify_timeout_via_klog $klog121 verify_exp_via_klog $klog "$@"
16 klog=$RDIR/$this_case/klog145 verify_panic_via_klog $klog "$mce_panic"150 verify_exp_via_klog $klog "$@"155 verify_fail_via_klog $klog "$@"
52 verify_klog $klog58 verify_klog $klog64 verify_klog $klog72 verify_klog $klog79 verify_klog $klog87 verify_klog $klog94 verify_klog $klog100 verify_klog $klog
46 verify_klog $klog52 verify_klog $klog58 verify_klog $klog64 verify_klog $klog69 verify_klog $klog
53 verify_klog $klog59 verify_klog $klog66 verify_klog $klog72 verify_klog $klog79 verify_klog $klog
89 klog=$RDIR/$this_case/klog91 dump memory $klog log_buf log_buf+log_end98 if [ $ret -eq 0 -a -s $klog ]; then99 export klog102 rm -rf $klog
39 diff $tmp_klog.1 $tmp_klog.2 | grep '^> ' | sed 's/> \(.*\)/\1/' > $klog84 klog=$RDIR/$this_case/klog
42 verify_klog $klog47 verify_klog $klog
45 verify_klog $klog51 verify_klog $klog
42 verify_klog $klog
55 verify_klog $klog
48 verify_klog $klog
62 k8s.io/klog v1.0.0 // indirect
3115 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=
103 klog file name which holds kernel log during test178 results/<driver_name>/<injection_tool>/<case_name>/klog
2050 "include/sys/klog.h",