|
Deepanshu's site: Homepage Blog Open Source Tools About Open Source: Kernel OpenTelemetry Tools: TrackLeak eBPF Profiler Links: GitHub kernel.org |
Deepanshu Kartikey’s HomepagePerformance Engineer at Clickpost. I go deep into systems and make them faster. When I’m not optimizing production, I’m hacking on the Linux kernel and building tools for fun. I have a blog, and I’m also on GitHub and LinkedIn. Here is my about page. Recent blog posts:
Open Source Contributions1. Linux Kernel — patches merged across ext4, kernel/fork, ntfs3, atm/lec, bpf, mm, net, ocfs2 and more. Reviewed by Theodore Ts’o, Andrew Morton, Christian Brauner, and others. 2. OpenTelemetry — Fixed a recursive deadlock in the Python SDK under concurrent tracing load. Diagnosed root cause, wrote reproducer, merged upstream. ToolsTrackLeak — Memory leak detector for Python. Hooks malloc and PyMem_*, zero instrumentation, works on live processes. Read more → · GitHub · Blog post eBPF Thread Profiler — Thread-level profiler for Python & Java using kernel-level syscall tracing. Zero code changes. |