Lines Matching full:perf
161 export RE_LINE_RECORD1="^\[\s+perf\s+record:\s+Woken up $RE_NUMBER times? to write data\s+\].*$"
162 # The first line of perf-record "OK" output
164 # [ perf record: Woken up 1 times to write data ]
167 export RE_LINE_RECORD2="^\[\s+perf\s+record:\s+Captured and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]*(?…
168 # The second line of perf-record "OK" output
170 # [ perf record: Captured and wrote 0.405 MB perf.data (109 samples) ]
171 # [ perf record: Captured and wrote 0.405 MB perf.data (~109 samples) ]
172 # [ perf record: Captured and wrote 0.405 MB /some/temp/dir/perf.data (109 samples) ]
173 # [ perf record: Captured and wrote 0.405 MB ./perf.data (109 samples) ]
174 # [ perf record: Captured and wrote 0.405 MB ./perf.data.3 (109 samples) ]
177 …RE_LINE_RECORD2_TOLERANT="^\[\s+perf\s+record:\s+Captured and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]…
178 # The second line of perf-record "OK" output, even no samples is OK here
180 # [ perf record: Captured and wrote 0.405 MB perf.data (109 samples) ]
181 # [ perf record: Captured and wrote 0.405 MB perf.data (~109 samples) ]
182 # [ perf record: Captured and wrote 0.405 MB /some/temp/dir/perf.data (109 samples) ]
183 # [ perf record: Captured and wrote 0.405 MB ./perf.data (109 samples) ]
184 # [ perf record: Captured and wrote 0.405 MB ./perf.data.3 (109 samples) ]
185 # [ perf record: Captured and wrote 0.405 MB perf.data ]
188 …ECORD2_TOLERANT_FILENAME="^\[\s+perf\s+record:\s+Captured and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]…
189 # The second line of perf-record "OK" output
191 # [ perf record: Captured and wrote 0.405 MB perf.data (109 samples) ]
192 # [ perf record: Captured and wrote 0.405 MB perf_ls.data (~109 samples) ]
193 # [ perf record: Captured and wrote 0.405 MB perf_aNyCaSe.data (109 samples) ]
194 # [ perf record: Captured and wrote 0.405 MB ./perfdata.data.3 (109 samples) ]
195 #! [ perf record: Captured and wrote 0.405 MB /some/temp/dir/my_own.data (109 samples) ]
196 #! [ perf record: Captured and wrote 0.405 MB ./UPPERCASE.data (109 samples) ]
197 #! [ perf record: Captured and wrote 0.405 MB ./aNyKiNDoF.data.3 (109 samples) ]
198 #! [ perf record: Captured and wrote 0.405 MB perf.data ]
202 # A line of perf-trace output
209 # A line of perf-trace output
216 # A line of perf-trace output
224 # A line of perf-trace output
230 # A header of a perf-trace summary table
237 # A line of a perf-trace summary table
244 # A line from typicap perf report --stdio output
250 # A name of a task used for perf sched timehist -s