From: Jean-Tiare Le Bigot Date: Sun, 30 Jul 2017 17:17:57 +0000 (+0200) Subject: make it easier to discover the reference documentation X-Git-Tag: submit/tizen_4.0/20171018.110122~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c38cb7ac17f73ebd1c0aaedc4dc48d7d5c6c828d;p=platform%2Fupstream%2Fbcc.git make it easier to discover the reference documentation --- diff --git a/README.md b/README.md index 9f08c3c4..165f65e8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ See [INSTALL.md](INSTALL.md) for installation steps on your platform. See [FAQ.txt](FAQ.txt) for the most common troubleshoot questions. +## Reference guide + +See [docs/reference_guide.md](docs/reference_guide.md) for the reference guide to the bcc and bcc/BPF APIs. + ## Contents Some of these are single files that contain both C and Python, others have a @@ -203,7 +207,6 @@ to add support for the language of your choice and send a pull request! - [docs/tutorial.md](docs/tutorial.md): Using bcc tools to solve performance, troubleshooting, and networking issues. - [docs/tutorial_bcc_python_developer.md](docs/tutorial_bcc_python_developer.md): Developing new bcc programs using the Python interface. -- [docs/reference_guide.md](docs/reference_guide.md): Reference guide to the bcc and bcc/BPF APIs. ### Networking