summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/gecko-record
blob: f0d1aa55f171e8f6c235b9bca406bf7f21338e89 (plain)
1
2
#!/bin/bash
perf record -F 99 -g "$@"
usr?id=96aebafa63418f447ddc823e40da341cc40553dd'>gen_init_cpio: Avoid race between call to stat() and call to open()Jesper Juhl 2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek 2010-12-02gen_init_cpio: remove leading `/' from file namesThomas Chou 2010-12-01initramfs: Really fix build break on symbol-prefixed archsHendrik Brueckner 2010-10-31initramfs: Fix initramfs size for 32-bit archesGeert Uytterhoeven 2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds 2010-09-29initramfs: fix initramfs size calculationHendrik Brueckner 2010-09-29initramfs: generalize initramfs_data.xxx.S variantsHendrik Brueckner 2010-08-23Kconfig: delete duplicate wordStephan Sperber 2010-05-27initramfs: add support for in-kernel initramfs compressed with LZOAlbin Tonnerre 2010-01-11Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre 2009-12-12gen_init_cpio: fixed fwrite warningMike Frysinger 2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds 2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith 2009-09-20gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzmaJaswinder Singh Rajput 2009-09-20kbuild: correct initramfs compression commentRobert P. J. Day 2009-03-31bzip2/lzma: quiet Kconfig warning for INITRAMFS_COMPRESSION_NONEH. Peter Anvin 2009-03-28bzip2/lzma: don't ask for compression mode for the default initramfsH. Peter Anvin 2009-03-28bzip2/lzma: consistently capitalize LZMA in KconfigH. Peter Anvin 2009-03-28bzip2/lzma: clarify the meaning of the CONFIG_RD_ optionsH. Peter Anvin 2009-03-28bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDEDH. Peter Anvin 2009-02-19bzip2/lzma: make internal initramfs compression configurableAlain Knaff 2009-01-07bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff 2009-01-07bzip2/lzma: move initrd/ramfs options out of BLK_DEVH. Peter Anvin 2008-12-03kbuild: gen_init_cpio expands shell variables in file namesSally, Gene