diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-05-20 18:10:04 +0200 |
---|---|---|
committer | Randy Dunlap <randy.dunlap@oracle.com> | 2011-05-20 18:10:04 +0200 |
commit | 2f3e4af471e38e0658e701973238ae4b5e50fcd6 (patch) | |
tree | fbfc99c0d975e38ff80f4ff3239a9fc0567b8a4d /tools/perf/util/python.c | |
parent | Correct occurrences of (diff) | |
parent | Create Documentation/security/, (diff) | |
download | linux-2f3e4af471e38e0658e701973238ae4b5e50fcd6.tar.xz linux-2f3e4af471e38e0658e701973238ae4b5e50fcd6.zip |
Merge branch 'docs-security' into docs-move
Diffstat (limited to 'tools/perf/util/python.c')
-rw-r--r-- | tools/perf/util/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c index f5e38451fdc5..99c722672f84 100644 --- a/tools/perf/util/python.c +++ b/tools/perf/util/python.c @@ -680,7 +680,7 @@ static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, &cpu, &sample_id_all)) return NULL; - event = perf_evlist__read_on_cpu(evlist, cpu); + event = perf_evlist__mmap_read(evlist, cpu); if (event != NULL) { struct perf_evsel *first; PyObject *pyevent = pyrf_event__new(event); |