Re: [PATCH] function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftests

2024-06-08 Thread Google
On Thu, 6 Jun 2024 08:18:46 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > The function_graph selftests checks various size variables to pass from > the entry of the function to the exit. It tests 1, 2, 4 and 8 byte words. > The 1 byte macro was called BYTE_NUMBER but that is

[PATCH] function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftests

2024-06-06 Thread Steven Rostedt
From: "Steven Rostedt (Google)" The function_graph selftests checks various size variables to pass from the entry of the function to the exit. It tests 1, 2, 4 and 8 byte words. The 1 byte macro was called BYTE_NUMBER but that is used in the sh architecture: arch/sh/include/asm/bitops-op32.h Jus