Lines Matching refs:pyrf_event

118 	  offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
123 offsetof(struct pyrf_event, sample) + offsetof(struct perf_sample, member), \
126 struct pyrf_event {
159 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent)
181 .tp_basicsize = sizeof(struct pyrf_event),
201 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent)
216 .tp_basicsize = sizeof(struct pyrf_event),
234 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent)
245 .tp_basicsize = sizeof(struct pyrf_event),
263 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent)
276 .tp_basicsize = sizeof(struct pyrf_event),
292 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent)
311 .tp_basicsize = sizeof(struct pyrf_event),
327 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent)
341 .tp_basicsize = sizeof(struct pyrf_event),
356 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent)
370 static bool is_tracepoint(struct pyrf_event *pevent)
376 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field)
415 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name)
439 pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name)
452 .tp_basicsize = sizeof(struct pyrf_event),
470 static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent)
490 .tp_basicsize = sizeof(struct pyrf_event),
552 struct pyrf_event *pevent;
562 pevent = PyObject_New(struct pyrf_event, ptype);
1052 struct pyrf_event *pevent = (struct pyrf_event *)pyevent;