Lines Matching full:samples

167 …UMBER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?perf\.data(?:\.\d+)?\s*\(~?$RE_NUMBER samples\)\s+\].*$"
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 …\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?perf\.data(?:\.\d+)?\s*(?:\(~?$RE_NUMBER samples\))?\s+\].*$"
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) ]
188 …ER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?perf\w*\.data(?:\.\d+)?\s*\(~?$RE_NUMBER samples\)\s+\].*$"
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) ]