Re: [RFC][PATCH v4 1/2] trace: Add trace any kernel object

From: Huan Xie
Date: Mon Nov 01 2021 - 11:55:29 EST


On Mon, Nov 1, 2021 at 11:12 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> On Mon, 1 Nov 2021 23:07:59 +0800
> Jeff Xie <xiehuan09@xxxxxxxxx> wrote:
>
> > Introduce a method based on function tracer to trace any object and get
> > the value of the object dynamically. the object can from the dynamic event
> > (kprobe_event/uprobe_event) or the static event(tracepoint).
> >
> > Usage:
> > When using the kprobe event, only need to set the objtrace(a new trigger),
> > we can get the value of the object. The object is from the setting of the
> > kprobe event.
>
> Hi Jeff,
>
> I just wanted to let you know that because the merge window just opened
> (Linus released 5.15 and is now accepting changes for 5.16), I most likely
> wont have any time to review your changes while the merge window is open
> (for the next two weeks).
>
> Please do not take my lack of responses during this time as ignoring you.
> I'm just going to be overwhelmed with getting things right, and this merge
> window is going to be a bit tougher for me than other merge windows.
>
> Thanks,
>
> -- Steve

I’m very glad you can explain this and let me know. because the
previous patch[PATCH V3] lacks some functions.
Just update it.

Thanks.
---
JeffXie