#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm /vgem/vgem_drv.h?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vgem/vgem_drv.h
AgeCommit message (Expand)Author
2019-07-17drm/vgem: drop use of drmP.hSam Ravnborg
2017-06-23drm/vgem: Pin our pages for dmabuf exportsChris Wilson
2017-05-08drm/vgem: Enable dmabuf import interfacesLaura Abbott
2017-01-10drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi
2016-07-18drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson
2016-07-12drm/vgem: Fix mmapingChris Wilson