/kernel/linux/linux-5.10/arch/m68k/tools/amiga/ |
H A D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/kernel/linux/linux-6.6/arch/m68k/tools/amiga/ |
H A D | Makefile | 7 All: dmesg 10 dmesg: dmesg.c 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/kernel/linux/linux-5.10/scripts/ |
H A D | leaking_addresses.pl | 7 # - Scans dmesg output. 51 my $suppress_dmesg = 0; # Don't show dmesg in output. 93 --suppress-dmesg Do not show dmesg results. 113 'suppress-dmesg' => \$suppress_dmesg, 401 open my $cmd, '-|', 'dmesg'; 404 print 'dmesg: ' . $_; 521 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 523 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total; 526 print_dmesg($dmesg); [all...] |
H A D | bootgraph.pl | 13 # This script turns a dmesg output into a SVG graphic that shows which 23 # dmesg | perl scripts/bootgraph.pl > output.svg 33 1) dmesg | perl scripts/bootgraph.pl [OPTION] > output.svg 129 No data found in the dmesg. Make sure that 'printk.time=1' and
|
/kernel/linux/linux-6.6/scripts/ |
H A D | leaking_addresses.pl | 7 # - Scans dmesg output. 51 my $suppress_dmesg = 0; # Don't show dmesg in output. 94 --suppress-dmesg Do not show dmesg results. 114 'suppress-dmesg' => \$suppress_dmesg, 402 open my $cmd, '-|', 'dmesg'; 405 print 'dmesg: ' . $_; 522 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 524 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total; 527 print_dmesg($dmesg); [all...] |
H A D | bootgraph.pl | 13 # This script turns a dmesg output into a SVG graphic that shows which 23 # dmesg | perl scripts/bootgraph.pl > output.svg 33 1) dmesg | perl scripts/bootgraph.pl [OPTION] > output.svg 129 No data found in the dmesg. Make sure that 'printk.time=1' and
|
/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/ |
H A D | sched_rtg06.sh | 28 dmesg -c 69 dmesg | grep "BUG" || 70 dmesg | grep "panic" || 71 dmesg | grep "Unable to handle kernel" || 72 dmesg | grep "WARNING:"
|
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 6 # test name is either the text to look for in dmesg for a "success", 65 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 76 # Save existing dmesg so we can detect new content below 77 dmesg > "$DMESG" 89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 6 # test name is either the text to look for in dmesg for a "success", 71 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 82 # Save existing dmesg so we can detect new content below 83 dmesg > "$DMESG" 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 29 # will capture dmesg and ftrace data until resume is complete. This data 534 # get the latest time stamp from the dmesg log 535 lines = Popen('dmesg', stdout=PIPE).stdout.readlines() 549 # store all new dmesg lines since initdmesg was called 550 fp = Popen('dmesg', stdout=PIPE).stdout 1440 # Data.dmesg { 1515 self.dmesgtext = [] # dmesg text file in memory 1516 self.dmesg = dict() # root data structure 1522 return sorted(self.dmesg, key=lambda k:self.dmesg[ [all...] |
H A D | bootgraph.py | 150 elif arg in ['-o', '-dmesg', '-ftrace', '-func']: 213 dmesg = {} # root data structure variable in Data 216 dmesgtext = [] # dmesg text file in memory 229 self.dmesg = { 241 list = self.dmesg[phase]['list'] 258 list = self.dmesg[p]['list'] 282 dc = len(self.dmesg[phase]['list']) 284 self.dmesg[phase]['start']*1000, 285 self.dmesg[phase]['end']*1000, dc)) 293 sysvals.vprint('Analyzing the dmesg dat [all...] |
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 148 elif arg in ['-o', '-dmesg', '-ftrace', '-func']: 211 dmesg = {} # root data structure variable in Data 214 dmesgtext = [] # dmesg text file in memory 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)) 291 sysvals.vprint('Analyzing the dmesg dat [all...] |
H A D | sleepgraph.py | 29 # will capture dmesg and ftrace data until resume is complete. This data 492 # get the latest time stamp from the dmesg log 493 fp = Popen('dmesg', stdout=PIPE).stdout 507 # store all new dmesg lines since initdmesg was called 508 fp = Popen('dmesg', stdout=PIPE).stdout 1261 # Data.dmesg { 1335 self.dmesgtext = [] # dmesg text file in memory 1336 self.dmesg = dict() # root data structure 1342 return sorted(self.dmesg, key=lambda k:self.dmesg[ [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/ |
H A D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 41 check_files_exist dmesg 49 prlog -n "Checking dmesg files contain oops end marker" 53 files=`ls dmesg-${backend}-*`
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_kmod.sh | 27 dmesg -C 45 dmesg | grep FAIL
|
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/ |
H A D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 41 check_files_exist dmesg 49 prlog -n "Checking dmesg files contain oops end marker" 53 files=`ls dmesg-${backend}-*`
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_kmod.sh | 33 dmesg -C 51 dmesg | grep FAIL
|
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/ |
H A D | functions.sh | 44 # save existing dmesg so we can detect new content 46 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX) 47 dmesg > "$SAVED_DMESG" 50 # cleanup temporary dmesg file from save_dmesg() 271 # check_result() - verify dmesg output 277 # Note: when comparing dmesg output, the kernel log timestamps 281 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/ |
H A D | functions.sh | 45 # save existing dmesg so we can detect new content 47 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX) 48 dmesg > "$SAVED_DMESG" 51 # cleanup temporary dmesg file from save_dmesg() 288 # check_result() - verify dmesg output 294 # Note: when comparing dmesg output, the kernel log timestamps 298 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt 186 dmesg >> $1.dmesg_full.txt
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 485 PRE_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+") 487 POST_TEST=$(dmesg | grep -E "RIP: [0-9a-fA-Fx]+:ovs_dp_cmd_new\+") 507 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 512 POST_TEST=$(dmesg | grep -c "${ERR_MSG}") 519 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}") 523 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_fib.sh | 46 dmesg | grep -q ' nft_rpfilter: ' 48 dmesg -c | grep ' nft_rpfilter: ' 98 dmesg | grep -q ' nft_rpfilter: ' 100 dmesg | grep ' nft_rpfilter: '
|
/kernel/linux/build/test/tracepointtest/ |
H A D | tracepointtestko.sh | 47 dmesg | grep $i >/dev/null
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/scripts/ |
H A D | hmi.sh | 28 dmesg | grep -c 'Harmless Hypervisor Maintenance interrupt' 58 # do injection, adding a marker to dmesg for clarity 80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
|