66caa3cf1d
Merge pull request #58 from pythonbpf/vmlinux-handler
...
finish table construction for vmlinux symbol info transfer
2025-10-20 22:19:27 +05:30
e499c29d42
float vmlinux_symtab till process_func_body
2025-10-20 22:13:38 +05:30
76d0dbfbf4
change globvar string to real global variable
2025-10-20 21:36:54 +05:30
56a2fbaf5b
change globvar string to real global variable
2025-10-20 21:36:46 +05:30
3b323132f0
change equality condition
2025-10-20 21:29:04 +05:30
c9363e62a9
move field name generation to assignments dict
2025-10-20 21:27:42 +05:30
a20643f3a7
move assignemnt tablegen to ir_generation.py
2025-10-20 18:41:59 +05:30
d0fecbc03c
Add sync_perf_output BCC example
2025-10-20 15:43:57 +05:30
174095973b
Fix userspace calling in sys_sync
2025-10-20 15:10:12 +05:30
3273620447
Fix userspace calling in sync_timing
2025-10-20 15:08:27 +05:30
610cbe82a8
Fix userspace calling in sync_count
2025-10-20 15:04:40 +05:30
54c97e648b
Fix userspace calling in hello_fields
2025-10-20 15:02:31 +05:30
dd9411b7b9
Fix userspace calling in hello_world
2025-10-20 14:59:13 +05:30
aa85d0e0ef
Remove unnecessary attached var in hello_perf_output
2025-10-20 14:58:50 +05:30
eee212795f
add assignment dict handling to class_handler.py
2025-10-20 04:41:00 +05:30
8da50b7068
float assignments to class_handler.py
2025-10-20 04:31:23 +05:30
e636fcaea7
add assignment info class family and change how assignments are handled
2025-10-20 04:23:52 +05:30
5bba8dce12
Complete hello_perf_output BCC example
2025-10-20 04:02:34 +05:30
8c976e46ae
Fix loglevel and pylibbpf import in codegen
2025-10-20 04:00:30 +05:30
5512bf52e4
add todo on struct name generator
2025-10-18 23:29:31 +05:30
079ceaa0d6
Merge pull request #57 from pythonbpf/vmlinux-debug-info
...
Add debug info handling to vmlinux
* Does not add support for recursive ctypes pointer based resolution
* Still does not support unions and function pointers.
* Has the mechanism to build for function pointers added.
2025-10-18 23:10:57 +05:30
328b792e4e
add function pointer detection warning as well as identify ctypes non recursion error
2025-10-18 23:09:29 +05:30
5dafa5bd0d
add function pointer detection warning as well as identify ctypes non recursion error
2025-10-18 22:59:01 +05:30
33aa794718
identify error in pointer to ctypes subclass dependency fixing
2025-10-18 22:48:34 +05:30
d855e9ef2e
correct mistake in null pointer. Also identify error in pointer to char debug info generation
2025-10-18 22:32:03 +05:30
de19c8fc90
rename passing test
2025-10-18 22:15:58 +05:30
dc1b243e82
correct error size calculation for arrays
2025-10-18 22:13:59 +05:30
1b4272b408
members generated with wrong size calc for arrays
2025-10-18 22:02:10 +05:30
101183c315
members generated for simple ctypes
2025-10-18 21:45:26 +05:30
3a3116253f
generate members with dummy types
2025-10-18 03:53:10 +05:30
9b7aa6d8be
add dependency debug info list
2025-10-18 03:27:26 +05:30
60737d9894
Improve error handling in compile, pass structs_sym_tab and maps_sym_tab to BpfProgram
2025-10-17 03:25:15 +05:30
fc55b7ecaa
Add passing ptr_to_char_array test for strings
2025-10-16 23:42:03 +05:30
c143739a04
Add passing test struct_field_to_var_str for strings
2025-10-16 23:21:55 +05:30
51a1be0b0b
add classifiers
2025-10-16 19:09:19 +05:30
7ae629e8f7
bump version to v0.1.5
v0.1.5
2025-10-16 19:04:04 +05:30
dd734ea2aa
Merge pull request #56 from pythonbpf/vmlinux-ir-gen
...
Adds IR and debug info generation capabilities for vmlinux imported structs
2025-10-16 18:59:32 +05:30
71d005b6b1
complete vmlinux struct name generation in IR.
...
* Breaks when it finds unions.
* Still does not support function pointers.
2025-10-16 18:58:28 +05:30
5d9a29ee8e
format chore
2025-10-16 18:22:25 +05:30
041e538b53
fix errors. Does not support union name resolution yet.
2025-10-16 18:21:14 +05:30
5413cc793b
something fixed itself.
2025-10-16 18:06:36 +05:30
f21837aefe
support most bitfields
2025-10-16 04:13:04 +05:30
0f5c1fa752
format chore
2025-10-16 04:10:24 +05:30
de02731ea1
add support with ctypes getattr offset. Also supports bitfields.
...
* breaks when struct_ring_buffer_per_cpu
2025-10-16 04:08:06 +05:30
c22d85ceb8
add array field generation support
2025-10-15 23:56:04 +05:30
009b11aca6
Implement bpf_probe_read_kernel_str helper, Allow i8* to i8 ArrayType conversion
2025-10-15 23:52:15 +05:30
2b3c81affa
TODO added for llvmlite attribute issue
...
*Refer: https://github.com/numba/llvmlite/issues/1331
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com >
2025-10-15 21:35:28 +05:30
8372111616
add basic IR gen strategy
2025-10-15 21:25:53 +05:30
9fc3c85b75
Add struct-field to named-var assignment of char arrays
2025-10-15 20:02:18 +05:30
eb4ee64ee5
Revert "float vmlinux_assignments_symtab"
...
This reverts commit ce7b170fea .
2025-10-15 19:11:53 +05:30