diff options
author | Vince Weaver <[email protected]> | 2013-11-15 12:39:45 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-11-19 16:57:44 +0100 |
commit | 0022cedd4a7d8a87841351e2b018bb6794cf2e67 (patch) | |
tree | d52f5e595e33ed3df04acf750f3f1efe45b40d89 /lib/test-string_helpers.c | |
parent | 06db0b21712f878b808480ef31097637013bbf0f (diff) |
perf/trace: Properly use u64 to hold event_id
The 64-bit attr.config value for perf trace events was being copied into
an "int" before doing a comparison, meaning the top 32 bits were
being truncated.
As far as I can tell this didn't cause any errors, but it did mean
it was possible to create valid aliases for all the tracepoint ids
which I don't think was intended. (For example, 0xffffffff00000018
and 0x18 both enable the same tracepoint).
Signed-off-by: Vince Weaver <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/alpine.DEB.2.10.1311151236100.11932@vincent-weaver-1.um.maine.edu
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions