Lines Matching refs:this
26 raw perf script stream. You can avoid reading the rest of this
33 scripts via 'perf script -l'. As such, this script also shows how to
80 directory, but this is over 600 syscalls, well beyond the number
91 For this script, we only need to know that a syscall was entered; we
173 each field in the event; in this case, there's only one event,
208 Of course, for this script, we're not interested in printing every
212 with this minimalistic skeleton:
257 exception. Well, there may be a better way to do this in Python but
344 A nice side effect of doing this is that you also then capture the
378 is in the libexec/perf-core/scripts/python directory - this is where
472 The handler function for this event would be defined as:
598 access this data in the context of the current event. Each of these