HomeSort by relevance Sort by last modified time
    Searched refs:pevlist (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
parse-no-sample-id-all.c 11 static int process_event(struct perf_evlist **pevlist, union perf_event *event)
16 if (perf_event__process_attr(NULL, event, pevlist)) {
26 if (!*pevlist)
29 if (perf_evlist__parse_sample(*pevlist, event, &sample)) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
tool.h 23 struct perf_evlist **pevlist);
python.c 694 static int pyrf_evlist__init(struct pyrf_evlist *pevlist,
706 perf_evlist__init(&pevlist->evlist, cpus, threads);
710 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist)
712 perf_evlist__exit(&pevlist->evlist);
713 pevlist->ob_type->tp_free((PyObject*)pevlist);
716 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist,
719 struct perf_evlist *evlist = &pevlist->evlist;
736 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist,
739 struct perf_evlist *evlist = &pevlist->evlist
905 struct pyrf_evlist *pevlist = (void *)obj; local
912 struct pyrf_evlist *pevlist = (void *)obj; local
    [all...]
header.h 136 struct perf_evlist **pevlist);
header.c     [all...]
session.c 214 struct perf_evlist **pevlist
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 72 struct perf_evlist **pevlist)
76 ret = perf_event__process_attr(tool, event, pevlist);

Completed in 545 milliseconds