Lines Matching refs:pyrf_event
225 offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
230 offsetof(struct pyrf_event, sample) + offsetof(struct perf_sample, member), \
233 struct pyrf_event { struct
266 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
288 .tp_basicsize = sizeof(struct pyrf_event),
308 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
323 .tp_basicsize = sizeof(struct pyrf_event),
341 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
352 .tp_basicsize = sizeof(struct pyrf_event),
370 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
383 .tp_basicsize = sizeof(struct pyrf_event),
399 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
418 .tp_basicsize = sizeof(struct pyrf_event),
434 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
448 .tp_basicsize = sizeof(struct pyrf_event),
463 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
478 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
484 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field) in tracepoint_field()
525 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
550 pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name) in pyrf_sample_event__getattro()
565 .tp_basicsize = sizeof(struct pyrf_event),
583 static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent) in pyrf_context_switch_event__repr()
603 .tp_basicsize = sizeof(struct pyrf_event),
665 struct pyrf_event *pevent; in pyrf_event__new()
675 pevent = PyObject_New(struct pyrf_event, ptype); in pyrf_event__new()
1165 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu()