summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorIoana Risteiu <Ioana.Risteiu@analog.com>2025-08-26 01:13:49 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2025-08-31 13:36:25 +0100
commitd54d99d034093fd3a357593d9757584868537748 (patch)
tree4a7503bec11ba58ac161ba701c236c5e858d2cad /tools/perf/scripts/python/compaction-times.py
parent7c873e3f04fd3e245890ddfde261f83d6aaa9ddb (diff)
downloadkernel-d54d99d034093fd3a357593d9757584868537748.tar.gz
iio: adc: adi-axi-adc: add axi_adc_num_lanes_set
Assign num_lanes_set in the adi_axi_adc_ops to axi_adc_num_lanes_set() to support setting number of lanes used by AXI ADC. This operation is included in the generic structure because the number of lanes is a configurable parameter of the generic AXI ADC IP core, not specific to a device. Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Ioana Risteiu <Ioana.Risteiu@analog.com> Link: https://patch.msgid.link/20250825221355.6214-2-Ioana.Risteiu@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions
2b0c50347f27cc90'>perf scripting python: Add perf_set_itrace_options()Adrian Hunter 2021-06-01perf scripting python: Add perf_sample_insn()Adrian Hunter 2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter 2021-06-01perf scripting python: Simplify perf-trace-context module functionsAdrian Hunter 2021-06-01perf scripting python: Remove unnecessary 'static'Adrian Hunter 2021-05-25perf scripts python: intel-pt-events.py: Add branches to scriptAdrian Hunter 2021-05-21perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter 2021-05-21perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter 2021-05-21perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter 2021-03-23perf tools: Fix various typos in commentsIngo Molnar 2020-09-23perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer 2020-09-23perf script: Autopep8 futex-contentionHagen Paul Pfeifer 2020-07-03perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter 2020-07-03perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter 2020-07-03perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter 2020-06-22perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr 2020-05-05perf flamegraph: Use /bin/bash for report and record scriptsArnaldo Carvalho de Melo