#!/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 s/gpu/drm/i915/i915_gem_internal.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_internal.c
AgeCommit message (Expand)Author
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson
2019-01-09drm/i915: drop all drmP.h includesJani Nikula
2018-02-16drm: move read_domains and write_domain into i915Christian König
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gem_internalChris Wilson
2017-12-15drm/i915: Allow internal page allocations to failChris Wilson