This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from e1cab50d2dd Fix AIX catchpoint warning during fork () event new 8fe04eeb2cb gprofng: 31123 improvements to hardware event implementation new c49f224f9e7 gprofng: add an examples directory
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gprofng/common/core_pcbe.c | 46 +-- gprofng/common/hwc_cpus.h | 16 + gprofng/common/hwcdrv.c | 35 +- gprofng/common/hwcentry.h | 5 +- gprofng/common/hwcfuncs.c | 82 ++--- gprofng/common/hwctable.c | 124 ++++--- gprofng/common/opteron_pcbe.c | 21 +- gprofng/examples/mxv-pthreads/README.md | 158 +++++++++ .../examples/mxv-pthreads/experiments/profile.sh | 79 +++++ gprofng/examples/mxv-pthreads/src/Makefile | 70 ++++ gprofng/examples/mxv-pthreads/src/main.c | 374 +++++++++++++++++++++ gprofng/examples/mxv-pthreads/src/manage_data.c | 148 ++++++++ gprofng/examples/mxv-pthreads/src/mxv.c | 78 +++++ gprofng/examples/mxv-pthreads/src/mydefs.h | 117 +++++++ gprofng/examples/mxv-pthreads/src/workload.c | 91 +++++ gprofng/src/collctrl.cc | 211 ++++++------ 16 files changed, 1408 insertions(+), 247 deletions(-) create mode 100644 gprofng/examples/mxv-pthreads/README.md create mode 100755 gprofng/examples/mxv-pthreads/experiments/profile.sh create mode 100644 gprofng/examples/mxv-pthreads/src/Makefile create mode 100644 gprofng/examples/mxv-pthreads/src/main.c create mode 100644 gprofng/examples/mxv-pthreads/src/manage_data.c create mode 100644 gprofng/examples/mxv-pthreads/src/mxv.c create mode 100644 gprofng/examples/mxv-pthreads/src/mydefs.h create mode 100644 gprofng/examples/mxv-pthreads/src/workload.c