Home
last modified time | relevance | path

Searched refs:line2 (Results 1 – 2 of 2) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt36 …val line2 = "<idle>-0 (-----) [001] dN.4 4492.047448: sched_wakeup: comm=ksoftirqd/1 pid=15 p… in testImporterFor() constant
37 val traceData = withHeader(line1, line2) in testImporterFor()
/tools/repohooks/tools/
Dcheckpatch.pl4787 my $line2 = $2;
4790 if ($line2 !~ /^\s*$/) {
4791 fix_insert_line($fixlinenr, "\+\t" . trim($line2));