summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
blob: 4b16a8cc40a0eebfebea640166c166519566b16c (plain)
1
2
3
#!/bin/bash
# description: analyze timings of tasks
perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@"
ALSA: aoa: make remove callback of soundbus driver void returnedDawei Li 2022-10-27ALSA: aoa: Fix I2S device accountingTakashi Iwai 2022-10-27ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()Yang Yingliang 2022-08-02ALSA: aoa: Replace sprintf() with sysfs_emit()Takashi Iwai 2021-07-21bus: Make remove callback return voidUwe Kleine-König 2021-06-17ALSA: aoa: remove unnecessary oom messageZhen Lei 2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches 2020-09-03ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada 2020-01-05ALSA: aoa: More constificationsTakashi Iwai 2019-12-11ALSA: aoa: Drop superfluous ioctl PCM opsTakashi Iwai 2019-12-11ALSA: aoa: Use managed buffer allocationTakashi Iwai 2019-11-06ALSA: aoa: Avoid non-standard macro usageTakashi Iwai 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai 2019-01-15ALSA: aoa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai 2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain 2018-12-06ALSA: aoa: Use of_node_name_eq for node name comparisonsRob Herring 2018-12-06ALSA: aoa: Remove direct OF name and type accessesRob Herring 2018-11-19ALSA: aoa: Use device_type helpers to access the node typeRob Herring 2018-09-03ALSA: aoa: Convert to using %pOFn instead of device_node.nameRob Herring