Re: [PATCH v7 21/36] function_graph: Add selftest for passing local variables

2024-02-16 Thread Google
On Thu, 15 Feb 2024 10:02:54 -0500 Steven Rostedt wrote: > On Wed, 7 Feb 2024 00:11:22 +0900 > "Masami Hiramatsu (Google)" wrote: > > > From: Steven Rostedt (VMware) > > > > Add boot up selftest that passes variables from a function entry to a > > function exit, and make sure that they do ge

Re: [PATCH v7 21/36] function_graph: Add selftest for passing local variables

2024-02-15 Thread Steven Rostedt
On Wed, 7 Feb 2024 00:11:22 +0900 "Masami Hiramatsu (Google)" wrote: > From: Steven Rostedt (VMware) > > Add boot up selftest that passes variables from a function entry to a > function exit, and make sure that they do get passed around. > > Signed-off-by: Steven Rostedt (VMware) > Signed-of

[PATCH v7 21/36] function_graph: Add selftest for passing local variables

2024-02-06 Thread Masami Hiramatsu (Google)
From: Steven Rostedt (VMware) Add boot up selftest that passes variables from a function entry to a function exit, and make sure that they do get passed around. Signed-off-by: Steven Rostedt (VMware) Signed-off-by: Masami Hiramatsu (Google) --- Changes in v2: - Add reserved size test. - U