summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@googlemail.com>2021-11-27 17:30:36 +0000
committerStephen Boyd <sboyd@kernel.org>2021-12-09 17:15:15 -0800
commit9259228037cb614ac31a18557fee62976f873a49 (patch)
treee5caade25c12107f0b276f0c59e1dcc09d0c2a16 /tools/perf/scripts/python/flamegraph.py
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff)
downloadkernel-9259228037cb614ac31a18557fee62976f873a49.tar.gz
clk/ti/adpll: Make const pointer error a static const array
Make const pointer error a static const array, removes a dereference and shrinks object code a little. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20211127173036.150535-1-colin.i.king@gmail.com Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
/scsi_error.c?h=linux-6.6.y&id=8d5e72dfdf0fa29a21143fd72746c6f43295ce9f'>Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2017-04-25scsi: Improve scsi_get_sense_info_fldDamien Le Moal 2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke 2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke 2017-04-06scsi: make eh_eflags persistentHannes Reinecke 2017-04-06scsi: always send command abortsHannes Reinecke 2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke 2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig 2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig 2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig 2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig 2017-01-27block: split scsi_request out of struct requestChristoph Hellwig 2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig 2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig 2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley 2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang 2016-04-04libata: evaluate SCSI sense codeHannes Reinecke 2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman