aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAlexander Shishkin <[email protected]>2019-07-05 17:14:23 +0300
committerGreg Kroah-Hartman <[email protected]>2019-07-25 13:03:19 +0200
commit57b69a1f66486d632e188fb167950fb4bdf84221 (patch)
tree1fce562bf4ef76384ea9978bdb0d9f67a6248625 /tools/perf/scripts/python/export-to-sqlite.py
parentf220df66f67684246ae1bf4a4e479efc7c2f325a (diff)
intel_th: msu: Get rid of the window size limit
Currently, the window size is limited to the maximum number of sg entries in one table. This is because the code addresses individual blocks within the window by their numeric index. In reality, though, the blocks most often are iterated through sequentially. By rewriting the logic to use sg pointers instead of block indices we loose the necessity to dereference them directly and gain the ability to use multiple chained tables if necessary. Get rid of the limitation by replacing index-based block accesses with sequential block accesses. Signed-off-by: Alexander Shishkin <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions