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 "$@"
ics-common.c?h=linux-6.6.y&id=4013369f3782af9a488e37c2b603f1dcf008ea76'>powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely 2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely 2012-02-16irq_domain/powerpc: Eliminate virq_is_host()Grant Likely 2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely 2011-11-25powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner 2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang 2011-09-20powerpc/powernv: Add OPAL ICS backendBenjamin Herrenschmidt 2011-05-19powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller 2011-05-19powerpc/xics: Cleanup xics_host_map and ipiMilton Miller 2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller 2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely 2011-04-20powerpc/xics: Move irq_host matching into the ics backendMichael Ellerman 2011-04-20powerpc/xics: Make sure we have a sensible default distribution serverBenjamin Herrenschmidt 2011-04-20powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt