bpf-loader-lib 0.2.1

A library to load json-described ebpf programs, and automatically poll outputs from the program
Documentation
{
    "bpf_skel": {
        "data_sections": [
            {
                "name": ".rodata",
                "variables": [
                    {
                        "name": "min_duration_ns",
                        "type": "unsigned long long"
                    }
                ]
            },
            {
                "name": ".bss",
                "variables": [
                    {
                        "name": "__dummy1",
                        "type": "struct event_exit *"
                    },
                    {
                        "name": "__dummy2",
                        "type": "struct event_exec *"
                    }
                ]
            }
        ],
        "maps": [
            {
                "ident": "exec_start",
                "name": "exec_start"
            },
            {
                "ident": "rb_exec",
                "name": "rb_exec",
                "export_config": {
                    "btf_type_id": 321
                }
            },
            {
                "ident": "rb_exit",
                "name": "rb_exit",
                "export_config": {
                    "btf_type_id": 316
                }
            },
            {
                "ident": "rodata",
                "mmaped": true,
                "name": "multiple.rodata"
            },
            {
                "ident": "bss",
                "mmaped": true,
                "name": "multiple.bss"
            }
        ],
        "obj_name": "multiple_bpf",
        "progs": [
            {
                "attach": "tp/sched/sched_process_exec",
                "link": true,
                "name": "handle_exec"
            },
            {
                "attach": "tp/sched/sched_process_exit",
                "link": true,
                "name": "handle_exit"
            }
        ]
    },
    "eunomia_version": "0.3.3",
    "enable_multiple_export_types": true
}