Searched refs:gprofng (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/experiments/
H A Dprofile.sh19 # This script demonstrates how to use gprofng.
26 # Define the executable, algorithm parameters and gprofng settings.
35 # Check if gprofng has been installed and can be executed.
37 which gprofng > /dev/null 2>&1
40 echo "Version information of the gprofng release used:"
42 gprofng --version
45 echo "Error: gprofng cannot be found - if it was installed, check your path"
58 gprofng collect app -O $exp_directory $exe -m $rows -n $columns -t $threads
70 gprofng display text -functions $exp_directory
73 gprofng displa
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/doc/
H A DMakefile.am22 info_TEXINFOS = gprofng.texi
37 MAINTAINERCLEANFILES = gprofng.info
H A DMakefile.in169 INFO_DEPS = gprofng.info
171 DVIS = gprofng.dvi
172 PDFS = gprofng.pdf
173 PSS = gprofng.ps
174 HTMLS = gprofng.html
175 TEXINFOS = gprofng.texi
364 info_TEXINFOS = gprofng.texi
372 MAINTAINERCLEANFILES = gprofng.info
414 gprofng.info: gprofng
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/doc/
H A DMakefile.am22 PDFS = gprofng.pdf
23 HTMLS = gprofng.html
37 man_MANS = gprofng.1 gp-archive.1 gp-collect-app.1 gp-display-html.1 gp-display-src.1 gp-display-text.1
49 gprofng.1: $(srcdir)/gprofng.texi
56 MAINTAINERCLEANFILES = gprofng.info $(man_MANS)
H A DMakefile.in169 INFO_DEPS = gprofng.info
364 PDFS = gprofng.pdf
365 HTMLS = gprofng.html
377 man_MANS = gprofng.1 gp-archive.1 gp-collect-app.1 gp-display-html.1 gp-display-src.1 gp-display-text.1
378 MAINTAINERCLEANFILES = gprofng.info $(man_MANS)
420 gprofng.info: gprofng_ug.texi $(srcdir)/version.texi $(gprofng_ug_TEXINFOS)
438 gprofng.dvi: gprofng_ug.texi $(srcdir)/version.texi $(gprofng_ug_TEXINFOS)
444 gprofng.pdf: gprofng_ug.texi $(srcdir)/version.texi $(gprofng_ug_TEXINFOS)
450 gprofng.html: gprofng_ug.texi $(srcdir)/version.texi $(gprofng_ug_TEXINFOS)
563 -test -z "gprofng
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMakefile.am140 dbe_DATA = $(srcdir)/gprofng.rc
143 bin_PROGRAMS = gp-archive gp-collect-app gprofng gp-display-text gp-display-src
151 gprofng_SOURCES = gprofng.cc
163 man_MANS = gprofng.1 \
181 INFO_PAGE = "gprofng"
183 TEXT_GPROFNG = "the driver for the gprofng tool suite"
184 TEXT_GP_ARCHIVE = "archive gprofng experiment data"
194 gprofng.1: $(srcdir)/gprofng.cc $(common_mandeps) | ./gprofng
[all...]
H A Dgprofng.cc52 Gprofng *gprofng = new Gprofng (argc, argv); local
53 gprofng->start();
54 delete gprofng;
95 "\"gprofng\" replaced by \"gp\" and the spaces replaced by a dash (\"-\"). For\n"
96 "example the man page name for \"gprofng collect app\" is \"gp-collect-app\".\n"
102 " gprofng collect app collect application performance data.\n"
106 " gprofng display text display the performance data in ASCII format.\n"
107 " gprofng display html generate an HTML file from one or more experiments.\n"
109 " gprofng display gui invoke the GUI to graphically analyze the results.\n"
111 " gprofng displa
[all...]
H A DMakefile.in112 gprofng$(EXEEXT) gp-display-text$(EXEEXT) \
211 am_gprofng_OBJECTS = gprofng.$(OBJEXT)
564 dbe_DATA = $(srcdir)/gprofng.rc
569 gprofng_SOURCES = gprofng.cc
575 @BUILD_MAN_TRUE@man_MANS = gprofng.1 \
592 @BUILD_MAN_TRUE@INFO_PAGE = "gprofng"
594 @BUILD_MAN_TRUE@TEXT_GPROFNG = "the driver for the gprofng tool suite"
595 @BUILD_MAN_TRUE@TEXT_GP_ARCHIVE = "archive gprofng experiment data"
742 gprofng$(EXEEXT): $(gprofng_OBJECTS) $(gprofng_DEPENDENCIES) $(EXTRA_gprofng_DEPENDENCIES)
743 @rm -f gprofng
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgprofng.cc52 Gprofng *gprofng = new Gprofng (argc, argv); local
53 gprofng->start();
54 delete gprofng;
95 "\"gprofng\" replaced by \"gp\" and the spaces replaced by a dash (\"-\"). For\n"
96 "example the man page name for \"gprofng collect app\" is \"gp-collect-app\".\n"
102 " gprofng collect app collect application performance data.\n"
106 " gprofng display text display the performance data in ASCII format.\n"
107 " gprofng display html generate an HTML file from one or more experiments.\n"
109 " gprofng display gui invoke the GUI to graphically analyze the results.\n"
111 " gprofng displa
[all...]
H A DMakefile.am125 echo "fatal: Building gprofng requires bison 3.0.4 or later."; \
153 dbe_DATA = $(srcdir)/gprofng.rc
156 bin_PROGRAMS = gp-archive gp-collect-app gprofng gp-display-text gp-display-src
164 gprofng_SOURCES = gprofng.cc
H A DMakefile.in112 gprofng$(EXEEXT) gp-display-text$(EXEEXT) \
211 am_gprofng_OBJECTS = gprofng.$(OBJEXT)
560 dbe_DATA = $(srcdir)/gprofng.rc
565 gprofng_SOURCES = gprofng.cc
709 gprofng$(EXEEXT): $(gprofng_OBJECTS) $(gprofng_DEPENDENCIES) $(EXTRA_gprofng_DEPENDENCIES)
710 @rm -f gprofng$(EXEEXT)
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gprofng.Po@am__quote@
1101 echo "fatal: Building gprofng requires bison 3.0.4 or later."; \
/netbsd-current/external/gpl3/gdb/dist/
H A DMakefile.def78 host_modules= { module= gprofng; };
519 dependencies = { module=configure-gprofng; on=configure-intl; };
520 dependencies = { module=all-gprofng; on=all-libiberty; };
521 dependencies = { module=all-gprofng; on=all-bfd; };
522 dependencies = { module=all-gprofng; on=all-opcodes; };
523 dependencies = { module=all-gprofng; on=all-intl; };
524 dependencies = { module=all-gprofng; on=all-gas; };
525 dependencies = { module=install-gprofng; on=install-opcodes; };
526 dependencies = { module=install-gprofng; on=install-bfd; };
H A Dsrc-release.sh97 for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do
307 BINUTILS_SUPPORT_DIRS="libsframe bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib"
H A DMakefile.in1079 maybe-configure-gprofng \
1236 all-host: maybe-all-gprofng
1369 info-host: maybe-info-gprofng
1461 dvi-host: maybe-dvi-gprofng
1553 pdf-host: maybe-pdf-gprofng
1645 html-host: maybe-html-gprofng
1737 TAGS-host: maybe-TAGS-gprofng
1829 install-info-host: maybe-install-info-gprofng
1921 install-dvi-host: maybe-install-dvi-gprofng
2013 install-pdf-host: maybe-install-pdf-gprofng
[all...]
H A Dconfigure1544 --enable-gprofng[=ARG] build gprofng [ARG={yes,no}]
3131 # Check whether --enable-gprofng was given.
3141 configdirs="$configdirs gprofng"
/netbsd-current/external/gpl3/binutils.old/dist/
H A DMakefile.def78 host_modules= { module= gprofng; };
513 dependencies = { module=configure-gprofng; on=configure-intl; };
514 dependencies = { module=all-gprofng; on=all-libiberty; };
515 dependencies = { module=all-gprofng; on=all-bfd; };
516 dependencies = { module=all-gprofng; on=all-opcodes; };
517 dependencies = { module=all-gprofng; on=all-intl; };
518 dependencies = { module=all-gprofng; on=all-gas; };
519 dependencies = { module=install-gprofng; on=install-opcodes; };
520 dependencies = { module=install-gprofng; on=install-bfd; };
H A Dsrc-release.sh96 for dir in binutils gas gdb gold gprof gprofng ld libctf libdecnumber readline sim; do
298 BINUTILS_SUPPORT_DIRS="bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib"
H A DMakefile.in1082 maybe-configure-gprofng \
1238 all-host: maybe-all-gprofng
1368 info-host: maybe-info-gprofng
1459 dvi-host: maybe-dvi-gprofng
1550 pdf-host: maybe-pdf-gprofng
1641 html-host: maybe-html-gprofng
1732 TAGS-host: maybe-TAGS-gprofng
1823 install-info-host: maybe-install-info-gprofng
1914 install-dvi-host: maybe-install-dvi-gprofng
2005 install-pdf-host: maybe-install-pdf-gprofng
[all...]
/netbsd-current/external/gpl3/binutils/dist/
H A DMakefile.def76 host_modules= { module= gprofng; };
541 dependencies = { module=configure-gprofng; on=configure-gettext; };
542 dependencies = { module=all-gprofng; on=all-libiberty; };
543 dependencies = { module=all-gprofng; on=all-bfd; };
544 dependencies = { module=all-gprofng; on=all-opcodes; };
545 dependencies = { module=all-gprofng; on=all-gettext; };
546 dependencies = { module=all-gprofng; on=all-gas; };
547 dependencies = { module=install-gprofng; on=install-opcodes; };
548 dependencies = { module=install-gprofng; on=install-bfd; };
H A Dsrc-release.sh98 for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do
308 BINUTILS_SUPPORT_DIRS="libsframe bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng setup.com makefile.vms cpu zlib"
H A DMakefile.in1107 maybe-configure-gprofng \
1263 all-host: maybe-all-gprofng
1405 info-host: maybe-info-gprofng
1498 dvi-host: maybe-dvi-gprofng
1591 pdf-host: maybe-pdf-gprofng
1684 html-host: maybe-html-gprofng
1777 TAGS-host: maybe-TAGS-gprofng
1870 install-info-host: maybe-install-info-gprofng
1963 install-dvi-host: maybe-install-dvi-gprofng
2056 install-pdf-host: maybe-install-pdf-gprofng
[all...]
H A Dconfigure1550 --enable-gprofng[=ARG] build gprofng [ARG={yes,no}]
3140 # Check whether --enable-gprofng was given.
3150 configdirs="$configdirs gprofng"
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/
H A Dconfigure3 # Generated by GNU Autoconf 2.69 for gprofng 2.39.
588 PACKAGE_NAME='gprofng'
589 PACKAGE_TARNAME='gprofng'
591 PACKAGE_STRING='gprofng 2.39'
1365 \`configure' configures gprofng 2.39 to adapt to many kinds of systems.
1413 --docdir=DIR documentation root [DATAROOTDIR/doc/gprofng]
1436 short | recursive ) echo "Configuration of gprofng 2.39:";;
1459 --disable-gprofng-tools do not build gprofng/src directory
1460 --enable-gprofng
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/
H A Dconfigure3 # Generated by GNU Autoconf 2.69 for gprofng 2.42.
588 PACKAGE_NAME='gprofng'
589 PACKAGE_TARNAME='gprofng'
591 PACKAGE_STRING='gprofng 2.42'
1364 \`configure' configures gprofng 2.42 to adapt to many kinds of systems.
1412 --docdir=DIR documentation root [DATAROOTDIR/doc/gprofng]
1435 short | recursive ) echo "Configuration of gprofng 2.42:";;
1458 --disable-gprofng-tools do not build gprofng/src directory
1459 --enable-gprofng
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dconfigure3 # Generated by GNU Autoconf 2.69 for gprofng 2.39.
588 PACKAGE_NAME='gprofng'
589 PACKAGE_TARNAME='gprofng'
591 PACKAGE_STRING='gprofng 2.39'
1328 \`configure' configures gprofng 2.39 to adapt to many kinds of systems.
1376 --docdir=DIR documentation root [DATAROOTDIR/doc/gprofng]
1399 short | recursive ) echo "Configuration of gprofng 2.39:";;
1508 gprofng configure 2.39
1994 It was created by gprofng $as_me 2.39, which was
2970 PACKAGE='gprofng'
[all...]

Completed in 431 milliseconds

12