Lines Matching refs:pyrf_event
145 offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
150 offsetof(struct pyrf_event, sample) + offsetof(struct perf_sample, member), \
153 struct pyrf_event { struct
186 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
208 .tp_basicsize = sizeof(struct pyrf_event),
228 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
243 .tp_basicsize = sizeof(struct pyrf_event),
261 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
272 .tp_basicsize = sizeof(struct pyrf_event),
290 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
303 .tp_basicsize = sizeof(struct pyrf_event),
319 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
338 .tp_basicsize = sizeof(struct pyrf_event),
354 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
368 .tp_basicsize = sizeof(struct pyrf_event),
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()
403 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field) in tracepoint_field()
442 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
466 pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name) in pyrf_sample_event__getattro()
479 .tp_basicsize = sizeof(struct pyrf_event),
497 static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent) in pyrf_context_switch_event__repr()
517 .tp_basicsize = sizeof(struct pyrf_event),
579 struct pyrf_event *pevent; in pyrf_event__new()
589 pevent = PyObject_New(struct pyrf_event, ptype); in pyrf_event__new()
1079 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu()