10
TM Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, t he Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property Linux Tools Project - full-featured C and C++ IDE for Linux developers Catalin Udma Eclipse DemoCamp Bucharest, CC BY 3.0

catalin udma Eclipse democamp linuxtools

  • Upload
    cudma

  • View
    279

  • Download
    3

Embed Size (px)

Citation preview

Page 1: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

Linux Tools Project - full-featured C and C++ IDE for

Linux developers

Catalin UdmaEclipse DemoCamp Bucharest, CC BY 3.0

Page 2: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

2

Agenda

Eclipse Linux Tools Project Installing the Linux ToolsUsing the Linux Tools

• Perf• valgrind• LTTng• and other

Page 3: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

3

Eclipse Linux Tools Project

• Eclipse Linux Tools Project

• Full featured C/C++ IDE for Linux Developers− Project: build, editor, debugger (GDB based)

− Linux Tools integrates Linux native tools: Profiling: perf, oprofile, GProf Dynamic analysis tools: valgrind Tracing : LTTng, SystemTap Other: RPM, ChangeLog, Man Page, Gcov

Page 4: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

4

Installing Linux Tools

• Installing Linux Tools Project− Install into an existing Eclipse installation:

http://download.eclipse.org/linuxtools/update http://eclipse.mirror.garr.it/mirrors/eclipse//linuxtools/linuxtools-1.1.zip

− Download an archive that includes everything: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-linux-developers-incl

udes-incubating-components/heliosr

• The Linux Tools Project:− Provides only the Eclipse-like interfaces

− Eclipse Linux tools only use the native Linux command-line tools. These tools have to be also installed independently

Page 5: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

5

Using Linux Tools - perf

• Perf − Provides performance counters(cycles, instructions, cache-misses) per

task, per cpu, per workload and source code event annotation

• Eclipse – one click launch− Right click on the project->Profile As -> Profile with Perf

• Customized profiling – Profile configuration− Perf options

− Perf event selection SW/HW: cycles, cache-misses, hw counters

• View the results− Perf profile view

Page 6: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

6

Using Linux Tools - valgrind

• Valgrind− A collection of tools for dynamic analysis:

Memcheck detects memory management problems Cachegrind – a cache profiler Massif – a heap profiler Helgrind – thread debugger which finds data races in multithreaded programs

- One click launch and profile configuration

- View the results

Page 7: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

7

Using Linux Tools – LTTng

• LTTng− Linux Trace Toolkit – next generation: kernel and user-space tracer with

view and analysis tools.

• Eclipse: “LTTng” perspective • View the results

− Events: timestamp, trace, Marker, Content

− Histogram: trace event distribution in time

− Control flow: processes list and their state in time

− Resources: CPU resources per interrupts type

− Statistics: event counters cpu time, cumulative /elapsed time

• Import or create a LTTng trace

Page 8: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

8

Using Linux Tools – LTTng

Page 9: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

9

Using Linux Tools

• Oprofile− System wide profiler for Linux Systems

− Similar to perf profiling One click launch and profile configuration

• Gcov− Test coverage program

− One click launch and profile configuration

Page 10: catalin udma Eclipse democamp linuxtools

TM

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, C-Ware, the Energy Efficient Solutions logo, mobileGT, PowerQUICC, QorIQ, StarCore and Symphony are trademarks of Freescale Semiconductor, Inc., Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, ColdFire+, CoreNet, Flexis, Kinetis, MXC, Platform in a Package, Processor Expert, QorIQ Qonverge, Qorivva, QUICC Engine, SMARTMOS, TurboLink, VortiQa and Xtrinsic are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their respective owners. © 2011 Freescale Semiconductor, Inc.

10

References

http://wiki.eclipse.or/Linux_Tools_Project/