Re: [PATCH] function_graph: Simplify the initialization of fgraph LRU data

From: Steven Rostedt
Date: Fri Sep 27 2024 - 20:18:06 EST


On Thu, 12 Sep 2024 11:15:50 +0000
Liao Chang <liaochang1@xxxxxxxxxx> wrote:

> This patch uses [first ... last] = value to initialize fgraph_array[].
> And it declares all the callbacks in fgraph_stub as static, as they are
> not called from external code.

This patch doesn't look like a simplification, and it is incorrect
about the "not called from external code" as the kernel test robot
pointed out!

-- Steve