doc: Modify 'Import mapping file' icon and title for callstack view
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 20 Sep 2016 01:38:56 +0000 (21:38 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 20 Oct 2016 13:19:42 +0000 (09:19 -0400)
It also adds a link to source lookup for LTTng-UST traces taken with LTTng 2.8+
(because it does not always work automatically when not in the same computer as
the one the trace was taken on)

Change-Id: If4f191d3e9fa650f852b1a2bed6857cd6e716a74
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/81404
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.mediawiki
doc/org.eclipse.tracecompass.doc.user/doc/images/binaries_obj.gif [new file with mode: 0644]
doc/org.eclipse.tracecompass.doc.user/doc/images/import.gif [deleted file]

index 4e5720fd1e25a67206af284b73d668e5ac7e7ba7..7052b6661514e01607a50e1a203fe41815c1eb90 100644 (file)
@@ -2432,7 +2432,7 @@ Double-clicking on a call stack event will zoom the time graph to the selected f
 
 Clicking the '''Select Next State Change''' or '''Select Previous State Change''' or using the left and right arrows will navigate to the next or previous call stack event, and select the function currently at the top of the call stack. Note that pressing the '''Shift''' key at the same time will update the selection end time of the current selection.
 
-Clicking the '''Import Mapping File''' ([[Image:images/import.gif]]) icon will open a file selection dialog, allowing you to import a text file containing mappings from function addresses to function names. If the callstack provider for the current trace type only provides function addresses, a mapping file will be required to get the function names in the view. See the following sections for an example with LTTng-UST traces.
+Clicking the '''Configure symbol providers''' ([[Image:images/binaries_obj.gif]]) icon will open a file selection dialog, allowing you to import a text file containing mappings from function addresses to function names. If the callstack provider for the current trace type only provides function addresses, a mapping file will be required to get the function names in the view. See the following sections for an example with LTTng-UST traces.
 
 === Using the Callstack View with LTTng-UST traces ===
 
@@ -2465,12 +2465,14 @@ the binary file or mapping manually:
 
 === Importing a binary or function name mapping file (for LTTng-UST <2.8 traces) ===
 
+''For LTTng-UST 2.8+, if it doesn't resolve symbols automatically, see the [[#Binary file location configuration | Source Lookup's Binary file location configuration]].''
+
 If you followed the steps in the previous section, you should have a Callstack
 View populated with function entries and exits. However, the view will display
 the function addresses instead of names in the intervals, which are not very
 useful by themselves. To get the actual function names, you need to:
 
-* Click the '''Import Mapping File''' ([[Image:images/import.gif]]) button in the Callstack View.
+* Click the '''Configure symbol providers''' ([[Image:images/binaries_obj.gif]]) button in the Callstack View.
 
 Then either:
 * Point to the binary that was used for taking the trace
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/binaries_obj.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/binaries_obj.gif
new file mode 100644 (file)
index 0000000..5a08512
Binary files /dev/null and b/doc/org.eclipse.tracecompass.doc.user/doc/images/binaries_obj.gif differ
diff --git a/doc/org.eclipse.tracecompass.doc.user/doc/images/import.gif b/doc/org.eclipse.tracecompass.doc.user/doc/images/import.gif
deleted file mode 100644 (file)
index d38085a..0000000
Binary files a/doc/org.eclipse.tracecompass.doc.user/doc/images/import.gif and /dev/null differ
This page took 0.027362 seconds and 5 git commands to generate.