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 "$@"
018a5fe31ef8ef9d07a7a02081d4abdf6b7'>genirq: Add a kstat helper to increment irq statsThomas Gleixner 2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky 2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker 2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker 2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker 2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker 2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker 2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker