Lines Matching refs:functions
28 provides more details on each step and lists the library functions
125 # be retrieved using Python functions of the form common_*(context).
126 # See the perf-script-python Documentation for the list of available functions.
165 Following that are a couple generated functions, trace_begin() and
170 Following those are the 'event handler' functions generated one for
171 every event in the 'perf record' output. The handler functions take
177 The final couple of functions are, like the begin and end functions,
211 trace_unhandled() functions, which we won't be using. That leaves us
487 to every event as arguments but are available as library functions.
525 The rest of the script can contain handler functions and support
526 functions in any order.
528 Aside from the event handler functions discussed above, every script
529 can implement a set of optional functions:
559 built-in perf script Python modules and their associated functions.
564 The following sections describe the functions and variables available
565 via the various perf script Python modules. To use the functions and
572 These functions provide some essential functions to user scripts.
574 The *flag_str* and *symbol_str* functions provide human-readable
597 perf_trace_context defines a set of functions that can be used to
599 functions expects a context variable, which is the same as the
610 Various utility functions for use with perf script: