summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2013-03-21 12:53:19 +0900
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-03-27 09:16:18 +0900
commitfa37241743ac26ba0ac6f54579158c2fae310a5c (patch)
tree3d1fed6b28e7e3f085b5f72e5ad2a706d5a7712b /tools/perf/scripts/python/export-to-sqlite.py
parent0ff153a2f1fa7ef31d6d9bc9ce6c3815dede55e6 (diff)
downloadkernel-fa37241743ac26ba0ac6f54579158c2fae310a5c.tar.gz
f2fs: remain nat cache entries for further free nid allocation
In the checkpoint flow, the f2fs investigates the total nat cache entries. Previously, if an entry has NULL_ADDR, f2fs drops the entry and adds the obsolete nid to the free nid list. However, this free nid will be reused sooner, resulting in its nat entry miss. In order to avoid this, we don't need to drop the nat cache entry at this moment. Reviewed-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
>libperf: Add tests for perf_evlist__set_leader()Jiri Olsa 2021-07-07libperf: Change tests to single static and shared binariesJiri Olsa 2021-04-20libperf: Add support for user space counter accessRob Herring 2021-04-15libperf tests: Add support for verbose printingRob Herring 2021-01-15libperf tests: Fail when failing to get a tracepoint idIan Rogers 2021-01-15libperf tests: If a test fails return non-zeroIan Rogers 2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers 2020-01-06libperf: Move to tools/lib/perfJiri Olsa