diff options
author | Kairui Song <kasong@tencent.com> | 2023-10-16 19:31:03 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-10-25 16:47:10 -0700 |
commit | 1f4f7f0f8845dbac40289cc3d50b81314c5a12b8 (patch) | |
tree | 1a4a653ef6ce6f17390a0f103f41df3adf4723fc /mm/page_alloc.c | |
parent | 09aec5f9b2505c73a9380800f61ad920cc64a7cd (diff) | |
download | linux-1f4f7f0f8845dbac40289cc3d50b81314c5a12b8.tar.gz linux-1f4f7f0f8845dbac40289cc3d50b81314c5a12b8.tar.bz2 linux-1f4f7f0f8845dbac40289cc3d50b81314c5a12b8.zip |
mm/oom_killer: simplify OOM killer info dump helper
There is only one caller wants to dump the kill victim info, so just let
it call the standalone helper, no need to make the generic info dump
helper take an extra argument for that.
Result of bloat-o-meter:
./scripts/bloat-o-meter ./mm/oom_kill.old.o ./mm/oom_kill.o
add/remove: 0/0 grow/shrink: 1/2 up/down: 131/-142 (-11)
Function old new delta
oom_kill_process 412 543 +131
out_of_memory 1422 1418 -4
dump_header 562 424 -138
Total: Before=21514, After=21503, chg -0.05%
Link: https://lkml.kernel.org/r/20231016113103.86477-1-ryncsn@gmail.com
Signed-off-by: Kairui Song <kasong@tencent.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions