summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorYunlong Song <yunlong.song@huawei.com>2017-09-04 11:10:18 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2017-09-05 10:52:28 -0700
commit2afce76a1151fe2f1104962c327d8f85047045e6 (patch)
treecff8789a4101b56806bb0cccc4a22a72429a4a5d /tools/perf/scripts/python/export-to-postgresql.py
parentf62fc9f97602d5f52fd574db80d95d71869bfe21 (diff)
downloadkernel-2afce76a1151fe2f1104962c327d8f85047045e6.tar.gz
Revert "f2fs: add a new function get_ssr_cost"
This reverts commit b7b7c4cf1c9ef0272a65f1480457cbfdadcda19d. se->ckpt_valid_blocks will never be smaller than se->valid_blocks, so just remove get_ssr_cost. Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
kernel/commit/drivers/usb/host/xhci-mtk-sch.c?id=451d3912586aad3f71f1c97780a1c21e3de98413'>usb: xhci-mtk: update fs bus bandwidth by bw_budget_tableChunfeng Yun 2021-08-26usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun 2021-08-26Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"Chunfeng Yun 2021-08-26Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"Chunfeng Yun 2021-08-05usb: xhci-mtk: relax TT periodic bandwidth allocationIkjoon Jang 2021-08-05usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointIkjoon Jang 2021-06-24usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun 2021-05-10usb: xhci-mtk: use first-fit for LS/FSChunfeng Yun 2021-05-10usb: xhci-mtk: remove unnecessary assignments in periodic TT schedulerIkjoon Jang 2021-04-02usb: xhci-mtk: fix oops when unbind driverChunfeng Yun 2021-04-02usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun 2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun 2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun 2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun 2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun 2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun 2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun 2021-03-10usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun 2021-03-10usb: xhci-mtk: add a function to get bandwidth boundaryChunfeng Yun 2021-03-10usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun 2021-03-10usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun 2021-03-10usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun 2021-03-10usb: xhci-mtk: get the microframe boundary for ESITChunfeng Yun 2021-03-10usb: xhci-mtk: improve bandwidth scheduling with TTChunfeng Yun 2021-03-10usb: xhci-mtk: remove or operator for setting schedule parametersChunfeng Yun 2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun 2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun 2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang