commit | 4b012cdc3d8cf7b29ad5bd7b9029fb07a4ecacfd | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Tue Apr 30 20:44:46 2019 +0000 |
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | Fri May 03 09:35:28 2019 -0600 |
tree | 70691068f013beb463a385315dbea1cd24e89968 | |
parent | 527c29fbd89f69c186d29280cae5279f5d1a494e [diff] |
perf tools: Properly set the value of 'old' in snapshot mode In snapshot mode the value of the 'old' pointer needs to be adjusted when 'head' has wrapped around in order to get the latest information in the buffer and be compatible with the generic AUX ring buffer mechanic. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>