Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpg1111/pprof-ebpf

A profiler that uses ebpf to produce pprof-format profiles
https://github.com/cpg1111/pprof-ebpf

ebpf go golang pprof profile profiler tracing

Last synced: 2 months ago
JSON representation

A profiler that uses ebpf to produce pprof-format profiles

Awesome Lists containing this project

README

        

# pprof-ebpf

A profiler using ebpf that produces pprof format profiles

## Requirements

- Linux Kernel >= 4.9

- llvm >= 3.8

- bcc

- Golang >= 1.6

## Install

TODO

## Usage

TODO