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 "$@"
> 2016-03-21cpuidle: menu: Fall back to polling if next timer event is nearRafael J. Wysocki 2016-03-17cpuidle: menu: use high confidence factors only when considering pollingRik van Riel 2016-02-17cpuidle: menu: help gcc generate slightly better codeRasmus Villemoes 2016-02-17cpuidle: menu: avoid expensive square root computationRasmus Villemoes 2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki 2016-01-27cpuidle: coupled: remove unused define cpuidle_coupled_lockAnders Roxell 2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla 2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2016-01-19cpuidle: menu: Avoid pointless checks in menu_select()Rafael J. Wysocki 2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki 2016-01-15cpuidle: Don't enable all governors by defaultJean Delvare 2016-01-15cpuidle: Default to ladder governor on ticking systemsJean Delvare 2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds 2016-01-14cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0Rafael J. Wysocki 2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith 2015-12-15drivers/cpuidle: make cpuidle-exynos.c explicitly non-modularPaul Gortmaker 2015-12-15drivers/cpuidle: make cpuidle-ux500.c explicitly non-modularPaul Gortmaker 2015-12-15drivers/cpuidle: make cpuidle-clps711x.c explicitly non-modularPaul Gortmaker 2015-11-17cpuidle,menu: smooth out measured_us calculationRik van Riel 2015-11-17cpuidle,menu: use interactivity_req to disable pollingRik van Riel 2015-11-17cpuidle,x86: increase forced cut-off for polling to 20usRik van Riel 2015-10-23cpuidle: mvebu: disable the bind/unbind attributes and use builtin_platform_d...Russell King 2015-10-23cpuidle: mvebu: clean up multiple platform driversRussell King 2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki 2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds 2015-09-03cpuidle/coupled: Add sanity check for safe_state_indexXunlei Pang 2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2015-08-28cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang 2015-08-28cpuidle/coupled: Remove cpuidle_device::safe_state_indexXunlei Pang 2015-08-03ARM: migrate to common PSCI client codeMark Rutland 2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach 2015-07-09suspend-to-idle: Prevent RCU from complaining about tick_freeze()Rafael J. Wysocki 2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds 2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds 2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki 2015-06-26tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s...preeti 2015-06-22Merge branch 'pm-cpuidle'Rafael J. Wysocki 2015-06-22cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateShilpasri G Bhat 2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki 2015-06-16drivers/cpuidle: Convert non-modular drivers to use builtin_platform_driverPaul Gortmaker