dynolog icon indicating copy to clipboard operation
dynolog copied to clipboard

Dynolog is a telemetry daemon for performance monitoring and tracing. It exports metrics from different components in the system like the linux kernel, CPU, disks, Intel PT, GPUs etc. Dynolog also int...

Results 39 dynolog issues
Sort by recently updated
recently updated
newest added

I noticed that there aren't any attached release packages for v0.3.1 or v0.3.2. Could someone create and upload those, please? Thank you

Summary: PerfEventsGroup::enable() function takes a parameter `reset` that controls if it will PERF_EVENT_IOC_RESET its managed event before enable(). This is default to be true. This is not the desired behavior...

CLA Signed

Summary: There is an ODR one definition rule violation that was causing a crash on sigrid https://fb.workplace.com/groups/560979627394613/posts/2909061125919773/?comment_id=2909752389183980&reply_comment_id=2910102119149007 Sigrid includes both kineto and ipcfabric via dynolog, and on kineto the class...

CLA Signed

Summary: Add uncore events to hbt library. Differential Revision: D56407110

CLA Signed
fb-exported

Summary: Some events have the same code and umask, thus having identical configuration under hbt's event definitions. This should not be the case, however, because Intel differentiates them via umask...

CLA Signed

Summary: LLVM-15 has a warning `-Wunused-but-set-variable` which we treat as an error because it's so often diagnostic of a code issue. Unused variables can compromise readability or, worse, performance. This...

CLA Signed
fb-exported

Summary: Added support for rocky8 and centos7 in dockerfile Differential Revision: D55795501

CLA Signed
fb-exported

Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: palmje Differential Revision: D55534629

CLA Signed
fb-exported

Hey guys awesome work. Quick question about k8s compat: If the kineto instrumented processes are running in K8s containers, are you guys aware if enabling host IPC, and running dynolog...

Summary: `nullptr` is preferable to `0` or `NULL`. Let's use it everywhere so we can enable `-Wzero-as-null-pointer-constant`. - If you approve of this diff, please use the "Accept & Ship"...

CLA Signed
fb-exported