commit | f1bd34d5c7421ad53a87a47020c3f535bb482fb8 | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Tue Dec 10 11:41:32 2019 -0800 |
committer | Vishal Verma <vishal.l.verma@intel.com> | Mon Mar 02 15:45:21 2020 -0700 |
tree | 02b74a9277f4df7a2e1efda524f754faff27fb77 | |
parent | 2b597bc4539a77d085c5690832b3f977b0b669b4 [diff] |
mm: provide some help to branch perdiction on get_mem_cgroup_from_mm This patch is to help diagnose whether some excessive time spent in get_mem_cgroup_from_mm is due to branch mispredict. Signed-off-by: Dan Williams <dan.j.williams@intel.com>