summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
70705f195ad15fe26e64'>remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizesOlivia Wen 2024-04-30remoteproc: mediatek: Support MT8188 SCP core 1Olivia Wen 2024-03-26remoteproc: mediatek: Make sure IPI buffer fits in L2TCMAngeloGioacchino Del Regno 2023-09-21remoteproc: mediatek: Refactor single core check and fix retrocompatibilityAngeloGioacchino Del Regno 2023-09-13remoteproc: mediatek: Refine ipi handler error messageTinghan Shen 2023-09-13remoteproc: mediatek: Report watchdog crash to all coresTinghan Shen 2023-09-13remoteproc: mediatek: Handle MT8195 SCP core 1 watchdog timeoutTinghan Shen 2023-09-13remoteproc: mediatek: Setup MT8195 SCP core 1 SRAM offsetTinghan Shen 2023-09-13remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on ...Tinghan Shen 2023-09-13remoteproc: mediatek: Probe SCP cluster on multi-core SCPTinghan Shen 2023-09-13remoteproc: mediatek: Probe SCP cluster on single-core SCPTinghan Shen 2023-09-13remoteproc: mediatek: Revise SCP rproc initialization flow for multi-core SCPTinghan Shen 2023-09-13remoteproc: mediatek: Extract SCP common registersTinghan Shen 2023-09-13remoteproc: mediatek: Add MT8195 SCP core 1 operationsTinghan Shen 2023-05-09remoteproc: mtk_scp: Convert to platform remove callback returning voidUwe Kleine-König 2023-04-03remoteproc: Remove unnecessary (void*) conversionsYu Zhe 2023-02-12remoteproc: mediatek: Check the SCP image formatTinghan Shen