Lines Matching refs:pyrf_event

215 	  offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
220 offsetof(struct pyrf_event, sample) + offsetof(struct perf_sample, member), \
223 struct pyrf_event {
256 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent)
278 .tp_basicsize = sizeof(struct pyrf_event),
298 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent)
313 .tp_basicsize = sizeof(struct pyrf_event),
331 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent)
342 .tp_basicsize = sizeof(struct pyrf_event),
360 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent)
373 .tp_basicsize = sizeof(struct pyrf_event),
389 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent)
408 .tp_basicsize = sizeof(struct pyrf_event),
424 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent)
438 .tp_basicsize = sizeof(struct pyrf_event),
453 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent)
468 static bool is_tracepoint(struct pyrf_event *pevent)
474 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field)
515 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name)
540 pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name)
555 .tp_basicsize = sizeof(struct pyrf_event),
573 static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent)
593 .tp_basicsize = sizeof(struct pyrf_event),
655 struct pyrf_event *pevent;
665 pevent = PyObject_New(struct pyrf_event, ptype);
1155 struct pyrf_event *pevent = (struct pyrf_event *)pyevent;