aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <[email protected]>2016-06-07 15:47:03 +0300
committerKalle Valo <[email protected]>2016-06-14 14:51:43 +0300
commitdc73787b8b8a78acbbbb81f0d7eaf80aaf9c3ce1 (patch)
tree86c8e99455b67cbefd4bb82726ce286f8119e0a3 /tools/perf/scripts/python/event_analyzing_sample.py
parent6847f967339179b72eab690d46bc6e88ff847844 (diff)
ath10k: fix some of the macro definitions of HTT_RX_IND message
Only five bits are defined to pass tid information in HTT_RX_IND message, so the mask which can be used to extract tid should be 0x1f instead of the current 0x3f. Also, macros which can be used to extract flush_valid and release_valid bits have to be left shifted one bit less because these information follow the tid right after. This patch does not really fix anything functionally because these macros are not used currently. Signed-off-by: Vasanthakumar Thiagarajan <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions