Lines Matching +full:up +full:- +full:samples
1 # SPDX-License-Identifier: GPL-2.0
3 export RE_NUMBER="[0-9\.]+"
9 export RE_NUMBER_HEX="[0-9A-Fa-f]+"
18 …xport RE_DATE_YYYYMMDD="[0-9]{4}-(?:(?:01|03|05|07|08|10|12)-(?:[0-2][0-9]|3[0-1])|02-[0-2][0-9]|(…
19 # Date in YYYY-MM-DD form
21 # 1990-02-29
22 # 0015-07-31
23 # 2456-12-31
24 #! 2012-13-01
25 #! 1963-09-31
28 export RE_TIME="(?:[0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]"
55 export RE_ADDRESS_NOT_NULL="0x[0-9A-Fa-f]*[1-9A-Fa-f]+[0-9A-Fa-f]*"
70 export RE_EVENT_ANY="[\w\-\:\/_=,]+"
73 # cpu-cycles
79 export RE_EVENT="[\w\-:_]+"
82 # cpu-cycles
104 export RE_EVENT_SUBSYSTEM="[\w\-]+:[\w\-]+"
111 export RE_FILE_NAME="[\w\+\.-]+"
122 # /lib/modules/4.3.0-rc5/kernel/fs/xfs/xfs.ko
132 # /lib/modules/4.3.0-rc5/kernel/fs/xfs/xfs.ko
142 # /lib/modules/4.3.0-rc5/kernel/fs/xfs/xfs.ko
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 …tured and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?perf\.data(?:\.\d+)?\s*\(~?$RE_NUM…
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 …red and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?perf\.data(?:\.\d+)?\s*(?:\(~?$RE_NU…
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 …red and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?perf\w*\.data(?:\.\d+)?\s*\(~?$RE_NU…
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) ]
201 …*$RE_NUMBER\s*\(\s*$RE_NUMBER\s*ms\s*\):\s*$RE_PROCESS_PID\s+.*\)\s+=\s+(:?\-?$RE_NUMBER|0x$RE_NUM…
202 # A line of perf-trace output
208 export RE_LINE_TRACE_ONE_PROC="^\s*$RE_NUMBER\s*\(\s*$RE_NUMBER\s*ms\s*\):\s*\w+\(.*\)\s+=\s+(?:\-?…
209 # A line of perf-trace output
215 …*)?\):\s*($RE_PROCESS_PID\s*)?\.\.\.\s*\[continued\]:\s+\w+\(\).*\s+=\s+(?:\-?$RE_NUMBER|0x$RE_NUM…
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
249 export RE_TASK="\s+[\w~\/ \.\+:#-]+(?:\[-1(?:\/\d+)?\]|\[\d+(?:\/\d+)?\])"
250 # A name of a task used for perf sched timehist -s
255 # xfsaild/dm-0[495]
256 # kworker/u8:1-ev[62714]
257 # :-1[-1/62756]
258 # :-1[-1]
259 # :-1[62756]
268 #! WARNING: 12323431 isn't a 'cpu_core', please use a CPU list in the 'cpu_core' range (0-15)