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 "$@"
8:09:04 -0700'>2023-06-12xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong 2023-06-05xfs: wire up sops->shutdownChristoph Hellwig 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan 2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner 2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner 2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong 2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner 2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner 2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong 2022-03-29xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner 2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong 2022-03-28xfs: fix overfilling of reserve poolDarrick J. Wong 2022-03-28xfs: always succeed at setting the reserve pool sizeDarrick J. Wong 2022-03-28xfs: remove infinite loop when reserving free block poolDarrick J. Wong 2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong 2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner 2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner 2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong 2021-08-16xfs: make forced shutdown processing atomicDave Chinner 2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong 2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong 2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner 2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong 2021-03-25xfs: support shrinking unused space in the last AGGao Xiang 2021-03-25xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang 2021-03-25xfs: update lazy sb counters immediately for resizefsGao Xiang 2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang 2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang