Processors
The RotateRight profiling drivers support:
• Intel Atom (i386, x86-64)
• Intel Core 2, Core i3/i5/i7, Xeon (i386, x86-64)
• Intel Core, Pentium M (i386)
• Intel Pentium 4 (i386, x86-64)
• AMD Athlon (i386)
• AMD Athlon64, Athlon II (i386, x86-64)
• AMD Phenom, Phenom II (i386, x86-64)
• IBM PowerPC 970, 970FX, 970MP (ppc)
The oprofile driver provides support for:
• Cortex-A8, ARM 11, MPCore (arm)
• Freescale 7450, 7400, 750, e500, e300 (ppc)
• IBM Cell Broadband Engine (ppc) |
Operating Systems
Zoom works with these distributions:
• Red Hat Enterprise Linux 4 - 6
• SuSE Linux Enterprise 10 and 11
• Ubuntu Linux 8 - 11
• Fedora 8 - 15
• openSUSE 10 and 11
• Debian 4 - 6
• Ångström Linux
Zoom can be installed on other distributions - refer to Install/Manual Overrride in the release notes.
Basic functionality via oprofile kernel modules is available for unsupported kernel releases.
For questions or assistance, please contact us.
|
Programming Languages
Zoom has been tested with the following programming languages:
• C/C++
• Fortran
• Assembly
Zoom can be used with other source programming languages if the generated code has debug information.
|
Debug Information
To correlate source code to samples, Zoom requires code to be compiled with DWARF debug information. For most compilers, pass in
the "-g" flag to generate this information.
Zoom supports the "debuginfo" packages found in Red Hat and SUSE
distributions and the "dbg" and "dbgsym" packages found in Ubuntu
and Debian distributions.
|