1PERF2GV(1) sediment PERF2GV(1)
2
3
4
6 perf2gv - Convert perf data to Call Graph Usage:
7
8 perf2gv < PERF_OUTPUT > CALL_GRAPH.gv
9
10 perf2gv is a simple script that generates a call graph from the perf
11 data collected on Intel machines using the Last Branch Register (LBR)
12 hardware:
13 perf record -e branches:u -j any_call executable_under_test
14
15 Example:
16
17 perf record -e branches:u -j any_call example_prog
18 perf report --no-demangle | perf2gv > example_prog.gv
19
21 William Cohen
22
24 2023, William Cohen
25
26
27
28
290.8 Jul 22, 2023 PERF2GV(1)