OSDN Git Service

drm/msm: dpu: Remove unused trace_dpu_perf_update_bus()
authorSean Paul <seanpaul@chromium.org>
Fri, 16 Nov 2018 18:42:12 +0000 (13:42 -0500)
committerRob Clark <robdclark@gmail.com>
Tue, 11 Dec 2018 18:10:08 +0000 (13:10 -0500)
Changes in v2:
- None

Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h

index 0c122e1..7ab0ba8 100644 (file)
@@ -99,27 +99,6 @@ TRACE_EVENT(dpu_perf_set_ot,
                        __entry->vbif_idx)
 )
 
-TRACE_EVENT(dpu_perf_update_bus,
-       TP_PROTO(int client, unsigned long long ab_quota,
-       unsigned long long ib_quota),
-       TP_ARGS(client, ab_quota, ib_quota),
-       TP_STRUCT__entry(
-                       __field(int, client)
-                       __field(u64, ab_quota)
-                       __field(u64, ib_quota)
-       ),
-       TP_fast_assign(
-                       __entry->client = client;
-                       __entry->ab_quota = ab_quota;
-                       __entry->ib_quota = ib_quota;
-       ),
-       TP_printk("Request client:%d ab=%llu ib=%llu",
-                       __entry->client,
-                       __entry->ab_quota,
-                       __entry->ib_quota)
-)
-
-
 TRACE_EVENT(dpu_cmd_release_bw,
        TP_PROTO(u32 crtc_id),
        TP_ARGS(crtc_id),