• D
    mm, oom: replace some information in tasklist dump · de34d965
    David Rientjes 提交于
    The number of ptes and swap entries are used in the oom killer's badness
    heuristic, so they should be shown in the tasklist dump.
    
    This patch adds those fields and replaces cpu and oom_adj values that are
    currently emitted.  Cpu isn't interesting and oom_adj is deprecated and
    will be removed later this year, the same information is already displayed
    as oom_score_adj which is used internally.
    
    At the same time, make the documentation a little more clear to state this
    information is helpful to determine why the oom killer chose the task it
    did to kill.
    Signed-off-by: NDavid Rientjes <rientjes@google.com>
    Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
    Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    de34d965
oom_kill.c 22.0 KB