diff options
| author | Ingo Molnar <[email protected]> | 2013-11-06 06:50:21 +0100 | 
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2013-11-06 06:50:21 +0100 | 
| commit | 164777530b8853d92b52956312078190e2c5eeb1 (patch) | |
| tree | 88fa0de7577b106837f041d00dce12a1fa6d2ac6 /tools/perf/util/python.c | |
| parent | 09dc68d958c67c76cf672ec78b7391af453010f8 (diff) | |
| parent | 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff) | |
Merge tag 'v3.12' into x86/cpu, to refresh the branch before queueing up more changes
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/python.c')
| -rw-r--r-- | tools/perf/util/python.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c index 71b5412bbbb9..2ac4bc92bb1f 100644 --- a/tools/perf/util/python.c +++ b/tools/perf/util/python.c @@ -822,6 +822,8 @@ static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist,  		PyObject *pyevent = pyrf_event__new(event);  		struct pyrf_event *pevent = (struct pyrf_event *)pyevent; +		perf_evlist__mmap_consume(evlist, cpu); +  		if (pyevent == NULL)  			return PyErr_NoMemory();  |