Symbol: pyrf_event
tools/perf/util/python.c
116
static PyObject *pyrf_task_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
131
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
149
static PyObject *pyrf_comm_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
160
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
1606
struct pyrf_event *pevent = (struct pyrf_event *)pyevent;
tools/perf/util/python.c
178
static PyObject *pyrf_throttle_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
192
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
208
static PyObject *pyrf_lost_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
227
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
243
static PyObject *pyrf_read_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
257
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
272
static void pyrf_sample_event__delete(struct pyrf_event *pevent)
tools/perf/util/python.c
278
static PyObject *pyrf_sample_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
293
static bool is_tracepoint(const struct pyrf_event *pevent)
tools/perf/util/python.c
299
tracepoint_field(const struct pyrf_event *pe, struct tep_format_field *field)
tools/perf/util/python.c
33
offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
tools/perf/util/python.c
340
get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name)
tools/perf/util/python.c
366
pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name)
tools/perf/util/python.c
38
offsetof(struct pyrf_event, sample) + offsetof(struct perf_sample, member), \
tools/perf/util/python.c
381
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
399
static PyObject *pyrf_context_switch_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
419
.tp_basicsize = sizeof(struct pyrf_event),
tools/perf/util/python.c
484
struct pyrf_event *pevent;
tools/perf/util/python.c
505
pevent = PyObject_New(struct pyrf_event, ptype);
tools/perf/util/python.c
74
static PyObject *pyrf_mmap_event__repr(const struct pyrf_event *pevent)
tools/perf/util/python.c
96
.tp_basicsize = sizeof(struct pyrf_event),