Symbol: pyrf_evlist
tools/perf/util/python.c
1275
static int pyrf_evlist__init(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1291
static void pyrf_evlist__delete(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1297
static PyObject *pyrf_evlist__all_cpus(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1307
static PyObject *pyrf_evlist__metrics(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1407
static PyObject *pyrf_evlist__compute_metric(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1479
static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1499
static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1518
static PyObject *pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1547
static PyObject *pyrf_evlist__add(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1580
static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1637
static PyObject *pyrf_evlist__open(struct pyrf_evlist *pevlist,
tools/perf/util/python.c
1651
static PyObject *pyrf_evlist__close(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1661
static PyObject *pyrf_evlist__config(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1686
static PyObject *pyrf_evlist__disable(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1693
static PyObject *pyrf_evlist__enable(struct pyrf_evlist *pevlist)
tools/perf/util/python.c
1784
struct pyrf_evlist *pevlist = (void *)obj;
tools/perf/util/python.c
1791
struct pyrf_evlist *pevlist = (void *)obj;
tools/perf/util/python.c
1809
struct pyrf_evlist *pevlist = (void *)self;
tools/perf/util/python.c
1841
.tp_basicsize = sizeof(struct pyrf_evlist),
tools/perf/util/python.c
2001
struct pyrf_evlist *pevlist = PyObject_New(struct pyrf_evlist, &pyrf_evlist__type);