X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=README.md;h=159a5f4dbc3b1035c5b324e3b21cfec6d941958c;hp=fc6254f224e55ddc7d64cef930d44843237ac4ea;hb=ce19b9ed9bd9591bd0c4d1998780082a490991fd;hpb=d1bec73266b7ed8e4944a6121de3483929c54f28 diff --git a/README.md b/README.md index fc6254f22..159a5f4db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ LTTng-tools =========== +[![Jenkins](https://img.shields.io/jenkins/s/https/ci.lttng.org/lttng-tools_master_build.svg)](https://ci.lttng.org/job/lttng-tools_master_build/) +[![Coverity](https://img.shields.io/coverity/scan/lttng-tools.svg)](https://scan.coverity.com/projects/lttng-tools) + LTTng-tools is a set of tools to control [LTTng](https://lttng.org/) tracing. The project includes the LTTng session daemon, consumer damon and relay daemon, as well as `liblttng-ctl`, a C library used to @@ -154,6 +157,7 @@ This package contains the following elements: - `include`: the public header files that will be installed on the system. - `src/bin`: source code of LTTng-tools programs. - `lttng-consumerd`: consumer daemon. + - `lttng-crash`: crash trace viewer. - `lttng-relayd`: relay daemon. - `lttng-sessiond`: session daemon. - `lttng`: command line interface for LTTng tracing control.