We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fb0ab commit a351132Copy full SHA for a351132
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
@@ -473,7 +473,7 @@ TRACE_EVENT(amdgpu_ib_pipe_sync,
473
TP_PROTO(struct amdgpu_job *sched_job, struct dma_fence *fence),
474
TP_ARGS(sched_job, fence),
475
TP_STRUCT__entry(
476
- __string(ring, sched_job->base.sched->name);
+ __string(ring, sched_job->base.sched->name)
477
__field(uint64_t, id)
478
__field(struct dma_fence *, fence)
479
__field(uint64_t, ctx)
0 commit comments