aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2013-08-15 00:02:34 +0200
committerDave Airlie <[email protected]>2013-08-19 10:46:56 +1000
commit36da5908a275d6319c17e758b5bde89b4f573959 (patch)
treed78c928f49e38c650701062c7badc20ff70d0b3e /tools/perf/scripts/python/event_analyzing_sample.py
parent7106bf96f81b0c207aaab4b46aa2acc5cab334d4 (diff)
drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c
We have three callers of this function now and it's neither performance critical nor really small. So an inline function feels like overkill and unecessarily separates the different parts of the code. Since all callers of drm_gem_object_handle_free are now in drm_gem.c we can make that static (and remove the unused EXPORT_SYMBOL). To avoid a forward declaration move it (and drm_gem_object_free_bug) up a bit. Signed-off-by: Daniel Vetter <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions