Skip to content

Commit

Permalink
chore: fix readme instructions for generating dot file
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Tafese <[email protected]>
  • Loading branch information
jetafese authored and elazarg committed Oct 19, 2024
1 parent a8207c9 commit 17bc9e1
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 @@ -126,7 +126,7 @@ A standard alternative to the --asm flag is `llvm-objdump -S FILE`.
The cfg can be viewed using `dot` and the standard PDF viewer:
```
sudo apt install graphviz
./check ebpf-samples/cilium/bpf_lxc.o 2/1 --dot cfg.dot
./check ebpf-samples/cilium/bpf_lxc.o 2/1 --dot cfg.dot --domain=stats
dot -Tpdf cfg.dot > cfg.pdf
```

Expand Down

0 comments on commit 17bc9e1

Please sign in to comment.