Searched refs:dmesg (Results 1 – 25 of 31) sorted by relevance
12
/tools/testing/selftests/powerpc/mm/ |
D | stress_code_patching.sh | 28 dmesg -C 35 if dmesg | grep -q 'ftrace bug' 42 if dmesg | grep -q 'ftrace bug'
|
/tools/testing/selftests/lkdtm/ |
D | run.sh | 65 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 77 dmesg > "$DMESG" 89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
D | stack-entropy.sh | 24 dmesg --follow >"$log" & pid=$!
|
/tools/testing/selftests/damon/ |
D | debugfs_attrs.sh | 91 dmesg -C 98 if dmesg | grep -q WARNING 100 dmesg
|
/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 27 dmesg -C 45 dmesg | grep FAIL
|
/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 41 check_files_exist dmesg 53 files=`ls dmesg-${backend}-*`
|
D | pstore_tests | 13 dmesg | grep -Eq "console \[(pstore|${backend})"
|
/tools/testing/selftests/livepatch/ |
D | functions.sh | 46 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/ |
D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
/tools/power/pm-graph/ |
D | bootgraph.py | 211 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 …]
|
D | sleepgraph.py | 1413 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 …]
|
D | README | 52 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/ |
D | hmi.sh | 80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
|
/tools/testing/selftests/netfilter/ |
D | nft_fib.sh | 46 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/ |
D | standby.cfg | 25 # 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)
|
D | freeze.cfg | 25 # 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)
|
D | freeze-dev.cfg | 25 # 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)
|
D | freeze-callgraph.cfg | 26 # 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)
|
D | suspend-dev.cfg | 25 # 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)
|
D | suspend-x2-proc.cfg | 25 # 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)
|
D | standby-callgraph.cfg | 26 # 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)
|
D | standby-dev.cfg | 25 # 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)
|
D | suspend.cfg | 25 # 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)
|
D | suspend-callgraph.cfg | 26 # 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/ |
D | usbip_test.sh | 197 dmesg | grep "is not in match_busid table"
|
12