summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2025-10-31 13:39:33 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2025-11-12 17:02:34 -0500
commit9a2c9500921d5ebbe96f7531adc73d9205c76485 (patch)
tree536c276f36507f32478cff0253a0f8441beed468 /tools/perf/scripts/python/export-to-postgresql.py
parent176b93004c3475cfc0c939a4aeec846f6bf2b9a0 (diff)
downloadkernel-9a2c9500921d5ebbe96f7531adc73d9205c76485.tar.gz
scsi: ufs: core: Remove the ufshcd_lrb task_tag member
Remove the ufshcd_lrb task_tag member and use scsi_cmd_to_rq(cmd)->tag instead. Use rq->tag instead of lrbp->task_tag. This patch reduces the size of struct ufshcd_lrb. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://patch.msgid.link/20251031204029.2883185-26-bvanassche@acm.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
58032cc65e884b3e61e6a'>can: do not increase tx_bytes statistics for RTR framesVincent Mailhol 2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol 2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol 2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol 2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol 2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol 2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol 2021-08-19can: dev: provide optional GPIO based termination supportOleksij Rempel 2021-07-25can: flexcan: add platform data headerAngelo Dureghello 2021-07-25can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde 2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde 2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde 2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde