Lines Matching +full:pass +full:- +full:1
5 ----
6 tep_register_event_handler, tep_unregister_event_handler - Register /
10 --------
12 --
13 *#include <event-parse.h>*
20 … tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sys_name_, const char pass:[*]_event_name…
21 …truct tep_handle pass:[*]tep, int id, const char pass:[*]sys_name, const char pass:[*]event_name, …
23 …f int (*pass:[*]tep_event_handler_func*)(struct trace_seq pass:[*]s, struct tep_record pass:[*]rec…
24 --
27 -----------
51 as input parameter and also the _event_ - the handle to the record's event. The
55 ------------
63 successful or, -1 if the event was not found.
65 The _tep_event_handler_func_ should return -1 in case of an error,
69 -------
71 --
72 #include <event-parse.h>
73 #include <trace-seq.h>
82 if (tep_print_num_field(s, "0x%llx", event, "timer", record, 0) == -1)
83 tep_print_num_field(s, "0x%llx", event, "hrtimer", record, 1);
87 tep_print_num_field(s, "%llu", event, "now", record, 1);
96 ret = tep_register_event_handler(tep, -1, "timer", "hrtimer_expire_entry",
114 ret = tep_unregister_event_handler(tep, -1, "timer", "hrtimer_expire_entry",
119 --
122 -----
124 --
125 *event-parse.h*
127 *trace-seq.h*
131 *-ltraceevent*
133 --
136 --------
137 _libtraceevent(3)_, _trace-cmd(1)_
140 ------
142 --
145 --
147 --------------
148 Report bugs to <linux-trace-devel@vger.kernel.org>
151 -------
155 ---------