Lines Matching +full:70 +full:a
17 is also works only on the tracepoint entry. User can trace a part of
38 with a digit character, "_TRACEPOINT" is used.
47 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
66 return value type, it might be passed via a pair of registers. But this only
68 (\*4) this is useful for fetching a field of data structures.
77 trace the difference of structure fields (for debugging a function whether it
94 example, the ``count`` is unsigned long, and the ``pos`` is a pointer. Thus,
124 You can access the data fields of a data structure using allow operator ``->``
136 int a;
141 To access ``a`` and ``b``, use ``foo->a`` and ``foo->b`` in this case.
150 support, you don't need a memory dereference operator (``+0(PTR)``) for
151 accessing the string pointed by a ``PTR``. It automatically adds the memory
158 ``$retval->name`` is a char pointer in the data structure. But in both
177 …sh-70 [000] ...1. 335.883195: vfs_read__entry: (vfs_read+0x4/0x340) file=0xffff888005cf9a80…
178 … sh-70 [000] ..... 335.883208: vfs_read__exit: (ksys_read+0x75/0x100 <- vfs_read) arg1=1
179 …sh-70 [000] ...1. 335.883220: vfs_read__entry: (vfs_read+0x4/0x340) file=0xffff888005cf9a80…
180 … sh-70 [000] ..... 335.883224: vfs_read__exit: (ksys_read+0x75/0x100 <- vfs_read) arg1=1
181 …sh-70 [000] ...1. 335.883232: vfs_read__entry: (vfs_read+0x4/0x340) file=0xffff888005cf9a80…
182 … sh-70 [000] ..... 335.883237: vfs_read__exit: (ksys_read+0x75/0x100 <- vfs_read) arg1=1
183 …sh-70 [000] ...1. 336.050329: vfs_read__entry: (vfs_read+0x4/0x340) file=0xffff888005cf9a80…
184 … sh-70 [000] ..... 336.050343: vfs_read__exit: (ksys_read+0x75/0x100 <- vfs_read) arg1=1
199 …sh-70 [000] d..2. 3912.083993: sched_switch: prev_comm=sh prev_pid=70 prev_prio=120 prev_sta…
200 …sh-70 [000] d..3. 3912.083995: sched_switch: (__probestub_sched_switch+0x4/0x10) preempt=0 p…
221 …sh-70 [000] d..3. 5606.686577: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="rcu_p…
223 …sh-70 [000] d..3. 5606.686637: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="swapp…