aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-05-22 07:39:51 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2024-07-01 11:51:16 +0200
commit94beaa25c78e67787d72b9cf5765fdc5216b226e (patch)
tree91f6d055ce0e6628854c93fb574e6482b1df7291 /tools/perf/scripts/python/stackcollapse.py
parentmtd: rawnand: meson: read/write access for boot ROM pages (diff)
downloadlinux-94beaa25c78e67787d72b9cf5765fdc5216b226e.tar.gz
linux-94beaa25c78e67787d72b9cf5765fdc5216b226e.zip
mtd: rawnand: mxc: separate page read from ecc calc
Our read_page hook currently reads out a page and also counts and returns the number of bitflips. In upcoming exec_op conversion we'll need to read the page data in exec_op, but the bitflip information will be needed in mxc_nand_read_page(). To ease exec_op conversion separate the page read out from the bitflip evaluation. For the v2/v3 controllers we can leave the bitflip information in the status register for later evaluation. For the v1 controller this is not possible, because the status register is overwritten with each subpage read. We therefore store the bitflip information in the private data. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20240522-mtd-nand-mxc-nand-exec-op-v4-1-75b611e0ac44@pengutronix.de
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
mp;follow=1'>nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski3-3/+50 2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski2-0/+3 2018-11-19nfp: abm: add GRED offloadJakub Kicinski3-10/+158 2018-11-19nfp: abm: wrap RED parameters in bandsJakub Kicinski2-40/+74 2018-11-19net: sched: gred: support reporting stats from offloadsJakub Kicinski2-0/+55 2018-11-19net: sched: gred: add basic Qdisc offloadJakub Kicinski3-0/+84 2018-11-19nfp: abm: add up bands for sto/non-sto statsJakub Kicinski1-12/+24 2018-11-19nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski2-3/+46 2018-11-19nfp: abm: size threshold table to account for bandsJakub Kicinski1-2/+2 2018-11-19nfp: abm: pass band parameter to functionsJakub Kicinski3-43/+49 2018-11-19nfp: abm: map per-band symbolsJakub Kicinski2-13/+54 2018-11-19net: hns3: add common validation in hclge_dcbYunsheng Lin3-35/+53