Lines Matching +full:timestamp +full:- +full:names
1 .. SPDX-License-Identifier: GPL-2.0
4 Eprobe - Event-based Probe Tracing
9 - Written for v6.17
24 -------------------------
28 -:[EGRP/][EEVENT] : Clear a probe
39 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
41 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
51 -----
65 ---------------------------
75 ---------
95 rest of the event has 60 bytes of information. It records the names of the
111 # entries-in-buffer/entries-written: 2721/2721 #P:8
113 # _-----=> irqs-off/BH-disabled
114 # / _----=> need-resched
115 # | / _---=> hardirq/softirq
116 # || / _--=> preempt-depth
117 # ||| / _-=> migrate-disable
119 # TASK-PID CPU# ||||| TIMESTAMP FUNCTION
121 sshd-session-1082 [004] d..4. 5041.239906: switch: (sched.sched_switch) prev=1082 next=0
122 bash-1085 [001] d..4. 5041.240198: switch: (sched.sched_switch) prev=1085 next=141
123 kworker/u34:5-141 [001] d..4. 5041.240259: switch: (sched.sched_switch) prev=141 next=1085
124 <idle>-0 [004] d..4. 5041.240354: switch: (sched.sched_switch) prev=0 next=1082
125 bash-1085 [001] d..4. 5041.240385: switch: (sched.sched_switch) prev=1085 next=141
126 kworker/u34:5-141 [001] d..4. 5041.240410: switch: (sched.sched_switch) prev=141 next=1085
127 bash-1085 [001] d..4. 5041.240478: switch: (sched.sched_switch) prev=1085 next=0
128 sshd-session-1082 [004] d..4. 5041.240526: switch: (sched.sched_switch) prev=1082 next=0
129 <idle>-0 [001] d..4. 5041.247524: switch: (sched.sched_switch) prev=0 next=90
130 <idle>-0 [002] d..4. 5041.247545: switch: (sched.sched_switch) prev=0 next=16
131 kworker/1:1-90 [001] d..4. 5041.247580: switch: (sched.sched_switch) prev=90 next=0
132 rcu_sched-16 [002] d..4. 5041.247591: switch: (sched.sched_switch) prev=16 next=0
133 <idle>-0 [002] d..4. 5041.257536: switch: (sched.sched_switch) prev=0 next=16
134 rcu_sched-16 [002] d..4. 5041.257573: switch: (sched.sched_switch) prev=16 next=0
140 ---------
162 …(%lx, %lx, %lx, %lx, %lx, %lx)", REC->id, REC->args[0], REC->args[1], REC->args[2], REC->args[3], …
191 # entries-in-buffer/entries-written: 4/4 #P:8
193 # _-----=> irqs-off/BH-disabled
194 # / _----=> need-resched
195 # | / _---=> hardirq/softirq
196 # || / _--=> preempt-depth
197 # ||| / _-=> migrate-disable
199 # TASK-PID CPU# ||||| TIMESTAMP FUNCTION
201 … cat-1298 [003] ...2. 2060.875970: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
202 … cat-1298 [003] ...2. 2060.876197: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
203 … cat-1298 [003] ...2. 2060.879126: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
204 … cat-1298 [003] ...2. 2060.879639: openat: (raw_syscalls.sys_enter) nr=0x101 filename=(fault)
219 # echo '-:openat' >> dynamic_events
242 # entries-in-buffer/entries-written: 4/4 #P:8
244 # _-----=> irqs-off/BH-disabled
245 # / _----=> need-resched
246 # | / _---=> hardirq/softirq
247 # || / _--=> preempt-depth
248 # ||| / _-=> migrate-disable
250 # TASK-PID CPU# ||||| TIMESTAMP FUNCTION
252 … cat-1331 [001] ...5. 2944.787977: openat: (synthetic.filename) filename="/etc/ld.so.cache"
253 …cat-1331 [001] ...5. 2944.788480: openat: (synthetic.filename) filename="/lib/x86_64-linux-gnu…
254 …cat-1331 [001] ...5. 2944.793426: openat: (synthetic.filename) filename="/usr/lib/locale/local…
255 cat-1331 [001] ...5. 2944.831362: openat: (synthetic.filename) filename="trace"
258 ---------