Add profile: a CPU profiler (#620)
authorBrendan Gregg <brendan.d.gregg@gmail.com>
Fri, 22 Jul 2016 01:13:24 +0000 (18:13 -0700)
committer4ast <alexei.starovoitov@gmail.com>
Fri, 22 Jul 2016 01:13:24 +0000 (18:13 -0700)
commitf4bf27517d1fe59ed915d7f8cb3610d4a58583ae
tree3564a23d156c76950cdf1207434980d0758d62a4
parent2947ee317c04de43b8ac1e0c637cf9ca34cc32f9
Add profile: a CPU profiler (#620)

* Add profile: a CPU profiler

* move Perf to common class
README.md
man/man8/profile.8 [new file with mode: 0644]
src/python/bcc/__init__.py
src/python/bcc/perf.py [new file with mode: 0644]
src/python/bcc/tracepoint.py
tools/profile.py [new file with mode: 0755]
tools/profile_example.txt [new file with mode: 0644]