Lines Matching defs:pevent
70 static PyObject *pyrf_mmap_event__repr(const struct pyrf_event *pevent) in pyrf_mmap_event__repr()
112 static PyObject *pyrf_task_event__repr(const struct pyrf_event *pevent) in pyrf_task_event__repr()
145 static PyObject *pyrf_comm_event__repr(const struct pyrf_event *pevent) in pyrf_comm_event__repr()
174 static PyObject *pyrf_throttle_event__repr(const struct pyrf_event *pevent) in pyrf_throttle_event__repr()
204 static PyObject *pyrf_lost_event__repr(const struct pyrf_event *pevent) in pyrf_lost_event__repr()
239 static PyObject *pyrf_read_event__repr(const struct pyrf_event *pevent) in pyrf_read_event__repr()
268 static void pyrf_sample_event__delete(struct pyrf_event *pevent) in pyrf_sample_event__delete()
274 static PyObject *pyrf_sample_event__repr(const struct pyrf_event *pevent) in pyrf_sample_event__repr()
289 static bool is_tracepoint(const struct pyrf_event *pevent) in is_tracepoint()
297 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
336 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
352 pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name) in pyrf_sample_event__getattro()
385 static PyObject *pyrf_context_switch_event__repr(const struct pyrf_event *pevent) in pyrf_context_switch_event__repr()
470 struct pyrf_event *pevent; in pyrf_event__new() local
1012 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu() local