summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
blob: 453a6918afbe8f72665ffa796f5722594c6362b2 (plain)
1
2
3
#!/bin/bash
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@"
orvalds 2011-12-19ALSA: atmel/ac97c: using software reset instead hardware reset if not availableBo Shen 2011-10-31sound-soc: move to dma_transfer_directionVinod Koul 2011-07-11Merge branch 'master' into for-nextJiri Kosina 2011-06-28ALSA: atmel - update author email for ABDAC, AC97C and AT73C213Hans-Christian Egtvedt 2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches 2011-01-25ALSA: fix invalid hardware.h include in ac97c for AVR32 architectureHans-Christian Egtvedt 2010-11-22ALSA: atmel - Fix the return value in error pathTakashi Iwai 2010-11-22ALSA: snd-atmel-abdac: test wrong variableVasiliy Kulikov 2010-06-08ALSA: atmel: set "channel A event" output to debugYegor Yefremov 2010-03-25ALSA: AC97: add full duplex support for atmel AT91 and AVR.Sedji Gaouaou 2010-03-25ALSA: AC97: add AC97 support for AT91.Sedji Gaouaou 2009-04-06ALSA: snd-atmel-abdac: increase periods_min to 6 instead of 4Hans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-abdac: replace bus_id with dev_name()Hans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: replace bus_id with dev_name()Hans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: cleanup registers when removing driverHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: do a proper reset of the external codecHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: enable interrupts to catch events for error reportingHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: set correct size for buffer hardware parameterHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: do not overwrite OCA and ICA when assigning channelsHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: remove dead break statements after return in switch caseHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: cleanup register definitionsHans-Christian Egtvedt 2009-02-05ALSA: Add ALSA driver for Atmel AC97 controllerHans-Christian Egtvedt 2009-02-05ALSA: Add ALSA driver for Atmel Audio Bitstream DACHans-Christian Egtvedt