summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorSha Zhengju <handai.szj@taobao.com>2013-09-12 15:13:50 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-12 15:38:02 -0700
commit68b4876d996e8749142b2895bc2e251448996363 (patch)
treebd21b2e160d48dc38b11869c1bef5d38100ddd98 /tools/perf/scripts/python/task-analyzer.py
parent1a36e59d4833de19120dc7482c61ef69e228c73c (diff)
downloadkernel-68b4876d996e8749142b2895bc2e251448996363.tar.gz
memcg: remove MEMCG_NR_FILE_MAPPED
While accounting memcg page stat, it's not worth to use MEMCG_NR_FILE_MAPPED as an extra layer of indirection because of the complexity and presumed performance overhead. We can use MEM_CGROUP_STAT_FILE_MAPPED directly. Signed-off-by: Sha Zhengju <handai.szj@taobao.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Acked-by: Michal Hocko <mhocko@suse.cz> Acked-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Greg Thelen <gthelen@google.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
ck_device name vsprintf helperDmitry Monakhov 2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro 2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher 2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro 2015-12-08don't put symlink bodies in pagecache into highmemAl Viro 2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher 2015-11-13squashfs: xattr simplificationsAndreas Gruenbacher 2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher 2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes 2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells 2014-11-27Squashfs: Add LZ4 compression configuration optionPhillip Lougher 2014-11-27Squashfs: add LZ4 compression supportPhillip Lougher 2014-08-06fs/squashfs/super.c: logging cleanupFabian Frederick 2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick 2014-06-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick 2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o