summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorGolan Ben Ami <golan.ben.ami@intel.com>2020-01-31 15:45:26 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-02-03 20:09:10 +0200
commit6bd5fa332a8c24c8b9079a70c44240b61858fab8 (patch)
tree0971f1bf90b8ed655485c5a9784a15eff0497aa1 /tools/perf/scripts/python/bin/stackcollapse-record
parent197288d5ba8a5289f22d3aeb4fca3824bfd9b4af (diff)
downloadkernel-6bd5fa332a8c24c8b9079a70c44240b61858fab8.tar.gz
iwlwifi: mvm: update the DTS measurement type
Till now, the driver asked the fw for a DTS measurement in automatic mode. This triggered a flow in which the fw actively measured the temperature. This is not needed anymore, as the fw performs measurements by itself, without the driver triggering them, and the current cadence in which the fw performs such measurements is sufficient. In addition, in some time-sensitive scenarios, in which the driver asks the fw for an active measurement twice in a short time (<100ms), the fw asserts with code 0x20100801. Change the DTS measurement to _WITHOUT_MEASURE instead, so the fw will respond with the last measurement it has performed. Signed-off-by: Golan Ben Ami <golan.ben.ami@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
d>kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada 2017-07-12scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez 2017-07-12scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez 2017-07-12scripts/gdb: add lx-fdtdump commandPeter Griffin 2017-06-02scripts/gdb: make lx-dmesg command work (reliably)André Draszik span>rnbd-srv: simplify rnbd_srv_fill_msg_open_rspChristoph Hellwig 2022-09-05rnbd-srv: make process_msg_close returns voidGuoqing Jiang 2022-09-05rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang 2022-08-30RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang 2022-08-22block/rnbd-srv: Add event tracing supportSantosh Pradhan 2022-08-02block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal 2022-08-02block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal 2022-07-14rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig 2022-04-17block: add a bdev_fua helperChristoph Hellwig 2022-04-17block: add a bdev_write_cache helperChristoph Hellwig 2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2022-02-27block/rnbd: client device does not care queue/rotationalGioh Kim 2022-02-22scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig 2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig 2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig 2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig 2022-01-07RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar 2022-01-07RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar