Home
last modified time | relevance | path

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

/kernel/kcsan/
Dkcsan_test.c48 char lines[3][512]; member
110 strscpy(observed.lines[0], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
113 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console()
120 strcpy(observed.lines[nlines++], "<none>"); in probe_console()
133 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available()
154 typeof(*observed.lines) *expect; in report_matches()
163 expect = kmalloc(sizeof(observed.lines), GFP_KERNEL); in report_matches()
242 ret = strstr(observed.lines[0], expect[0]) && in report_matches()
244 ((strstr(observed.lines[1], expect[1]) && in report_matches()
245 strstr(observed.lines[2], expect[2])) || in report_matches()
[all …]
/kernel/debug/kdb/
Dkdb_main.c2135 int lines = 0; in kdb_dmesg() local
2147 lines = simple_strtol(argv[1], &cp, 0); in kdb_dmesg()
2149 lines = 0; in kdb_dmesg()
2168 if (lines < 0) { in kdb_dmesg()
2172 else if (adjust - lines >= n) in kdb_dmesg()
2176 lines = abs(lines); in kdb_dmesg()
2177 } else if (lines > 0) { in kdb_dmesg()
2178 skip = n - lines - adjust; in kdb_dmesg()
2179 lines = abs(lines); in kdb_dmesg()
2185 lines += skip; in kdb_dmesg()
[all …]
/kernel/trace/
DKconfig421 The tracer prints two lines at every activation. The first is the
885 which functions/lines are tested.