Lines Matching +full:poll +full:- +full:timeout +full:- +full:ms

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
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 …E_LINE_TRACE_FULL="^\s*$RE_NUMBER\s*\(\s*$RE_NUMBER\s*ms\s*\):\s*$RE_PROCESS_PID\s+.*\)\s+=\s+(:?\
202 # A line of perf-trace output
204 # 0.115 ( 0.005 ms): sleep/4102 open(filename: 0xd09e2ab2, flags: CLOEXEC …
205 # 0.157 ( 0.005 ms): sleep/4102 mmap(len: 3932736, prot: EXEC|READ, flags: PRIVATE|DENYWRITE, fd…
206 #! 0.115 ( 0.005 ms): sleep/4102 open(filename: 0xd09e2ab2, flags: CLOEXEC …
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
211 # 0.115 ( 0.005 ms): open(filename: 0xd09e2ab2, flags: CLOEXEC ) = 3
212 # 0.157 ( 0.005 ms): mmap(len: 3932736, prot: EXEC|READ, flags: PRIVATE|DENYWRITE, fd: 3 ) = 0…
213 #! 0.115 ( 0.005 ms): open(filename: 0xd09e2ab2, flags: CLOEXEC ) =
215 …$RE_NUMBER|\?)\s*\(\s*($RE_NUMBER\s*ms\s*)?\):\s*($RE_PROCESS_PID\s*)?\.\.\.\s*\[continued\]:\s+\w…
216 # A line of perf-trace output
218 # 0.000 ( 0.000 ms): ... [continued]: nanosleep()) = 0
219 # 0.000 ( 0.000 ms): ... [continued]: nanosleep()) = 0x00000000
220 … ): packagekitd/94838 ... [continued]: poll()) = …
221 #! 0.000 ( 0.000 ms): ... [continued]: nanosleep()) =
224 # A line of perf-trace output
227 # 613.727 ( ): gmain/1099 poll(ufds: 0x56248f6b64b0, nfds: 2, timeout_msecs: 3996) …
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]
265 # /bin/bash: line 1: 32 Segmentation fault timeout 15s
268 #! WARNING: 12323431 isn't a 'cpu_core', please use a CPU list in the 'cpu_core' range (0-15)