Skip to content

Commit

Permalink
Remove the extra backticks for inline code (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzztt committed Mar 19, 2024
1 parent e568275 commit e5e17f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Consider very simple example of Read / Load / Attach
Like it? Check our [examples](https://github.com/dropbox/goebpf/tree/master/examples/)

## Perf Events
Currently library has support for one, most popular use case of `perf_events: where `eBPF` map key maps to `cpu_id`.
Currently library has support for one, most popular use case of perf_events: where `eBPF` map key maps to `cpu_id`.
So `eBPF` and `go` parts actually bind `cpu_id` to map index. It maybe as simple as:

```c
Expand Down

0 comments on commit e5e17f5

Please sign in to comment.