Home
last modified time | relevance | path

Searched defs:pevent (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Converters/XML/DocBook/peardoc2/
H A DTokenizer.php180 function normalHandler($word, $pevent)
199 function commentHandler($word, $pevent)
216 function parsePiHandler($word, $pevent)
241 function parseXMLHandler($word, $pevent)
270 function tagHandler($word, $pevent)
313 function defHandler($word, $pevent)
330 function attrHandler($word, $pevent)
350 function stringHandler($word, $pevent)
361 function entityHandler($word, $pevent)
513 function checkEventPush($word,$pevent)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event-read.c81 static unsigned int read4(struct tep_handle *pevent) in read4()
90 static unsigned long long read8(struct tep_handle *pevent) in read8()
143 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
166 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
193 static int read_header_files(struct tep_handle *pevent) in read_header_files()
244 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
269 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
293 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
311 static int read_event_files(struct tep_handle *pevent) in read_event_files()
342 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
H A Dtrace-event.c30 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
43 struct tep_handle *pevent; in trace_event__init2() local
78 struct tep_handle *pevent = tevent.pevent; in tp_format() local
H A Dtrace-event-parse.c18 struct tep_handle *pevent = context->pevent; in get_common_field() local
123 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
149 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
170 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
H A Dpython.c186 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
228 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
261 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
319 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
354 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
383 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
397 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
405 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
442 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
579 struct pyrf_event *pevent; in pyrf_event__new() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event-read.c81 static unsigned int read4(struct tep_handle *pevent) in read4()
90 static unsigned long long read8(struct tep_handle *pevent) in read8()
143 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
166 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
193 static int read_header_files(struct tep_handle *pevent) in read_header_files()
244 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
269 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
293 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
311 static int read_event_files(struct tep_handle *pevent) in read_event_files()
342 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
H A Dtrace-event.c30 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
43 struct tep_handle *pevent; in trace_event__init2() local
78 struct tep_handle *pevent = tevent.pevent; in tp_format() local
H A Dtrace-event-parse.c18 struct tep_handle *pevent = context->pevent; in get_common_field() local
123 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
149 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
170 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
H A Dpython.c186 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
228 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
261 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
319 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
354 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
383 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
397 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
405 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
442 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
579 struct pyrf_event *pevent; in pyrf_event__new() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event-read.c81 static unsigned int read4(struct tep_handle *pevent) in read4()
90 static unsigned long long read8(struct tep_handle *pevent) in read8()
143 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
166 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
193 static int read_header_files(struct tep_handle *pevent) in read_header_files()
244 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
269 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
293 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
311 static int read_event_files(struct tep_handle *pevent) in read_event_files()
342 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
H A Dtrace-event.c30 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
43 struct tep_handle *pevent; in trace_event__init2() local
78 struct tep_handle *pevent = tevent.pevent; in tp_format() local
H A Dtrace-event-parse.c18 struct tep_handle *pevent = context->pevent; in get_common_field() local
123 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
149 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
170 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc133 Certification_handler::handle_event(Pipeline_event *pevent, Continuation *cont) in handle_event()
153 Certification_handler::set_transaction_context(Pipeline_event *pevent) in set_transaction_context()
178 Certification_handler::get_transaction_context(Pipeline_event *pevent, in get_transaction_context()
242 Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
258 Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
480 Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
580 store_view_event_for_delayed_logging(Pipeline_event *pevent, in store_view_event_for_delayed_logging()
675 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc133 Certification_handler::handle_event(Pipeline_event *pevent, Continuation *cont) in handle_event()
153 Certification_handler::set_transaction_context(Pipeline_event *pevent) in set_transaction_context()
178 Certification_handler::get_transaction_context(Pipeline_event *pevent, in get_transaction_context()
242 Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
258 Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
480 Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
580 store_view_event_for_delayed_logging(Pipeline_event *pevent, in store_view_event_for_delayed_logging()
675 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc133 Certification_handler::handle_event(Pipeline_event *pevent, Continuation *cont) in handle_event()
153 Certification_handler::set_transaction_context(Pipeline_event *pevent) in set_transaction_context()
178 Certification_handler::get_transaction_context(Pipeline_event *pevent, in get_transaction_context()
242 Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
258 Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
480 Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
580 store_view_event_for_delayed_logging(Pipeline_event *pevent, in store_view_event_for_delayed_logging()
675 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc133 Certification_handler::handle_event(Pipeline_event *pevent, Continuation *cont) in handle_event()
153 Certification_handler::set_transaction_context(Pipeline_event *pevent) in set_transaction_context()
178 Certification_handler::get_transaction_context(Pipeline_event *pevent, in get_transaction_context()
242 Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
258 Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
480 Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
580 store_view_event_for_delayed_logging(Pipeline_event *pevent, in store_view_event_for_delayed_logging()
675 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc133 Certification_handler::handle_event(Pipeline_event *pevent, Continuation *cont) in handle_event()
153 Certification_handler::set_transaction_context(Pipeline_event *pevent) in set_transaction_context()
178 Certification_handler::get_transaction_context(Pipeline_event *pevent, in get_transaction_context()
242 Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
258 Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
480 Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
580 store_view_event_for_delayed_logging(Pipeline_event *pevent, in store_view_event_for_delayed_logging()
675 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc133 Certification_handler::handle_event(Pipeline_event *pevent, Continuation *cont) in handle_event()
153 Certification_handler::set_transaction_context(Pipeline_event *pevent) in set_transaction_context()
178 Certification_handler::get_transaction_context(Pipeline_event *pevent, in get_transaction_context()
242 Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
258 Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
480 Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
580 store_view_event_for_delayed_logging(Pipeline_event *pevent, in store_view_event_for_delayed_logging()
675 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/widget/
H A DframeTeam.cpp75 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in addTeam() local
87 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in removeTeam() local
100 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in resetTeams() local
173 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in resizeEvent() local
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/widget/
H A DframeTeam.cpp75 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in addTeam() local
87 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in removeTeam() local
100 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in resetTeams() local
173 QResizeEvent* pevent=new QResizeEvent(parentWidget()->size(), parentWidget()->size()); in resizeEvent() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/handlers/
H A Dcertification_handler.cc117 int Certification_handler::handle_event(Pipeline_event *pevent, in handle_event()
135 int Certification_handler::set_transaction_context(Pipeline_event *pevent) { in set_transaction_context()
156 Pipeline_event *pevent, Transaction_context_log_event **tcle) { in get_transaction_context()
205 int Certification_handler::handle_transaction_context(Pipeline_event *pevent, in handle_transaction_context()
219 int Certification_handler::handle_transaction_id(Pipeline_event *pevent, in handle_transaction_id()
479 int Certification_handler::extract_certification_info(Pipeline_event *pevent, in extract_certification_info()
564 Pipeline_event *pevent, std::string &local_gtid_certified_string, in store_view_event_for_delayed_logging()
640 int Certification_handler::inject_transactional_events(Pipeline_event *pevent, in inject_transactional_events()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Dtablet_pad.c107 struct libinput_event_tablet_pad *pevent = in handle_tablet_pad_button() local
136 struct libinput_event_tablet_pad *pevent = in handle_tablet_pad_ring() local
164 struct libinput_event_tablet_pad *pevent = in handle_tablet_pad_strip() local
H A Dpointer.c31 struct libinput_event_pointer *pevent = in handle_pointer_motion() local
53 struct libinput_event_pointer *pevent = in handle_pointer_motion_abs() local
73 struct libinput_event_pointer *pevent = in handle_pointer_button() local
100 struct libinput_event_pointer *pevent = in handle_pointer_axis() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_libpri/
H A Dftmod_libpri.c1404 static int on_hangup(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_hangup()
1508 static int on_answer(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_answer()
1550 static int on_proceeding(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_proceeding()
1594 static int on_progress(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_progress()
1640 static int on_ringing(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_ringing()
1798 static int on_ring(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_ring()
2181 static int on_restart(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_restart()
2405 static int on_facility(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_facility()
2462 static int on_dchan_up(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_dchan_up()
2563 static int on_anything(lpwrap_pri_t *spri, lpwrap_pri_event_t event_type, pri_event *pevent) in on_anything()
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dwait.c89 netwib_bool *pevent) in netwib_priv_wait_event_io()
125 netwib_bool *pevent) in netwib_priv_wait_event_thread()
163 netwib_bool *pevent) in netwib_priv_wait_event_thread_cond()
195 netwib_bool *pevent) in netwib_wait_wait1()
216 netwib_bool *pevent, in netwib_priv_wait_wait5()

1234567891011