diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-23 13:41:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-24 11:28:12 +0100 |
commit | 5ed6652ae1f8ffd3509f036d35d4cf8dbca5e573 (patch) | |
tree | a328b9ab9c55294f112502dd7721bcf9eb6acfd1 /documentation/adt-manual/adt-eclipse.xml | |
parent | 95a37279e1191622c3bc7d25d03d76e9991353c1 (diff) | |
download | poky-5ed6652ae1f8ffd3509f036d35d4cf8dbca5e573.tar.gz |
documentation/adt-manual/adt-eclipse.xml: General minor edits (From yocto-docs rev: c79d17e29d5690a8df9943836286232cd3aa8893)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-eclipse.xml')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index d64e12270d..4dd90f52fd 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -288,7 +288,7 @@ | |||
288 | You can change these settings for a given project by following these steps: | 288 | You can change these settings for a given project by following these steps: |
289 | <orderedlist> | 289 | <orderedlist> |
290 | <listitem><para>Select Project -> Invoke Yocto Tools -> Reconfigure Yocto. | 290 | <listitem><para>Select Project -> Invoke Yocto Tools -> Reconfigure Yocto. |
291 | This brings up the project Yocto Settings Dialog. | 291 | This brings up the project's Yocto Settings Dialog. |
292 | Settings are inherited from the default project configuration. | 292 | Settings are inherited from the default project configuration. |
293 | The information in this dialogue is identical to that chosen earlier | 293 | The information in this dialogue is identical to that chosen earlier |
294 | for the Cross Compiler Option (Stand-alone Prebuilt Toolchain or Build System Derived Toolchain), | 294 | for the Cross Compiler Option (Stand-alone Prebuilt Toolchain or Build System Derived Toolchain), |
@@ -309,7 +309,7 @@ | |||
309 | <title>Building the Project</title> | 309 | <title>Building the Project</title> |
310 | <para> | 310 | <para> |
311 | To build the project, select Project -> Build Project. | 311 | To build the project, select Project -> Build Project. |
312 | You should see the console updated and you can note the cross-compiler you are using. | 312 | The console should update and you can note the cross-compiler you are using. |
313 | </para> | 313 | </para> |
314 | </section> | 314 | </section> |
315 | 315 | ||
@@ -401,10 +401,10 @@ | |||
401 | on your local host machine. | 401 | on your local host machine. |
402 | The oprofile-server is installed by default in the image.</para></listitem> | 402 | The oprofile-server is installed by default in the image.</para></listitem> |
403 | <listitem><para><emphasis>Lttng-ust:</emphasis> Selecting this tool runs | 403 | <listitem><para><emphasis>Lttng-ust:</emphasis> Selecting this tool runs |
404 | "usttrace" on the remote target, transfers the output data back to the | 404 | <filename>usttrace</filename> on the remote target, transfers the output data back to the |
405 | local host machine and uses "lttv-gui" to graphically display the output. | 405 | local host machine and uses <filename>lttv-gui</filename> to graphically display the output. |
406 | The "lttv-gui" must be installed on the local host machine to use this tool. | 406 | The <filename>lttv-gui</filename> must be installed on the local host machine to use this tool. |
407 | For information on how to use "lttng" to trace an application, see | 407 | For information on how to use <filename>lttng</filename> to trace an application, see |
408 | <ulink url='http://lttng.org/files/ust/manual/ust.html'></ulink>.</para> | 408 | <ulink url='http://lttng.org/files/ust/manual/ust.html'></ulink>.</para> |
409 | <para>For "Application" you must supply the absolute path name of the | 409 | <para>For "Application" you must supply the absolute path name of the |
410 | application to be traced by user mode lttng. | 410 | application to be traced by user mode lttng. |
@@ -418,10 +418,10 @@ | |||
418 | new view called "powertop".</para> | 418 | new view called "powertop".</para> |
419 | <para>"Time to gather data(sec):" is the time passed in seconds before data | 419 | <para>"Time to gather data(sec):" is the time passed in seconds before data |
420 | is gathered from the remote target for analysis.</para> | 420 | is gathered from the remote target for analysis.</para> |
421 | <para>"show pids in wakeups list:" corresponds to the -p argument | 421 | <para>"show pids in wakeups list:" corresponds to the <filename>-p</filename> argument |
422 | passed to "powertop".</para></listitem> | 422 | passed to <filename>powertop</filename>.</para></listitem> |
423 | <listitem><para><emphasis>LatencyTOP and Perf:</emphasis> "LatencyTOP" | 423 | <listitem><para><emphasis>LatencyTOP and Perf:</emphasis> "LatencyTOP" |
424 | identifies system latency, while "perf" monitors the system's | 424 | identifies system latency, while <filename>perf</filename> monitors the system's |
425 | performance counter registers. | 425 | performance counter registers. |
426 | Selecting either of these tools causes an RSE terminal view to appear | 426 | Selecting either of these tools causes an RSE terminal view to appear |
427 | from which you can run the tools. | 427 | from which you can run the tools. |