Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b749c666 authored by Sushmita Susheelendra's avatar Sushmita Susheelendra
Browse files

msm: kgsl: Fix adreno_cmdbatch_retired tracepoint format



The adreno_cmdbatch_retired tracepoint originally used the string
"ctx_prio". This changed when adding dispatch on GMU support to
"prio". Changing this back to the original so that external parsers
are not impacted.

Change-Id: I89010509ac4cc0db03fcdee302bbe28db604f66c
Signed-off-by: default avatarSushmita Susheelendra <ssusheel@codeaurora.org>
parent 4afb6696
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2013-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
 */

#if !defined(_ADRENO_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
@@ -142,7 +142,7 @@ TRACE_EVENT(adreno_cmdbatch_retired,
		),

	TP_printk(
		"ctx=%u prio=%d ts=%u inflight=%d recovery=%s flags=%s start=%llu retire=%llu rb_id=%d, r/w=%x/%x, q_inflight=%d, dq_id=%u, submitted_to_rb=%llu, retired_on_gmu=%llu",
		"ctx=%u ctx_prio=%d ts=%u inflight=%d recovery=%s flags=%s start=%llu retire=%llu rb_id=%d, r/w=%x/%x, q_inflight=%d, dq_id=%u, submitted_to_rb=%llu retired_on_gmu=%llu",
			__entry->id, __entry->prio, __entry->timestamp,
			__entry->inflight,
			__entry->recovery ?