varun-r-mallya
  • Joined on 2025-06-20
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-20 12:43:44 +00:00
d0fecbc03c Add sync_perf_output BCC example
174095973b Fix userspace calling in sys_sync
3273620447 Fix userspace calling in sync_timing
610cbe82a8 Fix userspace calling in sync_count
54c97e648b Fix userspace calling in hello_fields
Compare 7 commits »
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-20 04:33:50 +00:00
f99de9981c Fix includes for PerfEventArray
fa5d181e1a Fix includes for BpfProgram
867f142a7f Fix includes for BpfObject
8cc8f4267a Fix includes for BpfMap
ff427c2e61 Fix includes for bindings
Compare 26 commits »
varun-r-mallya synced commits to master at varun-r-mallya/pylibbpf from mirror 2025-10-20 04:33:49 +00:00
5c1071fac0 Merge pull request #4 from pythonbpf/perfbuf
f99de9981c Fix includes for PerfEventArray
fa5d181e1a Fix includes for BpfProgram
867f142a7f Fix includes for BpfObject
8cc8f4267a Fix includes for BpfMap
Compare 50 commits »
varun-r-mallya synced new reference vmlinux-handler to varun-r-mallya/python-bpf from mirror 2025-10-20 04:33:47 +00:00
varun-r-mallya synced commits to vmlinux-handler at varun-r-mallya/python-bpf from mirror 2025-10-20 04:33:47 +00:00
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-20 04:33:47 +00:00
5bba8dce12 Complete hello_perf_output BCC example
8c976e46ae Fix loglevel and pylibbpf import in codegen
Compare 2 commits »
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-19 20:23:47 +00:00
1eb7ed460e Fix Bindings and PerfEventArray
8babf3087b Add parser and parent shared_ptr to PerfEventArray
cbfe6ae95e Rename BpfPerfBuffer to PerfEventArray, add struct_parser to BpfObject as a shared_ptr
05d5bba4f7 Add StructParser utility
f7874137ad Enable BpfMap to be shared, add get_parent
Compare 7 commits »
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-19 04:03:45 +00:00
771d8fef0a Modify tests to use BpfObject instead
cbe019c2bc Restore minimum cmake version
1c956da07f Janitorial clang-format
fc4d9a51e7 Fix perf_buffer__new call
c0b982a514 Use shared_from_this while creating BpfProgram or BpfMap, make get_map_names and get_program_names non-const
Compare 8 commits »
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-18 19:53:47 +00:00
4a5ff0c1c2 Janitorial: clang-format
c5a485b526 Reimplement BpfMap
Compare 2 commits »
varun-r-mallya synced commits to vmlinux-debug-info at varun-r-mallya/python-bpf from mirror 2025-10-18 19:53:46 +00:00
328b792e4e add function pointer detection warning as well as identify ctypes non recursion error
5dafa5bd0d add function pointer detection warning as well as identify ctypes non recursion error
33aa794718 identify error in pointer to ctypes subclass dependency fixing
d855e9ef2e correct mistake in null pointer. Also identify error in pointer to char debug info generation
de19c8fc90 rename passing test
Compare 9 commits »
varun-r-mallya synced commits to master at varun-r-mallya/python-bpf from mirror 2025-10-18 19:53:45 +00:00
5512bf52e4 add todo on struct name generator
079ceaa0d6 Merge pull request #57 from pythonbpf/vmlinux-debug-info
328b792e4e add function pointer detection warning as well as identify ctypes non recursion error
5dafa5bd0d add function pointer detection warning as well as identify ctypes non recursion error
33aa794718 identify error in pointer to ctypes subclass dependency fixing
Compare 12 commits »
varun-r-mallya synced new reference ronin/talkwchac to varun-r-mallya/wona.github.com from mirror 2025-10-18 18:13:41 +00:00
varun-r-mallya synced commits to ronin/talkwchac at varun-r-mallya/wona.github.com from mirror 2025-10-18 18:13:41 +00:00
varun-r-mallya synced commits to master at varun-r-mallya/wona.github.com from mirror 2025-10-18 18:13:41 +00:00
41101ece6b Merge pull request #220 from WatchOutNewsAgency/ronin/talkwchac
126c0139a6 feat(mobile): mobile navbar length fix for all categories
0d61394fe4 Merge pull request #219 from WatchOutNewsAgency/ronin/talkwchac
8b3fb0a04b feat(article): talk with chac category set to coverstory
4f6b0d3c5c feat(article): talk with chac
Compare 5 commits »
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-18 11:43:45 +00:00
54acc2c15d Redesign BpfMap
5c74be041e Reimplement BpfProgram
2b99f01b02 Rework BpfProgram.h, pass BpfObject as shared_ptr to BpfPrograms
Compare 3 commits »
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-18 03:33:47 +00:00
763c188fa9 Implement BpfObject class
varun-r-mallya synced new reference vmlinux-debug-info to varun-r-mallya/python-bpf from mirror 2025-10-18 03:33:46 +00:00
varun-r-mallya synced commits to vmlinux-debug-info at varun-r-mallya/python-bpf from mirror 2025-10-18 03:33:45 +00:00
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-17 19:23:46 +00:00
528a54247d Create bpf_object.h as a container for the object file having bpf progs and maps
varun-r-mallya synced new reference perfbuf to varun-r-mallya/pylibbpf from mirror 2025-10-17 03:03:48 +00:00