Home
last modified time | relevance | path

Searched refs:pevsel (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dpython.c385 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument
484 perf_evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()
488 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete() argument
490 perf_evsel__exit(&pevsel->evsel); in pyrf_evsel__delete()
491 pevsel->ob_type->tp_free((PyObject*)pevsel); in pyrf_evsel__delete()
494 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open() argument
497 struct perf_evsel *evsel = &pevsel->evsel; in pyrf_evsel__open()
657 PyObject *pevsel; in pyrf_evlist__add() local
660 if (!PyArg_ParseTuple(args, "O", &pevsel)) in pyrf_evlist__add()
663 Py_INCREF(pevsel); in pyrf_evlist__add()
[all …]