Lines Matching refs:every
74 every time a system call occurs in the system. Our script will do
79 - we could enable every event under the tracing/events/syscalls
102 The options basically say to collect data for every syscall event
163 path append which every perf script script should include.
171 every event in the 'perf record' output. The handler functions take
178 generated for every script. The first, trace_unhandled(), is called
179 every time the script finds an event in the perf.data file that
208 Of course, for this script, we're not interested in printing every
236 store that information; every time the sys_enter() handler is called,
425 the event types in the trace file; it simply prints every available
487 to every event as arguments but are available as library functions.
503 The above provides the basics needed to directly access every field of
504 every event in a trace, which covers 90% of what you need to know to
528 Aside from the event handler functions discussed above, every script
600 context variable passed into every event handler as the second