diff options
author | Suzuki K Poulose <[email protected]> | 2021-02-24 09:48:32 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-03-02 09:47:41 -0300 |
commit | 8c559e8d68630d64d932bada633705f6551427df (patch) | |
tree | 8669a66e8f9b703343dd65b08a39bb5766f75d01 /tools/perf/scripts/python/sctop.py | |
parent | 2bb4ccbd95d7fbf58540c8d3d55cbabc8fb95e28 (diff) |
perf cs-etm: Fix bitmap for option
When set option with macros ETM_OPT_CTXTID and ETM_OPT_TS, it wrongly
takes these two values (14 and 28 prespectively) as bit masks, but
actually both are the offset for bits. But this doesn't lead to further
failure due to the AND logic operation will be always true for
ETM_OPT_CTXTID / ETM_OPT_TS.
This patch uses the BIT() macro for option bits, thus it can request the
correct bitmaps for "contextid" and "timestamp" when calling
cs_etm_set_option().
Signed-off-by: Suzuki K Poulose <[email protected]>
Reviewed-by: Mathieu Poirier <[email protected]>
Reviewed-by: Mike Leach <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
[Extract the change as a separate patch for easier review]
Signed-off-by: Leo Yan <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions