summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2021-07-29 15:36:26 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-09-30 10:07:38 +0200
commitb72dd0f390aa34da510a34bb3f8fbb8d6d38f678 (patch)
tree184ce9b9ede738fcb9409865c5b59bfa10453cb7 /tools/perf/scripts/python/event_analyzing_sample.py
parent4787db29f8b67894ba6d68859653f477154c8600 (diff)
downloadkernel-b72dd0f390aa34da510a34bb3f8fbb8d6d38f678.tar.gz
media: vivid: add module option to set request support mode
Currently vivid supports the Request API, but it also sets min_buffers_needed in the vb2 queue. But the combination of support_requests and min_buffers_needed is not allowed due to the fact that vb2_core_qbuf() isn't supposed to fail when called from the request framework. And if min_buffers_needed > 0, then is can call start_streaming() which definitely can fail. With the new module option you can control if requests are not allowed (min_buffers_needed is 2 in that case), optionally allowed or are required. In the latter two cases min_buffers_needed is set to 0. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
racing/coresight/coresight-etm4x-core.c?id=48a5126be08514e1d8c9d67a7bf66af36ea6e02d'>coresight: Remove inlines from static function definitionsJames Clark 2025-04-30coresight: Clear self hosted claim tag on probeJames Clark 2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2025-03-10coresight-etm4x: change etmv4_drvdata spinlock type to raw_spinlock_tYeoreum Yun 2025-03-04Coresight: Change to read the trace ID from coresight_pathJie Gan 2025-03-04Coresight: Add trace_id function to retrieving the trace IDJie Gan 2025-02-26arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum 2025-02-26coresight-etm4x: add isb() before reading the TRCSTATRYuanfang Zhang 2025-02-26coresight: etm4x: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang 2025-01-17arm64/sysreg: Get rid of TRFCR_ELx SysregFieldsMarc Zyngier 2025-01-12coresight: Pass guest TRFCR value to KVMJames Clark 2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds 2024-08-20coresight: Use per-sink trace ID maps for Perf sessionsJames Clark 2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2024-04-22coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose 2024-04-22coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose 2024-04-22coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose 2024-04-22coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose 2024-04-18ARM: 9378/1: coresight: etm4x: drop owner assignmentKrzysztof Kozlowski 2024-04-16coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual 2024-02-12coresight: etm4x: Set skip_power_up in etm4_init_arch_data functionMao Jinlong 2024-02-12coresight: Add helper for setting csdev->modeJames Clark 2024-02-12coresight: Add a helper for getting csdev->modeJames Clark 2024-02-12coresight: Add helper for atomically taking the deviceJames Clark 2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark 2024-02-12coresight: Move mode to struct coresight_deviceJames Clark 2024-02-12coresight: Fix uninitialized struct warningsJames Clark 2023-11-16coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König 2023-11-16coresight: etm: Make cycle count threshold user configurableAnshuman Khandual 2023-11-16coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual 2023-11-13coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König