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 "$@"
press.c?id=96dea3d599dbc31f59eb786af2ac5079122beb88'>bcachefs: Fix W=12 build errorsKent Overstreet 2023-10-22bcachefs: Break up io.cKent Overstreet 2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet 2023-10-22bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet 2023-10-22bcachefs: Compression levelsKent Overstreet 2023-10-22bcachefs: Delete redundant log messagesKent Overstreet 2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet 2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet 2023-10-22bcachefs: __bio_compress() fix up.Daniel Hill 2023-10-22bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet 2023-10-22bcachefs: Option improvementsKent Overstreet 2023-10-22bcachefs: Work around a zstd bugKent Overstreet 2023-10-22bcachefs: Improve check for when bios are physically contiguousKent Overstreet 2023-10-22bcachefs: Wrap write path in memalloc_nofs_save()Kent Overstreet 2023-10-22bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet 2023-10-22bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet 2023-10-22bcachefs: Fix initialization of bounce mempoolsKent Overstreet 2023-10-22bcachefs: Some compression improvementsKent Overstreet 2023-10-22bcachefs: Use kvpmalloc mempools for compression bounceKent Overstreet 2023-10-22bcachefs: Track incompressible dataKent Overstreet 2023-10-22bcachefs: Convert some enums to x-macrosKent Overstreet 2023-10-22bcachefs: Fix moving compressed dataKent Overstreet 2023-10-22bcachefs: kill bio_for_each_contig_segment()Kent Overstreet 2023-10-22bcachefs: Kill direct access to bi_io_vecKent Overstreet 2023-10-22bcachefs: fix mempool double initializationKent Overstreet 2023-10-22bcachefs: Initial commitKent Overstreet