aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorKemeng Shi <[email protected]>2023-07-18 22:58:10 +0800
committerAndrew Morton <[email protected]>2023-08-21 13:37:27 -0700
commitc0a5d93a885b42c22085ad0f39233795f4a578e0 (patch)
treeb219fe154ec13788bb41b036eeaee891d6295b03 /tools/perf/scripts/python/export-to-sqlite.py
parentca54f6d89d60abf3e7dea68c95dfd442eeece212 (diff)
mm/page_ext: add common function to get client data from page_ext
Patch series "add page_ext_data to get client data in page_ext". Current clients get data from page_ext by adding offset which is auto generated in page_ext core and exposes the data layout design inside page_ext core. This series adds a page_ext_data() to hide this from clients. Benefits include: 1. Future clients can call page_ext_data directly instead of defining a new function like get_page_owner to get the data. 2. There is no change to clients if the layout of page_ext data changes. This patch (of 3): Add common page_ext_data function to get client data. This could hide offset which is auto generated in page_ext core and expose the desgin of page_ext data layout. Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kemeng Shi <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Acked-by: Mike Rapoport (IBM) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions