Home
last modified time | relevance | path

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

12

/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
/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.py1336 self.dmesg = dict() # root data structure
1342 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order'])
1345 for phase in sorted(self.dmesg.keys()):
1349 self.dmesg[pnew] = self.dmesg.pop(phase)
1354 order = self.dmesg[phase]['order'] + offset
1355 for p in self.dmesg:
1356 if self.dmesg[p]['order'] == order:
1429 list = self.dmesg[phase]['list']
1440 pend = self.dmesg[phase]['end']
1447 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/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)
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)
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)
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)
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)
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-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)
Dexample.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)
Dcustom-timeline-functions.cfg25 # add the dmesg and ftrace log to the html output (default: false)
57 # output folder for html, ftrace, and dmesg. Use {date} and {time} for current values
/tools/testing/selftests/drivers/usb/usbip/
Dusbip_test.sh197 dmesg | grep "is not in match_busid table"
/tools/testing/selftests/media_tests/
Dregression_test.txt43 Run dmesg looking for any user-after free errors or mutex lock errors.
/tools/testing/ktest/
Dktest.pl169 my $dmesg;
1737 "dmesg" => $dmesg,
2110 open(DMESG, "> $dmesg") or
2111 dodie "unable to write to $dmesg";
4385 $dmesg = "$tmpdir/dmesg-$machine";
4443 unlink $dmesg;

12