Lines Matching refs:to
33 This allows a plugin to dynamically create a way to process one of
38 to the helper function. The _ret_type_ argument is the return type of the
50 the trace sequence, it can be used to create a custom string.
74 Notice the call to function _yesno()_ in the print arguments. In the kernel
86 The user space event parser has no idea how to handle this _yesno()_ function.
87 The _tep_register_print_function()_ API can be used to register a user space
88 helper function, mapped to the kernel's _yesno()_:
107 /* Failed to register yes_no_helper function */
112 how to handle it.
116 /* Failed to unregister yes_no_helper function */
125 Header file to include in order to have access to the library APIs.
127 Header file to include in order to have access to trace sequences
128 related APIs. Trace sequences are used to allow a function to call
129 several other functions to create a string of data to use.
131 Linker switch to add when building a program that uses the library.
147 Report bugs to <linux-trace-devel@vger.kernel.org>