summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-07-04 22:23:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-08 15:41:39 +0200
commit64c591661e4948257aac9b586394a25a7c64ec69 (patch)
treed012774a463565789987a6a2c214deb4936bee2f /tools/perf/scripts/python/parallel-perf.py
parent1045a06724f322ed61f1ffb994427c7bdbe64647 (diff)
downloadkernel-64c591661e4948257aac9b586394a25a7c64ec69.tar.gz
sgi-xp: Use the bitmap API to allocate bitmaps
Use bitmap_zalloc()/bitmap_free() instead of hand-writing them. It is less verbose and it improves the semantic. While at it, remove a useless cast in a bitmap_empty() call. Reviewed-by: Steve Wahl <steve.wahl@hpe.com> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/ef49726d60f6a531428609f60a2398b6c3d9a26e.1656966181.git.christophe.jaillet@wanadoo.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
td>ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan 2023-03-13ASoC: SOF: ipc4-topology: Add a new field in struct sof_ipc4_available_audio_...Ranjani Sridharan 2023-03-13ASoC: Merge up fixes as a dependency for future SOF workMark Brown 2023-03-07ASoC: SOF: ipc4-topology: Add support for core_id for pipelinesPeter Ujfalusi 2023-03-07ASoC: SOF: IPC4: update gain ipc msg definition to align with fwRander Wang 2023-03-07ASoC: SOF: ipc4-topology: set dmic dai index from copierJaska Uimonen 2023-03-05ASoC: SOF: ipc4-topology: Replace fake flexible arrays with flexible-array me...Gustavo A. R. Silva 2023-02-09ASoC: SOF: ipc4-topology: set copier sink formatBard Liao