As requested by Philip Guenther here is more information on how to use
this new dt provider.
After applying the diff you need to add to /etc/sysctl.conf
ddb.profile=1
kern.allowdt=1
kern.allowkmem=1
There are two way to start the tracing.
The first one is to use kgmon that will instantiate all e
+
struct dt_probe *
dt_dev_alloc_probe(const char *func, const char *name, struct dt_provider
*dtpv)
{
@@ -493,6 +528,9 @@ dt_dev_alloc_probe(const char *func, const char *name,
struct dt_provider *dtpv)
dtp->dtp_func = func;
dtp->dtp_name = name;
dtp->dtp_sysnum =
On 26/10/2020 03:31, Tom Rollet wrote:
On 20/10/2020 06:16, Philip Guenther wrote:
On Mon, Oct 19, 2020 at 3:13 PM Tom Rollet <mailto:tom.rol...@epita.fr>> wrote:
Hi,
I'm starting to help in the development of the dt device.
I'm stuck on permission handling of
On 20/10/2020 06:16, Philip Guenther wrote:
On Mon, Oct 19, 2020 at 3:13 PM Tom Rollet <mailto:tom.rol...@epita.fr>> wrote:
Hi,
I'm starting to help in the development of the dt device.
I'm stuck on permission handling of memory. I'm trying to allocate a
hout
error message, I can't launch the kernel debugger and I don't know how
debug it further.
Does anyone have an idea how to fix this issue?
Thanks
--
Tom Rollet