diff options
| author | Stephane Eranian <[email protected]> | 2010-05-17 12:46:01 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2010-05-18 18:35:47 +0200 |
| commit | 00d1d0b095ba4e5c0958cb228b2a9c445d4a339d (patch) | |
| tree | 68e96107d3297f97c232dac4a5548a8abb9bf42f /include/linux/debugobjects.h | |
| parent | 4f41c013f553957765902fb01475972f0af3e8e7 (diff) | |
perf: Fix errors path in perf_output_begin()
In case the sampling buffer has no "payload" pages,
nr_pages is 0. The problem is that the error path in
perf_output_begin() skips to a label which assumes
perf_output_lock() has been issued which is not the
case. That triggers a WARN_ON() in
perf_output_unlock().
This patch fixes the problem by skipping
perf_output_unlock() in case data->nr_pages is 0.
Signed-off-by: Stephane Eranian <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions