diff options
author | Peter Zijlstra <[email protected]> | 2014-05-15 20:23:48 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2014-05-19 21:44:55 +0900 |
commit | 0819b2e30ccb93edf04876237b6205eef84ec8d2 (patch) | |
tree | 24d327b78578595da4c822b62a581e557a6d3ee0 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | a45e903842226071d231924a5bff09d7535109dc (diff) |
perf: Limit perf_event_attr::sample_period to 63 bits
Vince reported that using a large sample_period (one with bit 63 set)
results in wreckage since while the sample_period is fundamentally
unsigned (negative periods don't make sense) the way we implement
things very much rely on signed logic.
So limit sample_period to 63 bits to avoid tripping over this.
Reported-by: Vince Weaver <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions