summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-15 00:02:33 +0200
committerDave Airlie <airlied@redhat.com>2013-08-19 10:46:35 +1000
commit7106bf96f81b0c207aaab4b46aa2acc5cab334d4 (patch)
tree782617e44aac3d710293f32272c6055ceec98e3c /tools/perf/scripts/python/flamegraph.py
parent01ce605a7bd8f4aaaf3c0accdaa5e106982b698c (diff)
downloadkernel-7106bf96f81b0c207aaab4b46aa2acc5cab334d4.tar.gz
drm/prime: add a bit of documentation about gem_obj->import_attach
Lifetime rules seem to be solid around ->import_attach. So this patch just properly documents them. Note that pointing directly at the attachment might have issues for devices that have multiple struct device *dev parts constituting the logical gpu and so might need multiple attachment points. Similarly for drm devices which don't need a dma attachment at all (like udl). But fixing that up is material for different patches. Reviewed-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
3de'>selinux: fix avc audit messagesStephen Smalley 2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek 2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek 2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek 2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek 2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley 2019-01-10selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley 2018-06-19selinux: Cleanup printk logging in avcpeter enderborg 2018-03-20selinux: wrap AVC stateStephen Smalley 2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore 2018-03-01selinux: wrap global selinux stateStephen Smalley