Lines Matching refs:_
26 …:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..._);
36 The _tep_register_print_function()_ registers such helper function. The _tep_
40 of the helper function, as seen in the print format arguments. The _..._ is a
44 The _tep_unregister_print_function()_ unregisters a helper function, previously
45 registered with _tep_register_print_function()_. The _tep_ argument is the
56 The _tep_register_print_function()_ function returns 0 in case of success.
59 The _tep_unregister_print_function()_ returns 0 in case of success, or -1 in
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()_:
136 _libtraceevent(3)_, _trace-cmd(1)_