aboutsummaryrefslogtreecommitdiff
path: root/gprofng/src
AgeCommit message (Expand)AuthorFilesLines
2023-08-17gprofng: Use execvp instead of execvVladimir Mezentsev1-1/+6
2023-08-12gprofng: pass gprofng location to gp-display-guiVladimir Mezentsev1-5/+18
2023-08-12gprofng: fix typos in get_realpath() and check_executable()Vladimir Mezentsev2-8/+4
2023-08-02Revert "2.41 Release sources"Sam James2-2/+14
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton2-14/+2
2023-07-31gprofng: create a list of available viewsVladimir Mezentsev2-2/+14
2023-07-01gprofng: fix data raceVladimir Mezentsev5-93/+34
2023-05-31gprofng: Fix -Wsign-compare warningVladimir Mezentsev1-1/+2
2023-05-16gprofng: include a new function in the right placeVladimir Mezentsev1-45/+18
2023-04-17gprofng: Update documentationVladimir Mezentsev2-160/+10
2023-03-27gprofng: 30089 [display text] Invalid number of threadsVladimir Mezentsev1-11/+0
2023-03-11gprofng: fix the Dwarf readerVladimir Mezentsev1-1/+9
2023-03-10gprofng: PR30195 [display text] Source code location can not be foundVladimir Mezentsev1-1/+1
2023-03-07gprofng: read Dwarf 5Vladimir Mezentsev5-105/+382
2023-02-17gprofng: fix Dwarf reader for DW_TAG_subprogramVladimir Mezentsev1-2/+1
2023-02-07gprofng: fix SIGSEGV when processing unusual dwarfVladimir Mezentsev2-14/+22
2023-01-26gprofng: PR30043 libgprofng.so.* are installed to a wrong locationVladimir Mezentsev2-46/+37
2023-01-24gprofng: PR29521 [docs] man pages are not in the release tarballVladimir Mezentsev2-10/+6
2023-01-17Revert "gprofng: PR29987 bfd/archive.c:1447: undefined reference to `filename...Vladimir Mezentsev2-2/+8
2023-01-13gprofng: PR29987 bfd/archive.c:1447: undefined reference to `filename_ncmp'Vladimir Mezentsev2-8/+2
2023-01-01Update year range in gprofng copyright noticesAlan Modra192-193/+193
2022-12-19gprofng: PR29646 Various warningsVladimir Mezentsev5-9/+11
2022-11-28gprofng: remove unused gprofng/src/DbeSession.cc.1Vladimir Mezentsev1-3531/+0
2022-11-16PR29788, gprofng cannot display Java's generated assembly codeVladimir Mezentsev2-6/+7
2022-10-11gprofng: use the --libdir path to find librariesVladimir Mezentsev3-3/+9
2022-09-29gprofng: fix cppcheck warningsVladimir Mezentsev2-2/+2
2022-09-21gprofng: fix -Wduplicated-cond warningVladimir Mezentsev1-1/+1
2022-09-14gprofng: fix build issues on muslVladimir Mezentsev3-7/+9
2022-07-18gprofng: link libgprofng.so against -lpthreadVladimir Mezentsev2-4/+11
2022-07-09Regenerate with automake-1.15.1Alan Modra1-351/+138
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton1-138/+351
2022-07-07gprofng: fix regression in testing for not yet installed versionVladimir Mezentsev1-1/+4
2022-06-28gprofng: fix build when BUILD_MAN is falseVladimir Mezentsev2-15/+15
2022-06-28gprofng: use $(sysconfdir) instead $(prefix)/etcVladimir Mezentsev3-5/+14
2022-06-16gprofng: fix build with -Werror=format-truncationVladimir Mezentsev4-36/+18
2022-06-14gprofng: fix build with -Werror=format-securityVladimir Mezentsev5-726/+141
2022-05-27gprofng: fix build with -mx32Vladimir Mezentsev5-19/+21
2022-05-09gprofng: include percentages in default metrics listVladimir Mezentsev1-2/+2
2022-04-29gprofng: assertion in gprofng/src/Expression.cc:139Vladimir Mezentsev2-18/+18
2022-04-11gprofng doesn't build with gcc 5.5Vladimir Mezentsev7-3577/+125
2022-04-08gprofng: fprintf_styled_func not inizialized for disassemblerVladimir Mezentsev1-0/+16
2022-04-08gprofng: zlib handlingVladimir Mezentsev2-18/+37
2022-03-21Install gprofng libraries under $(pkglibdir)Vladimir Mezentsev3-41/+49
2022-03-18Fix Build issues due to patch "gprofng: a new GNU profiler"Nick Clifton3-15/+20
2022-03-17gprofng configure target testsAlan Modra1-0/+5
2022-03-16gprofng: Use symver attribute if availableH.J. Lu1-0/+11
2022-03-16gprofng: Don't hardcode -Wno-format-truncation/-Wno-switchH.J. Lu2-4/+8
2022-03-16gprofng: Define ATTRIBUTE_FALLTHROUGHH.J. Lu1-1/+1
2022-03-15gprofng: avoid using `fallthrough' attributesJose E. Marchesi1-1/+1
2022-03-11gprofng: a new GNU profilerVladimir Mezentsev196-0/+115604