drm/msm: dpu: Remove unused trace_dpu_perf_update_bus()
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>
This commit is contained in:
parent
5e1228d7fd
commit
d05994dfa9
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user