summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
62da7a3940'>Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds 2010-08-12x86, asm: Use a lower case name for the end macro in atomic64_386_32.SLuca Barbieri 2010-08-11x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleanerLuca Barbieri 2010-08-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds 2010-07-28x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()H. Peter Anvin 2010-07-28x86, asm: Move cmpxchg emulation code to arch/x86/libH. Peter Anvin 2010-07-13x86, alternatives: Fix one more open-coded 8-bit alternative numberH. Peter Anvin 2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin 2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar 2010-05-04Fix the x86_64 implementation of call_rwsem_wait()David Howells 2010-04-29Merge branch 'x86/asm' into x86/atomicH. Peter Anvin 2010-03-10perf, x86: Add INSTRUCTION_DECODER config flagIngo Molnar