summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
ls 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells 2019-05-16afs: Fix error propagation from server record check/updateDavid Howells 2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells 2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells 2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells 2018-10-24afs: Implement YFS support in the fs clientDavid Howells 2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells 2018-10-24afs: Implement VL server rotationDavid Howells 2018-10-15afs: Fix clearance of replyDavid Howells 2018-10-12afs: Fix afs_server struct leakDavid Howells 2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells 2018-05-14afs: Fix afs_find_server search loopMarc Dionne 2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells 2018-04-20afs: Fix server record deletionDavid Howells 2018-04-09afs: Fix checker warningsDavid Howells 2018-03-20sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra 2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells 2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells 2017-11-13afs: Add an address list conceptDavid Howells 2017-11-13afs: Overhaul the callback handlingDavid Howells 2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells 2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells 2017-11-13afs: Push the net ns pointer to more placesDavid Howells 2017-11-13afs: Fix server reapingDavid Howells 2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells