Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonbpf
/
Python-BPF
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
240
Code
Issues
22
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add support for userspace+kernelspace stack trace example using blazesym
- #69
#69
Merged
r41k0u
merged 13 commits into
master
pythonbpf/Python-BPF:master
from
symex
pythonbpf/Python-BPF:symex
Copy head branch name to clipboard
Nov 16, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add support for userspace+kernelspace stack trace example using blazesym
#69
r41k0u
merged 13 commits into
master
pythonbpf/Python-BPF:master
from
symex
pythonbpf/Python-BPF:symex
Copy head branch name to clipboard
Commits
Commits on Nov 11, 2025
Rename RingBuf map to RingBuffer
r41k0u
committed
cd52d0d
View commit details
Copy full SHA for cd52d0d
Browse repository at this point
Add max_entries constraints for RingBuffer
r41k0u
committed
5eaeb3e
View commit details
Copy full SHA for 5eaeb3e
Browse repository at this point
Add linting function for RingBuf.discard
r41k0u
committed
1d7a436
View commit details
Copy full SHA for 1d7a436
Browse repository at this point
Initialize required helpers for ringbuffer
r41k0u
committed
7a56e5d
View commit details
Copy full SHA for 7a56e5d
Browse repository at this point
Add RingBuf submit and reserve helpers
r41k0u
committed
209df33
View commit details
Copy full SHA for 209df33
Browse repository at this point
Commits on Nov 12, 2025
Introduce MapSymbol to propagate map type info in map_sym_tab
r41k0u
committed
cbddc0a
View commit details
Copy full SHA for cbddc0a
Browse repository at this point
Set minimum supported Python version to 3.10
r41k0u
committed
64cd2d2
View commit details
Copy full SHA for 64cd2d2
Browse repository at this point
Implement output helper for RingBuf maps, add a match-case based dispatch for output helper handlers for multiple map types
r41k0u
committed
a55efc6
View commit details
Copy full SHA for a55efc6
Browse repository at this point
Janitorial formatting
r41k0u
committed
56df05a
View commit details
Copy full SHA for 56df05a
Browse repository at this point
Init bpf_get_stack emitter
r41k0u
committed
29e9060
View commit details
Copy full SHA for 29e9060
Browse repository at this point
Implement bpf_get_stack handler
r41k0u
committed
a10da4a
View commit details
Copy full SHA for a10da4a
Browse repository at this point
Fix get_flags_val usage
r41k0u
committed
9d76502
View commit details
Copy full SHA for 9d76502
Browse repository at this point
Commits on Nov 16, 2025
Add docstring for bpf_get_stack_emitter
r41k0u
committed
e9bb90c
View commit details
Copy full SHA for e9bb90c
Browse repository at this point
You can’t perform that action at this time.