HomeSort by relevance Sort by last modified time
    Searched full:opreport (Results 1 - 25 of 29) sorted by null

1 2

  /external/oprofile/pp/
Makefile.am 12 bin_PROGRAMS = opreport opannotate opgprof oparchive
27 opreport_SOURCES = opreport.cpp \
Android.mk.bak 38 # Build opreport on host
43 opreport.cpp \
51 LOCAL_MODULE:= opreport
opreport_options.h 3 * Options for opreport tool
opreport.cpp 2 * @file opreport.cpp
3 * Implement opreport utility
72 throw op_runtime_error("opreport.cpp::add_files(): "
496 int opreport(options::spec const & spec) function in namespace:__anon33079
590 return run_pp_tool(argc, argv, opreport);
oparchive.cpp 138 // opreport -p /lib/modules/2.6.42/kernel { archive:tmp }
opreport_options.cpp 3 * Options for opreport tool
  /external/oprofile/doc/
opreport.1.in 1 .TH OPREPORT 1 "@DATE@" "oprofile @VERSION@"
4 opreport \- produce symbol or binary image summaries
7 .B opreport
14 .B opreport
127 No special environment variables are recognised by opreport.
oprofile.1.in 12 .B opreport
51 .SH OPREPORT
52 .B opreport
70 .B opreport
94 opreport 'image:/usr/bin/oprofiled,*op*,./oprofpp'
178 .BR opreport(1),
Makefile.am 14 opreport.1 \
22 dist_html_DATA = oprofile.html internals.html opreport.xsd op-jit-devel.html
oprofile.xml 436 <screen>opreport [--session-dir=dir]</screen>
440 <screen>opreport -l /boot/vmlinux-`uname -r`</screen>
478 <term><filename>opreport</filename></term>
481 <xref linkend="opreport" />.
    [all...]
internals.xml     [all...]
  /external/valgrind/main/docs/internals/
howto_oprofile.txt 14 opreport --merge=tgid -x \
19 opreport --merge=tgid --symbols -x \
24 opreport --merge=tgid --callgraph -x \
  /external/oprofile/
TODO 15 o opreport tgid:<tgid> doesn't work even if .jo files with that pid
42 <movement> [moz@lambent pp]$ ./opreport -lf lib-image:/lib/tls/libc-2.3.2.so /bin/bash | grep vfprintf
44 <movement> [moz@lambent pp]$ ./opreport -lf lib-image:/lib/tls/libc-2.3.2.so /usr/bin/vim | grep vfprintf
46 <movement> [moz@lambent pp]$ ./opreport -lf lib-image:/lib/tls/libc-2.3.2.so { image:/bin/bash } { image:/usr/bin/vim } | grep vfprintf
54 o with opreport -c I can get "warning: /no-vmlinux could not be found.".
56 o opreport -c gives weird output for an image with no symbols:
64 o consider tagging opreport -c entries with a number like gprof
65 o --details for opreport -c, or diff??
67 o stress test opreport -c: compile a Big Application w/o frame pointer and look
68 how driver and opreport -c react
    [all...]
ChangeLog-2006 35 * doc/opreport.1.in:
59 * doc/opreport.1.in:
60 * doc/opreport.xsd:
85 * pp/opreport.cpp:
101 * doc/opreport.1.in:
125 * doc/opreport.1.in:
ChangeLog-2007 39 didn't try to check_mtime(), so opreport is again a bit more verbose
54 * doc/opreport.1.in:
112 * pp/opreport.cpp:
149 * pp/opreport.cpp:
157 with opreport where the same error message was duplicate because in
173 * pp/opreport.cpp:
210 * pp/opreport.cpp:
268 * pp/opreport.cpp:
420 * doc/oprofile.xml: Correct filename reference to opreport.xsd
434 * doc/opreport.xsd
    [all...]
ChangeLog-2003 323 * pp/opreport.cpp: s/format_double/format_percent/
373 * pp/opreport.cpp: fixup from above changes
505 * doc/opreport.1.in:
764 * doc/opreport.1.in: fix --merge docs and profile specs
    [all...]
ChangeLog-2005 155 * pp/opreport.cpp: use it all over place where we need to sum up
247 * pp/opreport.cpp: don't throw a std::string but an op_runtime_error
277 * pp/opreport.cpp:
611 * pp/opreport.cpp: fix multiple apps for diff output
665 * pp/opreport.cpp:
703 * pp/opreport.cpp:
711 * doc/opreport.1.in:
723 accessed (opreport -gl; opannotate) problem and solution pointed
762 * pp/opreport.cpp:
770 for opreport -
    [all...]
README_PACKAGERS 12 As of release 0.9.3, opreport is capable of generating XML output.
14 access to the doc/opreport.xsd file, which describes the schema.
oprofile_android 42 opreport_bin = os.path.join(oprofile_bin_dir, 'opreport')
135 print " report [args] : generate report with specified arguments to 'opreport'"
138 print " --help : show help for additional opreport options"
opimport_pull 122 os.system(oprofile_bin_dir + "/opreport --session-dir=.")
ChangeLog-2004 201 * libpp/arrange_profiles.cpp: fix opreport -m lib, broken in 0.8
262 * pp/opreport.cpp:
695 * pp/opreport.cpp: s/formatter/opreport_formatter
823 * doc/opreport.1.in:
932 * pp/opreport.cpp:
983 Carlo problem where opreport die with an invalid_filename error)
989 * pp/opreport.cpp:
configure.in 257 doc/opreport.1 \
  /external/oprofile/libpp/
arrange_profiles.h 104 * will correspond to columnar output of opreport.
174 * The classes correspond to the columns you'll get in opreport:
211 * make opreport give the right info in the "app"
228 * Invert the profile set. For opreport -l, opannotate etc.,
profile_spec.h 79 * Used for e.g. "opreport /bin/mybinary". We don't know yet
135 // specified by user on command like opreport image1 image2 ...
  /external/oprofile/libutil++/
bfd_spu_support.cpp 104 << "Rebuild the opreport utility with the correct BFD library.\n"

Completed in 253 milliseconds

1 2