Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/bpftrace/bpftrace

High-level tracing language for Linux
https://github.com/bpftrace/bpftrace

Expose the `-p <PID>` argument within bpftrace script

sugarraysam opened this issue 3 months ago
Move assign maps

sugarraysam opened this issue 3 months ago
Fix variable scoping issues:

jordalgo opened this pull request 3 months ago
`clear(..)` supports a sync mode

sugarraysam opened this issue 3 months ago
Can't clear map without explicit key

sugarraysam opened this issue 3 months ago
Add config option to control maps printed at exit

amscanne opened this pull request 3 months ago
Convert inlined locations to USDT

ttreyer opened this pull request 3 months ago
Use global scratch buffers for variables

ryantimwilson opened this pull request 3 months ago
JSON Output for Type::none Fields

amiremohamadi opened this issue 3 months ago
Add checks to prevent assignment of some map types

jordalgo opened this pull request 3 months ago
doc: Reword to clarify 'implicit atomic operations'

danobi opened this pull request 3 months ago
Crash when trying to print() hist

danobi opened this issue 3 months ago
Symbolize enums in maps

danobi opened this pull request 3 months ago
semantic: NFC: Delete duplicated branch for fentry/fexit

danobi opened this pull request 4 months ago
extend the current `signal` builtin function

amiremohamadi opened this issue 4 months ago
Fix map type back propagation

jordalgo opened this pull request 4 months ago
man: Fix HTML formatting for `++` operator

danobi opened this pull request 4 months ago
Hint the correct integer type for casts

ttreyer opened this pull request 4 months ago
fix verifier Error / Incorrect comparisons against result of len() function

mannkafai opened this pull request 4 months ago
Rust symbol demangling

adammitha opened this issue 4 months ago
docs: wrong default value for max_cat_bytes

amiremohamadi opened this issue 4 months ago
NFC: Delete duplicated child creation

danobi opened this pull request 4 months ago
Colorize semantic analyser output

danobi opened this issue 4 months ago
docs: Clarify -c COMMAND implicit filtering

danobi opened this pull request 4 months ago
docs: Improve PER_CPU types documentation

danobi opened this pull request 4 months ago
RFC: session probes

viktormalik opened this issue 4 months ago
Deprecate k(ret)func probes in favor of fentry/fexit

viktormalik opened this pull request 4 months ago
Optimise `len()` by using `bpf_map_sum_elem_count` kfunc (introduce kfuncs)

viktormalik opened this pull request 4 months ago
Add custom signal handling probe type

amiremohamadi opened this pull request 4 months ago
Unstable feature gates

danobi opened this issue 4 months ago
has_key: only skip key validation for first arg

jordalgo opened this pull request 4 months ago
Update parser.py, Changed "leat" to "least"

gautamjag7 opened this pull request 4 months ago
RFC: Resize integer scratch variables

jordalgo opened this issue 4 months ago
ints: Support subword binary operations

danobi opened this pull request 4 months ago
Integer size binop regression

danobi opened this issue 4 months ago
Support symbolizing enums

danobi opened this pull request 4 months ago
quay.io/iovisor/bpftrace is out of date

gonzoua opened this issue 4 months ago
Add config to store objects on stack vs. scratch buffer

ryantimwilson opened this pull request 4 months ago
Migrate strings from scratch maps to global scratch variables

ryantimwilson opened this pull request 4 months ago
Optimise `len()` by using `bpf_map_sum_elem_count` kfunc

ajor opened this issue 4 months ago
Reduce jumps needed from scratch buffer lookup

ryantimwilson opened this pull request 4 months ago
RFC: User Defined BpfScript Types

ajor opened this issue 4 months ago
typo in runtime test parser

amiremohamadi opened this issue 4 months ago
Remove multi-map delete API

jordalgo opened this pull request 4 months ago
Revert "Cache bounded CPU ID in register for global scratch buffers"

ryantimwilson opened this pull request 4 months ago
Add 'symbol_source' config

ttreyer opened this pull request 4 months ago
Add doc section on map printing

jordalgo opened this pull request 4 months ago
Fix internal Bool type

jordalgo opened this issue 4 months ago
allow custom error code on exit()

amiremohamadi opened this pull request 4 months ago
Add Signal Handler Probe Type

ajor opened this issue 4 months ago
RFC: Uniform Function Call Syntax (UFCS)

ajor opened this issue 4 months ago
Deleting scalar map just zeros out the entry

danobi opened this issue 4 months ago
Add the ability to pass a custom error code to `exit`

jordalgo opened this issue 4 months ago
New delete syntax conflicts with multi-delete syntax

ajor opened this issue 4 months ago
New delete syntax: String size should not matter

ajor opened this issue 4 months ago
Add reference to the, now deprecated, delete API

jordalgo opened this pull request 4 months ago
Introduce migration guide for breaking changes

viktormalik opened this pull request 4 months ago
Warn about potential for data corruption with unaligned probes

ajor opened this pull request 4 months ago
debug: Support comma separated stages

danobi opened this pull request 4 months ago
Add `-d dis` debug output option

danobi opened this pull request 4 months ago
RFC: bpftrace Types

jordalgo opened this issue 4 months ago
Cache bounded CPU ID in register for global scratch buffers

ryantimwilson opened this pull request 4 months ago
Codegen Tests: Remove unecessary uses of print functions

ajor opened this pull request 4 months ago
Add 'has_key' builtin for maps

jordalgo opened this pull request 4 months ago
Remove array syntax need for string/buffer/inet

jordalgo opened this pull request 4 months ago
Use global scratch buffers for reading and writing map values

ryantimwilson opened this pull request 4 months ago
config: Fix typo in error message

danobi opened this pull request 4 months ago
Use 'missing_probes' config for check_alignment

jordalgo opened this pull request 4 months ago
Ttreyer/probegen inline

ttreyer opened this pull request 4 months ago
Make type names consistent

jordalgo opened this pull request 4 months ago
Refactor multi-probe

ttreyer opened this pull request 4 months ago
Update 'check_alignment'

jordalgo opened this pull request 4 months ago
Fix: json formatting for hex values

amiremohamadi opened this pull request 4 months ago
[Draft][Unfinished] Use blazesym for symbolization/inspection matters

danielocfb opened this pull request 4 months ago
Error after specifying header file on debian10

zf1575192187 opened this issue 4 months ago
Change map delete API

jordalgo opened this pull request 4 months ago
bug fix: stderr to stdout

aaliyahnl opened this pull request 4 months ago
uprobe should respect offset 0

ajor opened this issue 4 months ago
Semantic Analyser: Add missing space to error message

ajor opened this pull request 4 months ago
Utilize MissingProbes config for offset errors

jordalgo opened this pull request 4 months ago
Pretty print option for print() builtin

tyroguru opened this issue 5 months ago
Don't use BTF checking for indexed pointers

fvdlfvdl opened this pull request 5 months ago
Fix README link to Reference Guide

ttreyer opened this pull request 5 months ago
Add jordalgo as a codeowner

jordalgo opened this pull request 5 months ago
Feature: scratch variable declarations

jordalgo opened this pull request 5 months ago
Migrate fmt string scratch map to global variable

ryantimwilson opened this pull request 5 months ago
Minor refactor of semantic_analyser function

jordalgo opened this pull request 5 months ago
codegen: use full path to async_event_types.h

chantra opened this pull request 5 months ago
Fix distro builds

danobi opened this pull request 5 months ago
Use scratch global variable for script-dependent tuple allocations

ryantimwilson opened this pull request 5 months ago
tests: data: Regenerate data files if template changes

danobi opened this pull request 5 months ago
BTF: Handle btf__parse_raw() errors

danobi opened this pull request 5 months ago
codegen: NFC: Move codegen resource analysis to new pass

danobi opened this pull request 5 months ago
BTF: Handle btf__parse_raw() errors

gal-pressman opened this pull request 5 months ago
build all internal libraries as static

eli-schwartz opened this pull request 5 months ago
CMake: Removed vendored GTest option

ajor opened this pull request 5 months ago