aboutsummaryrefslogtreecommitdiff
path: root/gprofng
AgeCommit message (Expand)AuthorFilesLines
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-11-10gprofng: fix typo in configure.acVladimir Mezentsev2-2/+2
2022-10-11gprofng: no need to build version.texiVladimir Mezentsev2-29/+4
2022-10-11gprofng: use the --libdir path to find librariesVladimir Mezentsev3-3/+9
2022-10-11gprofng: run tests without installationVladimir Mezentsev3-5/+6
2022-10-04gprofng: fix build with --enable-pgo-build=ltoVladimir Mezentsev5-28/+30
2022-09-29gprofng: fix cppcheck warningsVladimir Mezentsev3-3/+3
2022-09-21gprofng: fix -Wduplicated-cond warningVladimir Mezentsev1-1/+1
2022-09-19gprofng: build documentation only if BUILD_MAN is trueVladimir Mezentsev3-5/+8
2022-09-14gprofng: fix build issues on muslVladimir Mezentsev22-245/+277
2022-08-18gprofng: fix bug 29479 Collection fails when built without java supportVladimir Mezentsev2-0/+4
2022-08-03gprofng: fix bug 29410 - Argument " 0." isn't numeric in numeric gt (>)Ruud van der Pas1-0/+6
2022-07-26gprofng: check for the makeinfo versionVladimir Mezentsev2-5/+81
2022-07-25gprofng: fix bug 29356 - Execution fails if gprofng is not included in PATHRuud van der Pas1-23/+284
2022-07-25gprofng: fix bug 29392 - Unexpected line format in summary fileRuud van der Pas1-21/+78
2022-07-25gprofng: fix bug 29353 - Fix a lay-out issue in the html disassembly filesRuud van der Pas1-8/+33
2022-07-25gprofng: fix bug 29352 - Fix the message Hexadecimal number > 0xffffffff non-...Ruud van der Pas1-13/+13
2022-07-25gprofng: fix bug 29351 - Move dynamic loading of modules to a later stageRuud van der Pas1-0/+9
2022-07-18gprofng: link libgprofng.so against -lpthreadVladimir Mezentsev2-4/+11
2022-07-18gprofng: fix regression in build and a race condition in autoreconfVladimir Mezentsev4-6/+102
2022-07-09Regenerate with automake-1.15.1Alan Modra10-966/+656
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton10-676/+986
2022-07-07gprofng: fix regression in testing for not yet installed versionVladimir Mezentsev3-19/+11
2022-07-06gprofng: adjust GPROFNG_VARIANTVladimir Mezentsev2-20/+26
2022-07-06gprofng: implement a functional gp-display-htmlRuud van der Pas1-125/+14430
2022-06-28gprofng: fix build when BUILD_MAN is falseVladimir Mezentsev4-25/+25
2022-06-28gprofng: use $(sysconfdir) instead $(prefix)/etcVladimir Mezentsev3-5/+14
2022-06-16gprofng: fix build with -Werror=format-truncationVladimir Mezentsev7-115/+27
2022-06-14gprofng docs: provide help for <rate> == <interval>Vladimir Mezentsev1-2/+18
2022-06-14gprofng docs: mention HTML / PDF in the gprofng READMEVladimir Mezentsev1-0/+20
2022-06-14gprofng: fix build with -Werror=format-securityVladimir Mezentsev5-726/+141
2022-05-27gprofng: fix build with -mx32Vladimir Mezentsev5-19/+21
2022-05-26gprofng: fix build with --disable-sharedVladimir Mezentsev2-2/+3
2022-05-26gprofng: fix build with -mx32Vladimir Mezentsev6-46/+39
2022-05-09gprofng: include percentages in default metrics listVladimir Mezentsev1-2/+2
2022-05-05gprofng: use $host instead $targetVladimir Mezentsev4-16/+6
2022-04-29gprofng: assertion in gprofng/src/Expression.cc:139Vladimir Mezentsev2-18/+18
2022-04-27gprofng: test suite problemsVladimir Mezentsev1-2/+2
2022-04-11gprofng doesn't build with gcc 5.5Vladimir Mezentsev13-3586/+222
2022-04-08gprofng: fprintf_styled_func not inizialized for disassemblerVladimir Mezentsev2-0/+25
2022-04-08gprofng: zlib handlingVladimir Mezentsev7-23/+71
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock1-7/+13
2022-03-23Only .so files are used in libcollector. Remove the other files.Vladimir Mezentsev2-2/+6
2022-03-21Install gprofng libraries under $(pkglibdir)Vladimir Mezentsev11-98/+109
2022-03-18Fix Build issues due to patch "gprofng: a new GNU profiler"Nick Clifton12-88/+99
2022-03-17gprofng: Skip jsynprog with a broken javacH.J. Lu5-3/+53
2022-03-17gprofng configure target testsAlan Modra9-164/+286
2022-03-16gprofng: Use symver attribute if availableH.J. Lu6-86/+72
2022-03-16gprofng: Don't hardcode -Wno-format-truncation/-Wno-switchH.J. Lu5-6/+134