Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Dev direction: Linux instrumentation via bfptrace #27

@dimaqq

Description

@dimaqq

Today, awaitwhat code runs in-process, in-interpreter; the dependency must be added in advance.
Linux has tools to instrument other (already running) processes: bpftrace and oprofile

Links: https://github.com/iovisor/bcc
What's proper: usdt/uprobe/uretprobe?
Example: https://github.com/iovisor/bcc/blob/master/examples/cpp/RecordMySQLQuery.cc
More links: http://www.brendangregg.com/blog/2019-01-01/learn-ebpf-tracing.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions