Introduction

The Linux Tools Docker Tooling plug-ins allow a user to manage Docker Images and Containers with functionality similar to the command-line docker command.

For details on Docker and the docker command, see the Docker web-site at http://www.docker.com

This document discusses functionality found in the Docker Tooling 3.1.0 feature.

Callgraph User Guide

Overview

The Eclipse Callgraph plug-in provides a visual function trace of a program. This allows you to view a visualization of selected (or even all) functions used by the profiled application.

This plug-in allows you to profile C/C++ projects directly within the Eclipse IDE, providing various runtime details such as:

Eclipse Callgraph uses SystemTap to perform function traces. For more information about SystemTap, refer to the SystemTap Beginner's Guide.