aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-06perf script python: Remove mixed indentationTony Jones1-1/+1
2019-02-25perf script python: Add Python3 support to stackcollapse.pyTony Jones1-3/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-06-22perf script stackcollapse: Remove reference to the perl interpreterArnaldo Carvalho de Melo1-2/+0
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini1-0/+127
a29e47aac30b4931a1f54b'>hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé1-2/+1 2018-11-19hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh1-1/+1 2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun1-4/+8 2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1 2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+2 2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1 2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau1-15/+7 2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-5/+5 2016-10-24char: rename some frontend functionsMarc-André Lureau1-2/+2 2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-8/+8 2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-0/+2 2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao1-4/+11 2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1 2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1 2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster1-0/+2 2015-04-02hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster1-0/+1 2015-03-11stm32f2xx_USART: Add the stm32f2xx USART ControllerAlistair Francis1-0/+229