diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-25 00:05:35 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-02 11:11:52 +0900 |
commit | 64285dc5c41fc7a031695c2c286a2bfef9eaf2c6 (patch) | |
tree | e636514783b7d66c0a74cf523e8ea6cf3789b35d /tools/perf/scripts/python/mem-phys-addr.py | |
parent | ed332436f3ca8a130ee9fc49d0882af5fbc344ef (diff) |
kconfig: gconf: inline fill_row() into set_node()
The row[] array is used to prepare data passed to set_node(), but this
indirection is unnecessary. Squash fill_row() into set_node() and call
gtk_tree_store_set() directly.
Also, calling gdk_pixbuf_new_from_xpm_data() for every row is
inefficient. Call it once and store the resulting pixbuf in a global
variable.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions