dynolog
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...
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...
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...
Summary: Add uncore events to hbt library. Differential Revision: D56407110
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...
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...
Summary: Added support for rocky8 and centos7 in dockerfile Differential Revision: D55795501
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: palmje Differential Revision: D55534629
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"...