Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 3 of 3) sorted by relevance

/kernel/kcsan/
Dkcsan_test.c56 char lines[3][512]; member
118 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
121 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
128 strcpy(observed.lines[nlines++], "<none>"); in probe_console()
141 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available()
162 typeof(*observed.lines) *expect; in __report_matches()
171 expect = kmalloc(sizeof(observed.lines), GFP_KERNEL); in __report_matches()
252 ret = strstr(observed.lines[0], expect[0]) && in __report_matches()
254 ((strstr(observed.lines[1], expect[1]) && in __report_matches()
255 strstr(observed.lines[2], expect[2])) || in __report_matches()
[all …]
/kernel/debug/kdb/
Dkdb_main.c2086 int lines = 0; in kdb_dmesg() local
2098 lines = simple_strtol(argv[1], &cp, 0); in kdb_dmesg()
2100 lines = 0; in kdb_dmesg()
2119 if (lines < 0) { in kdb_dmesg()
2123 else if (adjust - lines >= n) in kdb_dmesg()
2127 lines = abs(lines); in kdb_dmesg()
2128 } else if (lines > 0) { in kdb_dmesg()
2129 skip = n - lines - adjust; in kdb_dmesg()
2130 lines = abs(lines); in kdb_dmesg()
2136 lines += skip; in kdb_dmesg()
[all …]
/kernel/trace/
DKconfig461 The tracer prints two lines at every activation. The first is the
941 which functions/lines are tested.