diff options
author | 2022-02-23 13:02:13 +0100 | |
---|---|---|
committer | 2022-04-05 08:43:05 -0700 | |
commit | 6ab9942c44b2d213a16b2620e4baf0223122222f (patch) | |
tree | 0ca6816cea5a0928994fa94ae4868df9b4f48b56 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | module: Prepare for handling several RB trees (diff) | |
download | linux-dev-6ab9942c44b2d213a16b2620e4baf0223122222f.tar.xz linux-dev-6ab9942c44b2d213a16b2620e4baf0223122222f.zip |
module: Introduce data_layout
In order to allow separation of data from text, add another layout,
called data_layout. For architectures requesting separation of text
and data, only text will go in core_layout and data will go in
data_layout.
For architectures which keep text and data together, make data_layout
an alias of core_layout, that way data_layout can be used for all
data manipulations, regardless of whether data is in core_layout or
data_layout.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions