Lines Matching +full:2020 +full:- +full:12 +full:- +full:10

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]"
31 # 15:12:27
41 # Wed Feb 12 10:46:26 2020
42 # Mon Mar 2 13:27:06 2020
43 #! St úno 12 10:57:21 CET 2020
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
74 # cpu/event=12,umask=34/
79 export RE_EVENT="[\w\-:_]+"
82 # cpu-cycles
95 # cpu/event=12,umask=34/pp
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
152 # # Started on Thu Sep 10 11:43:00 2015
162 # The first line of perf-record "OK" output
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
177 …RANT="^\[\s+perf\s+record:\s+Captured and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?pe…
178 # The second line of perf-record "OK" output, even no samples is OK here
188 …NAME="^\[\s+perf\s+record:\s+Captured and wrote $RE_NUMBER\s*MB\s+(?:[\w\+\.-]*(?:$RE_PATH)?\/)?pe…
189 # The second line of perf-record "OK" output
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)