Re: [PATCH] tracing: Sample module to demonstrate kernel access to Ftrace instances.

2019-10-15 Thread Divya Indi
[Apologies for multiple resends, formatting issue] Hi Steven, Thanks for taking a look. This sample module is dependent on - - commit: f45d122 tracing: Kernel access to Ftrace instances - Patches pending review: https://lore.kernel.org/lkml/1565805327-579-1-git-send-email-divya.i...@oracle.

Re: [PATCH] tracing: Sample module to demonstrate kernel access to Ftrace instances.

2019-10-15 Thread Steven Rostedt
On Fri, 20 Sep 2019 16:59:26 -0700 Divya Indi wrote: > This is a sample module to demostrate the use of the newly introduced and > exported APIs to access Ftrace instances from within the kernel. > > Newly introduced APIs used here - > > 1. Create a new trace array if it does not exist. > struc

[PATCH] tracing: Sample module to demonstrate kernel access to Ftrace instances.

2019-09-20 Thread Divya Indi
This is a sample module to demostrate the use of the newly introduced and exported APIs to access Ftrace instances from within the kernel. Newly introduced APIs used here - 1. Create a new trace array if it does not exist. struct trace_array *trace_array_create(const char *name) 2. Destroy/Remov