Home
last modified time | relevance | path

Searched refs:dmesg (Results 1 – 25 of 31) sorted by relevance

12

/tools/testing/selftests/powerpc/mm/
Dstress_code_patching.sh28 dmesg -C
35 if dmesg | grep -q 'ftrace bug'
42 if dmesg | grep -q 'ftrace bug'
/tools/testing/selftests/lkdtm/
Drun.sh65 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX)
77 dmesg > "$DMESG"
89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
Dstack-entropy.sh24 dmesg --follow >"$log" & pid=$!
/tools/testing/selftests/damon/
Ddebugfs_attrs.sh91 dmesg -C
98 if dmesg | grep -q WARNING
100 dmesg
/tools/testing/selftests/bpf/
Dtest_kmod.sh27 dmesg -C
45 dmesg | grep FAIL
/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests41 check_files_exist dmesg
53 files=`ls dmesg-${backend}-*`
Dpstore_tests13 dmesg | grep -Eq "console \[(pstore|${backend})"
/tools/testing/selftests/livepatch/
Dfunctions.sh46 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX)
47 dmesg > "$SAVED_DMESG"
281 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
/tools/testing/selftests/cpufreq/
Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
186 dmesg >> $1.dmesg_full.txt
/tools/power/pm-graph/
Dbootgraph.py211 dmesg = {} # root data structure variable in Data
227 self.dmesg = {
239 list = self.dmesg[phase]['list']
256 list = self.dmesg[p]['list']
280 dc = len(self.dmesg[phase]['list'])
282 self.dmesg[phase]['start']*1000,
283 self.dmesg[phase]['end']*1000, dc))
295 data.dmesg['kernel']['start'] = data.start = ktime = 0.0
362 data.dmesg['kernel']['end'] = ktime
363 data.dmesg['user']['start'] = ktime
[all …]
Dsleepgraph.py1413 self.dmesg = dict() # root data structure
1419 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order'])
1422 for phase in sorted(self.dmesg.keys()):
1426 self.dmesg[pnew] = self.dmesg.pop(phase)
1431 order = self.dmesg[phase]['order'] + offset
1432 for p in self.dmesg:
1433 if self.dmesg[p]['order'] == order:
1506 list = self.dmesg[phase]['list']
1517 pend = self.dmesg[phase]['end']
1524 list = self.dmesg[phase]['list']
[all …]
DREADME52 and will capture dmesg and ftrace data. This data is transformed into a set of
94 data from trace events instead of from dmesg. You can enable
145 raw dmesg output: <hostname>_<mode>_dmesg.txt
236 Gzip the trace and dmesg logs to save space. The tool can also read in
264 is a list of kernel issues found in dmesg from all the tests.
269 dmesg and ftrace logs. This will require a significant amount of time if
284 Each test subfolder contains the dmesg/ftrace logs and/or the html timeline
361 # Add Logs: add the dmesg and ftrace log to the html output (def: false)
636 dmesg out : /mnt/shell/emulated/0/dmesg.txt
651 # (optional) get the dmesg data, this is for debugging
[all …]
/tools/testing/selftests/powerpc/scripts/
Dhmi.sh80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
/tools/testing/selftests/netfilter/
Dnft_fib.sh46 dmesg | grep -q ' nft_rpfilter: '
48 dmesg -c | grep ' nft_rpfilter: '
84 dmesg | grep -q ' nft_rpfilter: '
86 dmesg | grep ' nft_rpfilter: '
/tools/power/pm-graph/config/
Dstandby.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dfreeze.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dfreeze-dev.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dfreeze-callgraph.cfg26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
34 # add the dmesg and ftrace log to the html output (default: false)
Dsuspend-dev.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dsuspend-x2-proc.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dstandby-callgraph.cfg26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
34 # add the dmesg and ftrace log to the html output (default: false)
Dstandby-dev.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dsuspend.cfg25 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
33 # add the dmesg and ftrace log to the html output (default: false)
Dsuspend-callgraph.cfg26 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
34 # add the dmesg and ftrace log to the html output (default: false)
/tools/testing/selftests/drivers/usb/usbip/
Dusbip_test.sh197 dmesg | grep "is not in match_busid table"

12