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 "$@"
='/distro/kernel/commit/drivers/scsi/fnic/fnic_scsi.c?id=6f2689a7662809ff39f2b24e452d11569c21ea2f'>Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2022-03-15scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery 2022-02-22scsi: fnic: Stop using the SCSI pointerBart Van Assche 2022-02-22scsi: fnic: Fix a tracing statementBart Van Assche 2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche 2021-10-16scsi: fnic: Call scsi_done() directlyBart Van Assche 2021-08-16scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry 2021-08-11scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche 2021-05-02scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke 2021-05-02scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke 2021-03-18scsi: fnic: Demote non-conformant kernel-doc headersLee Jones 2020-11-23scsi: fnic: Validate io_req before othersKaran Tilak Kumar 2020-11-23scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar 2020-11-23scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar 2020-10-02scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke 2020-07-24scsi: fnic: Use eth_broadcast_addr() to assign broadcast addressMiaohe Lin 2020-05-07scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan 2020-01-20scsi: fnic: do not queue commands during fwresetHannes Reinecke 2019-11-06scsi: fnic: fix use after freePan Bian 2019-01-22scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat 2019-01-22scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat 2019-01-22scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat 2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig 2018-10-17scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe 2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig 2017-12-11scsi: fnic: add a space after %p in printf formatNicolas Iooss 2017-08-25scsi: fnic: do not call host reset from command abortHannes Reinecke