diff options
author | Steven Rostedt <[email protected]> | 2012-04-06 00:48:05 +0200 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2012-04-25 13:35:44 +0200 |
commit | 42c80139eaa0feebf961c9792fa9eef76a3ce663 (patch) | |
tree | 5a9bc31909782f2db9d1c5f4024db19f75c28dbe /tools/perf/scripts/python/futex-contention.py | |
parent | 2e7a5fc8d40be9654f589dad467515c1688ccf6b (diff) |
parse-event: Fix memset pointer size bug in handle
Fix memset(ptr, 0, sizeof(ptr)) to memset(ptr, 0, sizeof(*ptr))
Signed-off-by: Steven Rostedt <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Arun Sharma <[email protected]>
Cc: Namhyung Kim <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions