summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorDaniel Glöckner <daniel-gl@gmx.net>2012-06-17 07:53:42 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-25 11:01:29 -0300
commit7bcfdf0f703211cdc85ee240e44f8773246902d8 (patch)
treed4bb61cc6e20e096fb2902e3d647656b8b9c4304 /tools/perf/scripts/python/stackcollapse.py
parent3f7c0a69ab1181a0f5e4ead5d4b270d404c6465c (diff)
downloadkernel-7bcfdf0f703211cdc85ee240e44f8773246902d8.tar.gz
[media] tvaudio: rename getmode and setmode
This is basically s/getmode/getrxsubchans/ and s/setmode/setaudmode/ with some whitespace adjustment in affected lines to please the eye. The rename is done to point out their relation to the rxsubchans and audmode fields of struct v4l2_tuner. I also corrected a commented out call to v4l_dbg in one of the lines. Signed-off-by: Daniel Glöckner <daniel-gl@gmx.net> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
pass -r to config-bisect.pl to reset bisectSteven Rostedt (VMware) 2018-04-06ktest.pl: Use diffconfig if available for failed config bisectsSteven Rostedt (VMware) 2018-04-06ktest.pl: Allow for the config-bisect.pl output to display to consoleSteven Rostedt (VMware) 2018-04-06ktest: Use config-bisect.pl in ktest.plScott Wood 2018-04-06ktest: Add standalone config-bisect.pl programSteven Rostedt (Red Hat) 2018-03-26ktest: remove obsolete architecturesArnd Bergmann 2018-03-21ktest: Set do_not_reboot=y for CONFIG_BISECT_TYPE=buildScott Wood 2018-03-21ktest: Set buildonly=1 for CONFIG_BISECT_TYPE=buildScott Wood 2018-03-21ktest: Comment about other names than just ktest.confSteven Rostedt (VMware) 2018-03-21ktest: Clarify config file usageScott Wood 2018-03-21ktest: Add CONNECT_TIMEOUT to change the connection timeout timeSteven Rostedt (VMware) 2018-03-21ktest: Wait for console process to exitSteven Rostedt (VMware) 2018-03-16arch: remove tile portArnd Bergmann 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-03-08Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2017-03-08ktest: Make sure wait_for_input does honor the timeoutSteven Rostedt (VMware) 2017-03-08ktest: Fix while loop in wait_for_inputSteven Rostedt (VMware) 2017-02-27Merge tag 'ktest-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2017-02-07ktest: Add variable run_command_status to save status of commands executedSteven Rostedt (VMware) 2017-02-07ktest.pl: Powercycle the box on reboot if no connection can be madeSteven Rostedt (VMware) 2017-02-07ktest: Add timeout to ssh commandSteven Rostedt (VMware) 2017-02-07ktest: Fix child exit code processingSteven Rostedt (VMware) 2017-02-07ktest: Have POST_TEST run after the test has totally completedSteven Rostedt (VMware) 2016-12-14ktest.pl: fix englishPavel Machek