summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
15892c87533b13923306acc6243f93'>cgroup: Make operations on the cgroup root_list RCU safeYafang Shao 2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham 2023-10-12cgroup: Fix incorrect css_set_rwsem reference in commentWaiman Long 2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia 2023-07-13sched: add throttled time stat for throttled childrenJosh Don 2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski 2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song 2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou 2022-09-06cgroup: Remove CFTYPE_PRESSURETejun Heo 2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo 2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo 2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo 2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don 2022-06-16cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo 2022-06-07psi: dont alloc memory for psi by defaultChen Wandun 2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds 2021-12-16bpf: Remove the cgroup -> bpf header dependecyJakub Kicinski 2021-12-01cgroup: fix a typo in commentWei Yang 2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann 2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan 2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo 2021-05-24cgroup: fix spelling mistakesZhen Lei 2021-05-10cgroup: introduce cgroup.killChristian Brauner 2020-12-15cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin