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 "$@"
en 2013-02-01MIPS: Whitespace cleanup.Ralf Baechle 2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds 2012-11-09MIPS: Loongson1B: Fix a typoKelvin Cheung 2012-11-09MIPS: Loongson1B: Update stmmac_mdio_bus_dataKelvin Cheung 2012-11-09MIPS: Loongson1B: improve ls1x_serial_setup()Kelvin Cheung 2012-11-09MIPS: Loongson1B: use common clock infrastructure instead of private APIsKelvin Cheung 2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern 2012-10-22MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.Florian Fainelli 2012-08-01MIPS: Loongson 1: more clk support and add select HAVE_CLKYoichi Yuasa 2012-07-25MIPS: Loongson 1B: Add board supportKelvin Cheung