From c2a484015902e2087ef1f1a60d1e5cecf58455c8 Mon Sep 17 00:00:00 2001 From: Patrick Tasse Date: Wed, 20 Feb 2013 16:48:27 -0500 Subject: [PATCH] Update user guide for callsite and model lookup Change-Id: If50ed7916a28e5cd126d7c525603e01e80150788 Signed-off-by: Patrick Tasse Reviewed-on: https://git.eclipse.org/r/10540 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann IP-Clean: Bernd Hufmann --- .../doc/User-Guide.mediawiki | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki b/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki index d811547fce..3efcbcdfbb 100644 --- a/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki +++ b/org.eclipse.linuxtools.lttng.help/doc/User-Guide.mediawiki @@ -410,6 +410,18 @@ To remove a bookmark, double-click its icon, select '''Remove Bookmark''' from t [[Image:images/Bookmarks.png]] +=== Event Source Lookup === + +For CTF traces using specification v1.8.2 or above, information can optionally be embedded in the trace to indicate the source of a trace event. This is accessed through the event context menu by right-clicking on an event in the table. + +==== Callsite ==== + +If a callsite is available in the trace for the selected event, the item '''Open Callsite''' is shown in the context menu. Selecting this menu item will attempt to find the callsite source file in all opened projects in the workspace. If multiple candidates exist, a selection dialog will be shown to the user. The selected source file will be opened in its default language editor. If no candidate is found, an error dialog is shown displaying the callsite information. + +==== EMF Model ==== + +If an EMF model URI is available in the trace for the selected event, the item '''Open Model Element''' is shown in the context menu. Selecting this menu item will attempt to open the model file in the project specified in the URI. The model file will be opened in its default model editor. If the model file is not found, an error dialog is shown displaying the URI information. + == Histogram View == The Histogram View displays the trace events distribution with respect to time. When streaming a trace, this view is dynamically updated as the events are received. -- 2.34.1