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

Commit 82827557 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

tracing: make bprint event use the proper event id



The bprint record is using TRACE_PRINT when it should be TRACE_BPRINT.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent 48ead020
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ TRACE_EVENT_FORMAT(user_stack, TRACE_USER_STACK, userstack_entry, ignore,
		 "\t=> (%08lx)\n\t=> (%08lx)\n\t=> (%08lx)\n\t=> (%08lx)\n")
);

TRACE_EVENT_FORMAT(bprint, TRACE_PRINT, bprint_entry, ignore,
TRACE_EVENT_FORMAT(bprint, TRACE_BPRINT, bprint_entry, ignore,
	TRACE_STRUCT(
		TRACE_FIELD(unsigned long, ip, ip)
		TRACE_FIELD(unsigned int, depth, depth)