summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorBard Liao <yung-chuan.liao@linux.intel.com>2025-10-14 11:14:48 +0800
committerVinod Koul <vkoul@kernel.org>2025-12-08 12:37:26 +0530
commit167efc6dfd621494c6a7e47115dc829dcc0e502c (patch)
tree50fccbc9c416b5e04c138860424cdf9162694cf8 /tools/perf/scripts/python/bin/stackcollapse-record
parent57b3a7b27e0b72df4ccee89719de12719aa9d547 (diff)
downloadkernel-167efc6dfd621494c6a7e47115dc829dcc0e502c.tar.gz
ASoC: SOF: Intel: export hda_sdw_bpt_get_buf_size_aligment
The dma buffer need to be a multiple of data block size and the fifo size. Export a function to return the LCM of data block size and the fifo size. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://patch.msgid.link/20251014031450.3781789-6-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
bpf: Implement bpf_local_storage for inodesKP Singh 2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2020-06-22tools/bpftool: Add documentation and sample output for process infoAndrii Nakryiko 2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser 2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet 2019-12-15bpftool: Match maps by namePaul Chaignon 2019-12-15bpftool: Match programs by namePaul Chaignon 2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet 2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen 2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet 2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko 2019-04-16tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet 2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet 2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev 2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev 2019-01-17bpftool: add peek commandStanislav Fomichev 2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev 2019-01-17bpftool: make key and value optional in update commandStanislav Fomichev 2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet 2018-12-15tools: bpftool: add a prog array map update example to documentationQuentin Monnet 2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera 2018-11-09tools: bpftool: update references to other man pages in documentationQuentin Monnet 2018-10-21tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet 2018-10-15tools: bpftool: add map create commandJakub Kicinski