summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (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 "$@"
16:23:39 +0100'>2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo 2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2009-12-07Merge branch 'for-next' into for-linusJiri Kosina 2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker 2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker 2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker 2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad 2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker 2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth 2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker 2009-10-01const: constify remaining file_operationsAlexey Dobriyan 2009-09-18tracing: Remove markersChristoph Hellwig 2009-09-15debugfs: Change debuhgfs directory of trace-events-sample.hGeunSik Lim 2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar 2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar 2009-08-16sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan 2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan 2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar 2009-06-16tracing: update sample event documentationSteven Rostedt 2009-06-15firmware: remove broken example filesGreg Kroah-Hartman 2009-06-15kobject: samples: make SAMPLE_KOBJECT module-onlyMichal Marek 2009-06-02hw-breakpoints: sample HW breakpoint over kernel data addressK.Prasad 2009-05-06tracing: update sample with TRACE_INCLUDE_FILESteven Rostedt 2009-05-06tracing: small trave_events sample Makefile cleanupChristoph Hellwig 2009-05-06tracing/events: make SAMPLE_TRACE_EVENTS default to nLi Zefan 2009-05-06tracing/events: don't say hi when loading the trace event sampleLi Zefan 2009-04-14tracing/events: add trace-events-sampleSteven Rostedt 2009-03-24tracing: Documentation / sample code fixes for tracepointsJody McIntyre 2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt 2009-01-06samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng 2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers 2008-11-16tracepoints: samples, fix teardownMathieu Desnoyers 2008-10-14markers: probe example, fix teardownMathieu Desnoyers 2008-10-14tracing: tracepoints, samplesMathieu Desnoyers 2008-07-21kobject: should use kobject_put() in kset-exampleLi Zefan 2008-07-21Firmware: fix typo in example codeGreg Kroah-Hartman 2008-04-29samples: use non-racy method for /proc/marker-example creationDenis V. Lunev 2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds 2008-04-19firmware: clean up samples for coding style issuesGreg Kroah-Hartman 2008-04-19firmware: move firmware_class from Documentation/ to samples/Randy Dunlap