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 "$@"
342b'>drm: Split out drm_probe_helper.hDaniel Vetter 2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda 2018-07-24drm/exynos: Use common exynos_drm_gem_get()/put() functions for GEM lookupMarek Szyprowski 2018-07-02drm/exynos: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann 2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie 2018-04-17drm/exynos: exynos_drm_fb -> drm_framebufferDaniel Stone 2018-04-17drm/exynos: Move dma_addr out of exynos_drm_fbDaniel Stone 2018-04-17drm/exynos: Move GEM BOs to drm_framebufferDaniel Stone 2018-03-28drm/exynos: Let core take care of normalizing the zposPeter Ujfalusi 2017-12-08drm/exynos: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes 2017-08-25drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi 2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie 2017-08-09drm/exynos: forbid creating framebuffers from too small GEM buffersMarek Szyprowski 2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard