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 "$@"
13-11-08cciss: return 0 from driver probe function on success, not 1Stephen M. Cameron 2013-09-24cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter 2013-09-11cciss: set max scatter gather entries to 32 on P600Mike Miller 2013-06-12cciss: fix broken mutex usage in ioctlStephen M. Cameron 2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds 2013-05-07block_device_operations->release() should return voidAl Viro 2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2013-04-29cciss: bug fix to prevent cciss from loading in kdump crash kernelMike Miller 2013-04-29cciss: add cciss_allow_hpsa module parameterMike Miller 2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro 2013-03-22cciss: fix invalid use of sizeof in cciss_find_cfgtables()Wei Yongjun 2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman 2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds 2012-11-23cciss: use check_signature()Akinobu Mita 2012-11-23cciss: cleanup bitops usageAkinobu Mita 2012-10-30cciss: remove unneeded memset()Wei Yongjun