[PATCH] Add support for Tilera tile64/tilepro/tile-gx processor family
2011-09-06 07:50:42 GMT
This patch adds support for Tilera tile64, tilepro and tile-gx processor family. The Linux kernel has included oprofile support for this architecture (under arch/tile). The whole make process runs fine and the binaries and related files work fine except an error during doc building. make[2]: Entering directory `/root/latest/oprofile/doc' XML_CATALOG_FILES=xsl/catalog.xml xsltproc --nonet -o oprofile.html --stringparam version 0.9.8git ./xsl/xhtml.xsl ../doc/oprofile.xml make[2]: *** [oprofile.html] Segmentation fault make[2]: Leaving directory `/root/latest/oprofile/doc' This affects the doc directory only and should have nothing to do with the patch, so I do not think this is a problem for this patch. Thanks, Paul Signed-off-by: Paul Guo <ggang <at> tilera.com> --- daemon/opd_cookie.c | 3 +- events/Makefile.am | 6 ++- events/tile/tile64/events | 36 ++++++++++++++++ events/tile/tile64/unit_masks | 4 ++ events/tile/tilegx/events | 81 ++++++++++++++++++++++++++++++++++++ events/tile/tilegx/unit_masks | 4 ++ events/tile/tilepro/events | 89 ++++++++++++++++++++++++++++++++++++++++ events/tile/tilepro/unit_masks | 4 ++ libop/op_cpu_type.c | 3 + libop/op_cpu_type.h | 3 +(Continue reading)
RSS Feed