summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/trace.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: trace: No need to check for op pointer in sof_fw_trace_free()Peter Ujfalusi2022-12-251-1/+1
* ASoC: SOF: trace: Use sof_ipc_get_ops() in sof_fw_trace_initPeter Ujfalusi2022-12-251-2/+4
* ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi2022-05-191-595/+20
* ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supportedPeter Ujfalusi2022-05-191-7/+7
* ASoC: SOF: trace: The dtrace is only available with SOF_IPCPeter Ujfalusi2022-05-091-0/+4
* ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi2022-04-041-6/+3
* ASoC: SOF: extend the interface to stop DMA traceLibin Yang2022-04-041-14/+38
* ASoC: SOF: trace: Use proper DMA direction for the trace data bufferPeter Ujfalusi2022-03-111-2/+10
* ASoC: SOF: Split up utils.c into sof-utils and iomem-utilsPeter Ujfalusi2022-02-101-0/+1
* ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi2022-02-081-1/+1
* ASoC: SOF: trace: Simplify count adjustment in trace_readPeter Ujfalusi2022-01-281-4/+2
* ASoC: SOF: trace: send DMA_TRACE_FREE IPC during releaseRanjani Sridharan2021-11-151-0/+18
* Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown2021-10-181-1/+0
|\
| * ASoC: SOF: trace: Omit error print when waking up trace sleepersPeter Ujfalusi2021-09-171-1/+0
* | ASoC: SOF: prefix some terse and cryptic dev_dbg() with __func__Marc Herbert2021-09-281-2/+3
|/
* ASoC: SOF: trace: Add runtime trace filtering mechanismKarol Trzcinski2020-12-071-0/+224
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: trace: fix unconditional free in trace releaseKai Vehmanen2020-01-271-2/+5
* ASoC: SOF: core: modify the signature for snd_sof_create_page_tableRanjani Sridharan2019-12-091-2/+2
* ASoC: SOF: trace: move to opt-in with Kconfig and module parameterPierre-Louis Bossart2019-10-011-1/+16
* ASoC: SOF: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-7/+2
* ASoC: SOF: send time stamp to FW for alignmentBard liao2019-06-031-3/+13
* ASoC: SOF: force end-of-file for debugfs trace at suspendKai Vehmanen2019-05-281-0/+25
* ASoC: SOF: trace: remove code duplication in sof_wait_trace_avail()Kai Vehmanen2019-05-281-9/+16
* ASoC: SOF: Add DSP firmware logger supportLiam Girdwood2019-04-281-0/+297