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 "$@"
r> 2011-11-28efivars: add missing parameter to efi_pstore_read()Christoph Fritz 2011-11-17pstore: pass reason to backend write callbackKees Cook 2011-11-17pstore: pass allocated memory region back to callerKees Cook 2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong 2011-08-16pstore: change mutex locking to spin_locksDon Zickus 2011-08-02efivars: fix warnings when CONFIG_PSTORE=nTony Luck 2011-07-22efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison 2011-07-22efivars: Use string functions in pstore_writeMike Waychison 2011-07-22efivars: introduce utf16_strncmpMike Waychison 2011-07-22efivars: String functionsMike Waychison 2011-07-22efi: Add support for using efivars as a pstore backendMatthew Garrett 2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds 2011-05-10treewide: fix a few typos in commentsJustin P. Mattock 2011-05-06efivars: prevent oops on unload when efi is not enabledRandy Dunlap 2011-04-19efivars: handle errors from register_efivars()Dan Carpenter 2011-04-19efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter 2011-03-14efivars: Expose efivars functionality to external drivers.Mike Waychison 2011-03-14efivars: Parameterize operations.Mike Waychison 2011-03-14efivars: Split out variable registrationMike Waychison 2011-03-14efivars: parameterize efivarsMike Waychison 2011-03-14efivars: Make efivars bin_attributes dynamicMike Waychison 2011-03-14efivars: move efivars globals into struct efivarsMike Waychison 2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy