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 "$@"
67b9e4487cb267d90055a'>drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst 2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter 2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König 2014-07-08drm/bochs: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick 2014-04-22drm/bochs: Remove unecessary NULL check in gem_freeDaniel Vetter 2014-04-22drm/bochs: Remove unnecessary NULL check in bo_unrefDaniel Vetter 2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann 2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann 2013-12-23drm/bochs: new driverGerd Hoffmann