varun-r-mallya
  • Joined on 2025-06-20
varun-r-mallya synced commits to perfbuf at varun-r-mallya/pylibbpf from mirror 2025-10-17 03:03:48 +00:00
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-17 03:03:47 +00:00
60737d9894 Improve error handling in compile, pass structs_sym_tab and maps_sym_tab to BpfProgram
varun-r-mallya synced new reference refs/tags/v0.1.5 to varun-r-mallya/python-bpf from mirror 2025-10-16 18:53:45 +00:00
varun-r-mallya synced commits to refs/tags/v0.1.5 at varun-r-mallya/python-bpf from mirror 2025-10-16 18:53:45 +00:00
varun-r-mallya synced commits to vmlinux-ir-gen at varun-r-mallya/python-bpf from mirror 2025-10-16 18:53:45 +00:00
71d005b6b1 complete vmlinux struct name generation in IR.
5d9a29ee8e format chore
041e538b53 fix errors. Does not support union name resolution yet.
5413cc793b something fixed itself.
f21837aefe support most bitfields
Compare 8 commits »
varun-r-mallya synced commits to master at varun-r-mallya/python-bpf from mirror 2025-10-16 18:53:45 +00:00
51a1be0b0b add classifiers
7ae629e8f7 bump version to v0.1.5
dd734ea2aa Merge pull request #56 from pythonbpf/vmlinux-ir-gen
71d005b6b1 complete vmlinux struct name generation in IR.
5d9a29ee8e format chore
Compare 15 commits »
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-16 18:53:45 +00:00
fc55b7ecaa Add passing ptr_to_char_array test for strings
c143739a04 Add passing test struct_field_to_var_str for strings
Compare 2 commits »
varun-r-mallya synced commits to vmlinux-ir-gen at varun-r-mallya/python-bpf from mirror 2025-10-15 18:23:46 +00:00
2b3c81affa TODO added for llvmlite attribute issue
8372111616 add basic IR gen strategy
eb4ee64ee5 Revert "float vmlinux_assignments_symtab"
ce7b170fea float vmlinux_assignments_symtab
c499fe7421 solve static typing issues
Compare 8 commits »
varun-r-mallya synced commits to master at varun-r-mallya/python-bpf from mirror 2025-10-15 18:23:45 +00:00
9a60dd87e3 Merge pull request #55 from pythonbpf/vmlinux-ir-gen
c499fe7421 solve static typing issues
8239097fbb format chore
a4cfc2b7aa add assignments table and offset handler
69b73003ca setup skeleton for offset calculation
Compare 7 commits »
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-15 18:23:45 +00:00
009b11aca6 Implement bpf_probe_read_kernel_str helper, Allow i8* to i8 ArrayType conversion
9fc3c85b75 Add struct-field to named-var assignment of char arrays
fd630293f7 Remove duplicate alignment logic from allocation_pass
81f72a7698 Support var-to-var and var-to-struct-fld allocations
fb480639a5 Make char array struct fields work
Compare 5 commits »
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-15 10:13:44 +00:00
13a804f7ac Implement bpf_get_current_comm_emitter
a0d954b20b Register bpf_get_current_comm_emitter for comm
b105c70b38 Add hello_perf_output BCC-Example skeleton
Compare 3 commits »
varun-r-mallya synced commits to vmlinux-ir-gen at varun-r-mallya/python-bpf from mirror 2025-10-15 02:03:44 +00:00
11e8e72188 add base for ir gen
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-15 02:03:44 +00:00
0a1557e318 Add sync_count BCC example to use tuple-like assignment
c56928bc8a Add create_targets_and_rvals, use it in handle_assign to enable tuple assignment
dd3fc74d09 Add support for tuple style multiiassignment in allocation_pass
Compare 3 commits »
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-14 17:53:46 +00:00
4a79f9b9b2 Add sync_count BCC-Example
b676a5ebb4 Fix return in BCC-Examples
d7329ad3d7 Add BCC sync_timing example
Compare 3 commits »
varun-r-mallya synced commits to vmlinux-ir-gen at varun-r-mallya/python-bpf from mirror 2025-10-14 01:33:44 +00:00
d3f0e3b2ef remove tbaa_gen and make IR generator module
a03d3e5d4c format chore
e1f9ac6ba0 add dependency tree functionality
Compare 3 commits »
varun-r-mallya synced commits to master at varun-r-mallya/python-bpf from mirror 2025-10-14 01:33:44 +00:00
09ba749b46 Merge pull request #52 from pythonbpf/vmlinux-ir-gen
a03d3e5d4c format chore
e1f9ac6ba0 add dependency tree functionality
Compare 3 commits »
varun-r-mallya synced commits to bcc_examples at varun-r-mallya/python-bpf from mirror 2025-10-14 01:33:44 +00:00
903654daff Add hello_fields BCC Example
263402d137 Add trace_fields
37d1e1b143 Add sys_sync BCC example
edc33733d9 Add trace_pipe utility
Compare 4 commits »
varun-r-mallya synced and deleted reference refs/tags/vmlinux-working at varun-r-mallya/python-bpf from mirror 2025-10-14 01:33:44 +00:00
varun-r-mallya synced commits to vmlinux-working at varun-r-mallya/python-bpf from mirror 2025-10-13 17:23:45 +00:00
d4f5a9c36e fix static typing errors
20ec307288 format chore
0b4c6264a8 complete dependency tree readiness resolution
Compare 3 commits »
varun-r-mallya synced new reference vmlinux-ir-gen to varun-r-mallya/python-bpf from mirror 2025-10-13 17:23:45 +00:00