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 "$@"
2012-11-29drm/nv50/fb: implement trap handler as subdev interrupt handlerBen Skeggs nv50_fb_trap() will now be called automagically by the mc intr handler, rather than each engine's handler having to check for traps manually. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> 2012-11-29drm/nouveau/mc: allow calling of multiple handlers for a give intr bitBen Skeggs Signed-off-by: Ben Skeggs <bskeggs@redhat.com> 2012-10-03drm/nve0/ibus: handle PIBUS interrupts to prevent stormBen Skeggs Signed-off-by: Ben Skeggs <bskeggs@redhat.com> 2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs Signed-off-by: Ben Skeggs <bskeggs@redhat.com> 2012-10-03drm/nouveau/mc: port to subdev interfacesBen Skeggs Signed-off-by: Ben Skeggs <bskeggs@redhat.com> 2012-10-03drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs These currently just call the existing ones in nouveau_drv.c, but will be extended in upcoming commits. This needed to be separated from the current code as there will be some header clashes until things are ported. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> 2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs Future work will be headed in the way of separating the policy supplied by the nouveau drm module from the mechanisms provided by the driver core. There will be a couple of major classes (subdev, engine) of driver modules that have clearly defined tasks, and the further directory structure change is to reflect this. No code changes here whatsoever, aside from fixing up a couple of include file pathnames. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>