|
|
5654ee91da
|
Enhance README with badges and project details
Added badges and improved project description in README.
|
2025-10-01 01:23:54 +05:30 |
|
|
|
b31d6ff144
|
Merge pull request #11 from pythonbpf/dependabot/github_actions/actions-6e72dea427
Bump the actions group with 3 updates
|
2025-10-01 00:41:58 +05:30 |
|
|
|
8d5067996f
|
format chore and pre commit hook addition
|
2025-10-01 00:41:00 +05:30 |
|
|
|
1ba2055450
|
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/download-artifact](https://github.com/actions/download-artifact).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-30 19:00:00 +00:00 |
|
|
|
8658143b16
|
add passing tests to maps and change debug info generation location
|
2025-10-01 00:29:12 +05:30 |
|
|
|
475e07c4e2
|
update makefile
|
2025-10-01 00:09:05 +05:30 |
|
|
|
1847d96219
|
improve import and add failing test
|
2025-10-01 00:00:03 +05:30 |
|
|
|
430617de7e
|
add binops1.py failing test
|
2025-09-30 23:53:11 +05:30 |
|
|
|
7d91f88c4d
|
add failing tests
|
2025-09-30 23:50:36 +05:30 |
|
|
|
44b95b69ca
|
Add __init__.py under structs/, fix imports
|
2025-09-30 23:26:18 +05:30 |
|
|
|
0e1cbb30b7
|
attribute out vmlinux
|
2025-09-30 21:10:20 +05:30 |
|
|
|
f489129949
|
Merge pull request #9 from pythonbpf/refactor
Cleanup and rename examples
|
2025-09-30 21:07:06 +05:30 |
|
|
|
0d0a318e46
|
cleanup and rename
|
2025-09-30 21:05:07 +05:30 |
|
|
|
18811933bf
|
cleanup stray files and add return paths
|
2025-09-30 20:52:41 +05:30 |
|
|
|
912d0c8eac
|
Merge pull request #8 from pythonbpf/refactor
Add dwarf module
|
2025-09-30 20:39:48 +05:30 |
|
|
|
b88888fc68
|
Add DebugInfoGenerator functions instead of obscene looking debug information directly
|
2025-09-30 20:37:02 +05:30 |
|
|
|
e80486975f
|
Add DebugInfoGenerator class
|
2025-09-30 20:31:00 +05:30 |
|
|
|
63944c5f93
|
add todo for global addition to debug compile unit.
|
2025-09-30 20:28:35 +05:30 |
|
|
|
ce9be8750d
|
add dwarf behaviour conditions
|
2025-09-30 20:26:38 +05:30 |
|
|
|
6afcffb4ed
|
add debug module
|
2025-09-30 20:18:26 +05:30 |
|
|
|
af004cb864
|
janitorial
|
2025-09-30 20:09:04 +05:30 |
|
|
|
980f2af414
|
Merge pull request #6 from pythonbpf/refactor-maps
Refactor maps_pass
|
2025-09-30 19:58:32 +05:30 |
|
|
|
87908e8713
|
Remove backslash for multiline conditions in maps
|
2025-09-30 19:57:58 +05:30 |
|
|
|
0f3cc434a3
|
Fix return for unknown map types
|
2025-09-30 19:55:37 +05:30 |
|
|
|
d943b78a25
|
Add __init__ to maps to improve imports
|
2025-09-30 19:51:28 +05:30 |
|
|
|
744aa3fbdf
|
Use logger instead of prints in map_pass
|
2025-09-30 19:44:29 +05:30 |
|
|
|
9fa362ec6a
|
Remove global map_sym_tab
|
2025-09-30 19:29:45 +05:30 |
|
|
|
ca51b7ce01
|
Fix invalid member func for MapProcessorRegistry
|
2025-09-30 19:10:25 +05:30 |
|
|
|
2e005f6eb5
|
Create MapProcessorRegistry to add more maps
|
2025-09-30 19:08:56 +05:30 |
|
|
|
cbc6b93cd8
|
restructure maps dir, fix imports
|
2025-09-30 19:01:46 +05:30 |
|
|
|
9ae1b6ce15
|
Fix usage of map_params to use BPFMapType
|
2025-09-30 13:28:18 +05:30 |
|
|
|
1a1f2cf634
|
create BPFMapType enum
|
2025-09-30 12:20:07 +05:30 |
|
|
|
0d691865bc
|
Add is_map in maps_pass
|
2025-09-30 11:44:12 +05:30 |
|
|
|
0fb1cafd20
|
Revise README for clarity and additional details
Updated README.md to enhance project description, installation instructions, and usage examples.
|
2025-09-30 03:05:27 +05:30 |
|
|
|
1adf7d7fcc
|
Merge pull request #5 from pythonbpf/struct_refactor
Struct refactor
|
2025-09-30 02:01:58 +05:30 |
|
|
|
3ded17bf8b
|
Fix size calc for ArrayType in structs
|
2025-09-30 01:59:18 +05:30 |
|
|
|
715442d7bf
|
fix struct usage in expr_pass
|
2025-09-30 01:59:17 +05:30 |
|
|
|
e464a3fdd5
|
fix struct usage in handle_helper_functions
|
2025-09-30 01:59:16 +05:30 |
|
|
|
fed4c179e6
|
fix struct usage in functions_pass
|
2025-09-30 01:59:15 +05:30 |
|
|
|
32c22c3148
|
fix struct imports
|
2025-09-30 01:59:14 +05:30 |
|
|
|
4557b094e1
|
Use StructType in struct_pass, fix indexing
|
2025-09-30 01:59:13 +05:30 |
|
|
|
84500305db
|
Move structs_pass under structs, create StructType
|
2025-09-30 01:59:12 +05:30 |
|
|
|
0d21f84529
|
Remove redundant functions from struct_pass
|
2025-09-30 01:59:11 +05:30 |
|
|
|
5bcc02a931
|
add parser_struct_fields
|
2025-09-30 01:59:10 +05:30 |
|
|
|
fe91a176e2
|
fix structs_proc
|
2025-09-30 01:59:09 +05:30 |
|
|
|
083ee21e38
|
structs_pass cleanup
|
2025-09-30 01:59:06 +05:30 |
|
|
|
ea5a1ab2de
|
add jupyter notebook support
|
2025-09-27 12:24:49 +05:30 |
|
|
|
de5cc438ab
|
Allow access from struct fields
|
2025-09-26 23:02:51 +05:30 |
|
|
|
8c2196c05c
|
bump version
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
v0.1.3
|
2025-09-26 22:48:17 +05:30 |
|
|
|
a2f86d680d
|
Merge pull request #4 from varun-r-mallya/type_system
Type system and strings
|
2025-09-26 18:27:10 +05:30 |
|