Nicolò Mazzucato

Results 21 issues of Nicolò Mazzucato

Now the search happens after the entire query is done. Would be nice if it was almost real-time, as you type

enhancement

The first column of the list should automatically update when someone adds or removes a favorite stream. This might involve a form of always active stream between the frontend and...

enhancement

bug
good first issue

Is there any plan to add kotlin support?

New Feature

(After this PR, these files are not compiled) So far, entry probes and probes at offsets are supported. Return probes are not tested, and shouldn't work for CHERI. This allows...

For a few tests ksh is needed, but we don't have it in FreeBSD by default. As a consequence, I use sh. Many of the DTrace ksh tests are broken...

In the normal registers gathered from `PT_GETREGS` (ptrace) the pc is only the offset. To have the complete address we have to add the base of the PCC. The rest...

Now it's possible to generate stack traces for a purecap userspace. To test it: `dtrace -n "profile-1ms { @[ustack()] = count(); }" -c date` ``` ... libc.so.7`memset+0xa4 libdtrace.so.2`dtrace_aggregate_snap+0x224 libdtrace.so.2`dtrace_work+0x78 dtrace`0x1395f0...

This dialog provides a button to disable timeline sync directly from the UI, improving user experience by making the sync status and control more apparent. The dialog is displayed as...