Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199584
b: refs/heads/master
c: f41275e
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Eric Anholt committed May 26, 2010
1 parent 7a6c98e commit 07f78c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9517a92f48b08bb02cfb616825850b82b28461cc
refs/heads/master: f41275e893191eeb7a88e431d594e167adbd5234
24 changes: 7 additions & 17 deletions trunk/drivers/gpu/drm/i915/i915_trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,6 @@ TRACE_EVENT(i915_gem_object_bind,
__entry->obj, __entry->gtt_offset)
);

TRACE_EVENT(i915_gem_object_clflush,

TP_PROTO(struct drm_gem_object *obj),

TP_ARGS(obj),

TP_STRUCT__entry(
__field(struct drm_gem_object *, obj)
),

TP_fast_assign(
__entry->obj = obj;
),

TP_printk("obj=%p", __entry->obj)
);

TRACE_EVENT(i915_gem_object_change_domain,

TP_PROTO(struct drm_gem_object *obj, uint32_t old_read_domains, uint32_t old_write_domain),
Expand Down Expand Up @@ -132,6 +115,13 @@ DECLARE_EVENT_CLASS(i915_gem_object,
TP_printk("obj=%p", __entry->obj)
);

DEFINE_EVENT(i915_gem_object, i915_gem_object_clflush,

TP_PROTO(struct drm_gem_object *obj),

TP_ARGS(obj)
);

DEFINE_EVENT(i915_gem_object, i915_gem_object_unbind,

TP_PROTO(struct drm_gem_object *obj),
Expand Down

0 comments on commit 07f78c6

Please sign in to comment.