Lines Matching full: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
161 path append which every perf script script should include.
169 every event in the 'perf record' output. The handler functions take
176 generated for every script. The first, trace_unhandled(), is called
177 every time the script finds an event in the perf.data file that
206 Of course, for this script, we're not interested in printing every
234 store that information; every time the sys_enter() handler is called,
421 the event types in the trace file; it simply prints every available
483 to every event as arguments but are available as library functions.
499 The above provides the basics needed to directly access every field of
500 every event in a trace, which covers 90% of what you need to know to
506 Every perf script Python script should start by setting up a Python
524 Aside from the event handler functions discussed above, every script
595 context variable passed into every event handler as the second