aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHuang Shijie <[email protected]>2024-02-27 09:49:52 +0800
committerAndrew Morton <[email protected]>2024-03-04 17:01:27 -0800
commitd3246b6ee42a155ab57e936841028fff3d7d98b4 (patch)
tree16808a2e60754beaeff72b5a42558aa8b5f8ae80 /tools/perf/scripts/python/bin
parent8f8cd6c0a43ed637e620bbe45a8d0e0c2f4d5130 (diff)
crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
In memory_model.h, if CONFIG_SPARSEMEM_VMEMMAP is configed, kernel will use vmemmap to do the __pfn_to_page/page_to_pfn, and kernel will not use the "classic sparse" to do the __pfn_to_page/page_to_pfn. So export the vmemmap when CONFIG_SPARSEMEM_VMEMMAP is configed. This makes the user applications (crash, etc) get faster pfn_to_page/page_to_pfn operations too. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Huang Shijie <[email protected]> Acked-by: Baoquan He <[email protected]> Cc: Dave Young <[email protected]> Cc: Kazuhito Hagio <[email protected]> Cc: Lianbo Jiang <[email protected]> Cc: Vivek Goyal <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions