|
@@ -70,6 +70,13 @@ This will open a simple shell that takes pprof commands to generate reports.
|
70
|
70
|
Type 'help' for available commands/options.
|
71
|
71
|
```
|
72
|
72
|
|
|
73
|
+## Using pprof with Linux Perf
|
|
74
|
+
|
|
75
|
+pprof can read `perf.data` files generated by the
|
|
76
|
+[Linux perf](https://perf.wiki.kernel.org/index.php) tool by using the
|
|
77
|
+`perf_to_profile` program from the
|
|
78
|
+(perf\_data\_converter)[http://github.com/google/perf\_data\_converter] package.
|
|
79
|
+
|
73
|
80
|
## Further documentation
|
74
|
81
|
|
75
|
82
|
See doc/pprof.md for more detailed end-user documentation.
|