aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix 32392 [2.44 Regression] gprofng fails to build on i686-linux-gnuVladimir Mezentsev2024-11-271-42/+9
* gprofng: skip unrecognized input commandVladimir Mezentsev2024-11-273-3/+18
* gprofng: fix build with -std=gnu23Vladimir Mezentsev2024-11-229-22/+14
* gprofng: fix -std=gnu23 compatibility wrt unprototyped functionsSam James2024-11-188-65/+64
* gprofng: use gprofng- prefix for gprofng binariesVladimir Mezentsev2024-11-0120-163/+171
* gprofng: fix a memory leak in the mxv-pthreads exampleRuud van der Pas2024-10-173-11/+18
* gprofng: fix regression in man page installationVladimir Mezentsev2024-10-172-17/+22
* gprofng: use xmalloc/xrealloc/xcalloc/xstrdup/xstrndup from libibertyAndreas Schwab2024-10-1643-497/+356
* Fix 32110 gprofng segfaults on parsing DWARF of clang++ 18.1.3 produced binaryVladimir Mezentsev2024-10-131-5/+33
* gprofng: Use $(DESTDIR) in install-examplesH.J. Lu2024-10-112-5/+4
* gprofng: install examples to $(docdir)/gprofngVladimir Mezentsev2024-10-102-3/+19
* gprofng: add hardware counters for Neoverse-N1 and Ampere-1 processorsVladimir Mezentsev2024-10-074-0/+649
* gprofng: fix a problem with hardware event countersRuud van der Pas2024-10-021-325/+441
* Fix 32207 [gprofng collect app] Error in parsing the -O optionVladimir Mezentsev2024-09-261-1/+1
* Fix 32096 UBSAN issues in gprofngVladimir Mezentsev2024-09-184-19/+26
* gprofng: avoid use of non-portable which [PR32166]Sam James2024-09-121-1/+1
* Fix 32096 UBSAN issues in gprofngVladimir Mezentsev2024-09-115-24/+40
* Rename gp-* man pages to gprofng-* man pagesVladimir Mezentsev2024-09-0610-232/+274
* Fix 32097 Warnings when building gprofng with ClangVladimir Mezentsev2024-09-0425-130/+88
* gprofng: testsuite: fix 'wrapper' typoSam James2024-08-221-3/+3
* gprofng: add hardware counters for Appliedmicro processorVladimir Mezentsev2024-08-194-6/+212
* gprofng: fix typo in src/collctrl.ccVladimir Mezentsev2024-08-141-1/+2
* gprofng: specify the heap data collection rangeVladimir Mezentsev2024-08-125-137/+90
* gprofng: 32018 Compilation of binutils 2.43 failed on CentOS 6Vladimir Mezentsev2024-07-301-2/+2
* Change version to 2.43.50Nick Clifton2024-07-203-24/+24
* RISC-V:[gprofng] Minimal support gprofng for riscv.Yixuan Chen2024-07-1017-6/+97
* gprofng: add hardware counters for Intel Ice Lake processorVladimir Mezentsev2024-07-098-19/+1210
* autoupdate: add square brackets around arguments of AC_INITMatthieu Longo2024-06-102-2/+2
* gprofng: add hardware counters for AMD Zen4Vladimir Mezentsev2024-06-033-1/+889
* gprofng: use StringBuilder to create long messagesVladimir Mezentsev2024-05-212-283/+179
* gprofng: Remove hardware counter tables for unsupported hardware (Sparc)Vladimir Mezentsev2024-05-211-1180/+1
* gprofng: remove memset() in libcollectorVladimir Mezentsev2024-05-216-50/+24
* gprofng: add hardware counters for AMD Zen3Vladimir Mezentsev2024-05-1710-126/+820
* gprofng: remove old interface with libcpcVladimir Mezentsev2024-05-178-652/+50
* Fix hard-coded bash path in gprofngVladimir Mezentsev2024-05-088-3/+55
* gprofng: Fix dvi documentation build ruleChristophe Lyon2024-04-152-1/+2
* gprofng: fix infinite recursion on calloc with multi-threaded applicationsVladimir Mezentsev2024-03-251-98/+62
* gprofng: change use of bignum to use of bigintRuud van der Pas2024-02-281-1/+1
* gprofng: Add hardware counter profiling for the Ampere systemVladimir Mezentsev2024-02-252-2/+13
* gprofng: Remove unused macrosVladimir Mezentsev2024-02-0110-61/+1
* Fix 31252 gprofng causes testsuite parallel jobs failVladimir Mezentsev2024-01-223-20/+57
* Change version to 2.42.50 and regenerate filesNick Clifton2024-01-153-22/+22
* gprofng: 30889 can't compile without large file supportVladimir Mezentsev2024-01-121-0/+4
* gprofng: fix 3 bugzillas against gp-display-htmlVladimir Mezentsev2024-01-121-323/+763
* gprofng: add an examples directoryVladimir Mezentsev2024-01-108-0/+1115
* gprofng: 31123 improvements to hardware event implementationVladimir Mezentsev2024-01-108-247/+293
* Update year range in copyright notice of binutils filesAlan Modra2024-01-04299-311/+311
* gprofng: fix build problems on linux-muslVladimir Mezentsev2023-12-2211-25/+41
* gprofng: 31169 Source code locations can not be found in a C++ applicationVladimir Mezentsev2023-12-201-1/+4
* gprofng: fix -Wuse-after-free warningVladimir Mezentsev2023-12-141-4/+0