summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
commit/sound/soc/soc-ops.c?h=linux-6.12.y&id=1a7b846818210cbdf8994bfee1340c09342a5b3b'>ASoC: ops: Simplify with cleanup.hKrzysztof Kozlowski 2024-03-28ASoC: ops: Fix wraparound for mask in snd_soc_get_volswStephen Lee 2023-12-04ASoC: ops: add correct range check for limiting volumeSrinivas Kandagatla 2022-11-25ASoC: ops: Correct bounds check for second channel on SX controlsCharles Keepax 2022-11-24ASoC: Merge dropped fixes from v5.18Mark Brown 2022-06-17ASoC: ops: Fix integer detection for when max possible values > 1Stefan Binding 2022-06-14ASoC: ops: Fix boolean/integer detection for simple controlsMark Brown 2022-06-14ASoC: ops: Don't modify the driver's plaform_max when reading stateMark Brown 2022-06-14ASoC: Merge fixesMark Brown 2022-06-07ASoC: ops: Fix off by one in range control validationMark Brown 2022-06-06ASoC: ops: Remove unneeded delay.h inclusionMark Brown 2022-06-06ASoC: ops: Clarify snd_soc_info_volsw_sx()Mark Brown 2022-05-12ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()Mark Brown 2022-05-12ASoC: ops: Fix bounds check for _sx controlsMark Brown 2022-04-26ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown 2022-04-21ASoC: soc-ops: fix error handlingPierre-Louis Bossart 2022-02-16ASoC: ops: Shift tested values in snd_soc_put_volsw() by +minMarek Vasut 2022-02-02ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()Mark Brown 2022-02-02ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()Mark Brown 2022-02-02ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx()Mark Brown 2022-02-02ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()Mark Brown 2022-01-28ASoC: ops: Check for negative values before reading themMark Brown 2022-01-25ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()Mark Brown 2022-01-25ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()Mark Brown 2022-01-25ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()Mark Brown 2021-08-03ASoC: soc-ops: cleanup cppcheck warning at snd_soc_put_xr_sx()Kuninori Morimoto 2021-08-03ASoC: soc-ops: cleanup cppcheck warning at snd_soc_get_xr_sx()Kuninori Morimoto 2021-08-03ASoC: soc-ops: cleanup cppcheck warning at snd_soc_limit_volume()Kuninori Morimoto 2021-08-03ASoC: soc-ops: cleanup cppcheck warning at snd_soc_put_volsw_sx()Kuninori Morimoto