summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2013-09-23 16:57:03 +0800
committerTejun Heo <tj@kernel.org>2013-09-23 21:44:16 -0400
commit2ff2a7d03bbe472ed44a8380dbdbea490d81c59d (patch)
tree28680445fe0241be32994619cbf9491de7debf46 /tools/perf/scripts/python/bin/stackcollapse-record
parentb862783594847a1087cd18c8aeac5727608c3c67 (diff)
downloadkernel-2ff2a7d03bbe472ed44a8380dbdbea490d81c59d.tar.gz
cgroup: kill css_id
The only user of css_id was memcg, and it has been convered to use cgroup->id, so kill css_id. Signed-off-by: Li Zefan <lizefan@huwei.com> Reviewed-by: Michal Hocko <mhocko@suse.cz> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
emove stale reuse_swap_page()David Hildenbrand 2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins 2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song 2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle) 2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle) 2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle) 2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle) 2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle) 2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle) 2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle) 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu 2021-10-18mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle) 2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle) 2021-10-18mm/swap: Add folio_mark_accessed()Matthew Wilcox (Oracle) 2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle) 2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle) 2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle) 2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin 2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan 2021-07-01mm: device exclusive memory accessAlistair Popple 2021-07-01mm: remove special swap entry functionsAlistair Popple 2021-07-01mm/swap: make swap_address_space an inline functionMel Gorman 2021-06-29mm: free idle swap cache page after COWHuang Ying 2021-06-29swap: fix do_swap_page() race with swapoffMiaohe Lin 2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin 2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle) 2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim