Age | Commit message (Expand) | Author | Files | Lines |
2024-07-20 | Change version to 2.43.50 | Nick Clifton | 3 | -24/+24 |
2024-07-10 | RISC-V:[gprofng] Minimal support gprofng for riscv. | Yixuan Chen | 17 | -6/+97 |
2024-07-09 | gprofng: add hardware counters for Intel Ice Lake processor | Vladimir Mezentsev | 8 | -19/+1210 |
2024-06-10 | autoupdate: add square brackets around arguments of AC_INIT | Matthieu Longo | 2 | -2/+2 |
2024-06-03 | gprofng: add hardware counters for AMD Zen4 | Vladimir Mezentsev | 3 | -1/+889 |
2024-05-21 | gprofng: use StringBuilder to create long messages | Vladimir Mezentsev | 2 | -283/+179 |
2024-05-21 | gprofng: Remove hardware counter tables for unsupported hardware (Sparc) | Vladimir Mezentsev | 1 | -1180/+1 |
2024-05-21 | gprofng: remove memset() in libcollector | Vladimir Mezentsev | 6 | -50/+24 |
2024-05-17 | gprofng: add hardware counters for AMD Zen3 | Vladimir Mezentsev | 10 | -126/+820 |
2024-05-17 | gprofng: remove old interface with libcpc | Vladimir Mezentsev | 8 | -652/+50 |
2024-05-08 | Fix hard-coded bash path in gprofng | Vladimir Mezentsev | 8 | -3/+55 |
2024-04-15 | gprofng: Fix dvi documentation build rule | Christophe Lyon | 2 | -1/+2 |
2024-03-25 | gprofng: fix infinite recursion on calloc with multi-threaded applications | Vladimir Mezentsev | 1 | -98/+62 |
2024-02-28 | gprofng: change use of bignum to use of bigint | Ruud van der Pas | 1 | -1/+1 |
2024-02-25 | gprofng: Add hardware counter profiling for the Ampere system | Vladimir Mezentsev | 2 | -2/+13 |
2024-02-01 | gprofng: Remove unused macros | Vladimir Mezentsev | 10 | -61/+1 |
2024-01-22 | Fix 31252 gprofng causes testsuite parallel jobs fail | Vladimir Mezentsev | 3 | -20/+57 |
2024-01-15 | Change version to 2.42.50 and regenerate files | Nick Clifton | 3 | -22/+22 |
2024-01-12 | gprofng: 30889 can't compile without large file support | Vladimir Mezentsev | 1 | -0/+4 |
2024-01-12 | gprofng: fix 3 bugzillas against gp-display-html | Vladimir Mezentsev | 1 | -323/+763 |
2024-01-10 | gprofng: add an examples directory | Vladimir Mezentsev | 8 | -0/+1115 |
2024-01-10 | gprofng: 31123 improvements to hardware event implementation | Vladimir Mezentsev | 8 | -247/+293 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 299 | -311/+311 |
2023-12-22 | gprofng: fix build problems on linux-musl | Vladimir Mezentsev | 11 | -25/+41 |
2023-12-20 | gprofng: 31169 Source code locations can not be found in a C++ application | Vladimir Mezentsev | 1 | -1/+4 |
2023-12-14 | gprofng: fix -Wuse-after-free warning | Vladimir Mezentsev | 1 | -4/+0 |
2023-11-29 | gprofng: support GNU option syntax in gp-display-html, plus various fixes | Vladimir Mezentsev | 1 | -2820/+4147 |
2023-11-29 | gprofng: updated man pages and user guide | Vladimir Mezentsev | 9 | -268/+635 |
2023-11-15 | Finalized intl-update patches (deux) | Sam James | 2 | -9/+9 |
2023-11-15 | Finalized intl-update patches | Arsen Arsenovi? | 1 | -2/+2 |
2023-11-01 | gprofng: remove dependency on help2man | Vladimir Mezentsev | 6 | -66/+2 |
2023-10-24 | gprofng: Fix -Wformat= warnings | Vladimir Mezentsev | 13 | -82/+149 |
2023-10-10 | gprofng: Use the correct application name in error messages | Vladimir Mezentsev | 2 | -39/+40 |
2023-10-06 | gprofng: 30910 cross test fail: can't read "CHECK_TARGET": no such variable | Vladimir Mezentsev | 2 | -23/+12 |
2023-10-05 | gprofng: 30894 bison should be no hard dependency | Vladimir Mezentsev | 4 | -24/+43 |
2023-09-21 | gprofng: 30834 improve disassembly output for call and branch instructions | Vladimir Mezentsev | 5 | -121/+185 |
2023-09-05 | Fix 30808 gprofng tests failed | Vladimir Mezentsev | 2 | -11/+14 |
2023-08-17 | gprofng: Use execvp instead of execv | Vladimir Mezentsev | 1 | -1/+6 |
2023-08-12 | gprofng: pass gprofng location to gp-display-gui | Vladimir Mezentsev | 1 | -5/+18 |
2023-08-12 | gprofng: fix typos in get_realpath() and check_executable() | Vladimir Mezentsev | 2 | -8/+4 |
2023-08-12 | regen config | Alan Modra | 2 | -60/+172 |
2023-08-07 | gprofng: 30700 tmpdir/gp-collect-app_F test fails | Vladimir Mezentsev | 1 | -2/+2 |
2023-08-02 | Revert "2.41 Release sources" | Sam James | 6 | -29/+44 |
2023-08-02 | 2.41 Release sourcesbinutils-2_41-release | Nick Clifton | 6 | -44/+29 |
2023-08-01 | gprofng: Fix build with 64bit file offset on 32bit machines | Khem Raj | 1 | -3/+6 |
2023-07-31 | gprofng: create a list of available views | Vladimir Mezentsev | 2 | -2/+14 |
2023-07-13 | gprofng: 30602 [2.41] gprofng test hangs on i686-linux-gnu | Vladimir Mezentsev | 9 | -58/+44 |
2023-07-03 | Change version number to 2.41.50 and regenerate files | Nick Clifton | 3 | -24/+24 |
2023-07-01 | gprofng: fix data race | Vladimir Mezentsev | 5 | -93/+34 |
2023-06-28 | gprofng: Add new tests | Vladimir Mezentsev | 6 | -0/+238 |