summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2025-11-28 10:21:31 +0000
committerMark Brown <broonie@kernel.org>2025-11-28 11:47:55 +0000
commitaf37511305c0da1d151cc9a1ee6077c2cbde4f1d (patch)
tree1afa67781ffb683a1d9bb8c00f60d1ca7b806783 /tools/perf/scripts/python/bin/stackcollapse-report
parenta76e1d951f530385ef8e62ed904a496d3203045d (diff)
downloadkernel-af37511305c0da1d151cc9a1ee6077c2cbde4f1d.tar.gz
firmware: cs_dsp: Don't require client to provide a struct cs_dsp_client_ops
A client of cs_dsp does not necessarily need to implement any of the optional callbacks in struct cs_dsp_client_ops, so allow the client_ops pointer to be NULL. This has been done by pointing client_ops at a default empty cs_dsp_client_ops. It keeps the code cleaner by avoiding having to add double nested NULL checks everywhere one of these callbacks is called. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://patch.msgid.link/20251128102132.1575177-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
0700'>2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada 2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau 2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau 2017-04-03KEYS: Add a system blacklist keyringDavid Howells 2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells 2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells 2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells 2016-04-11KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells 2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells 2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells 2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells 2016-02-29certs: Fix misaligned data in extra certificate listDavid Howells 2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingMehmet Kayaalp 2016-02-26modsign: hide openssl output in silent buildsArnd Bergmann 2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells 2015-10-21certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker 2015-08-14modsign: Handle signing key in source treeDavid Woodhouse 2015-08-14modsign: Use if_changed rule for extracting cert from module signing keyDavid Woodhouse 2015-08-14Move certificate handling to its own directoryDavid Howells