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 "$@"
it/sound/soc/codecs/max98090.c?h=linux-6.6.y&id=a0746cbd0b8224c4c0e4ae59968075cb7c14762a'>ASoC: max98090: Fix event generation for custom controlsMark Brown 2022-04-25ASoC: max980*: use i2c_match_id and simple i2c probeStephen Kitt 2022-04-25ASoC: max98090: Generate notifications on changes for custom controlMark Brown 2022-04-25ASoC: max98090: Reject invalid values in custom control put()Mark Brown 2021-08-05ASoC: max98090: remove duplicate status reads and useless assignmmentPierre-Louis Bossart 2021-03-18ASoC: max98090: remove useless assignmentPierre-Louis Bossart 2020-11-26ASoC: max98090: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski 2020-07-16ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto 2020-06-22ASoC: codecs: max*: rename to snd_soc_component_read()Kuninori Morimoto 2020-05-18ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto 2020-02-14ASoC: max98090: revert invalid fix for handling SHDNTzung-Bi Shih 2020-01-24ASoC: max98090: silence lockdep warningMarek Szyprowski 2020-01-21ASoC: max98090: fix deadlock in max98090_dapm_put_enum_double()Tzung-Bi Shih 2020-01-21ASoC: max98090: revert "ASoC: max98090: fix lockdep warning"Tzung-Bi Shih 2020-01-10ASoC: max98090: Drop incorrectly applied duplicate commitMark Brown 2020-01-09ASoC: max98090: fix lockdep warningMarek Szyprowski 2020-01-09ASoC: max98090: fix incorrect helper in max98090_dapm_put_enum_double()Marek Szyprowski 2020-01-09ASoC: max98090: fix incorrect helper in max98090_dapm_put_enum_double()Marek Szyprowski 2019-12-20ASoC: max98090: Remove empty suspend functionMark Brown 2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown 2019-12-09ASoC: max98090: save and restore SHDN when changing sensitive registersTzung-Bi Shih