HomeSort by relevance Sort by last modified time
    Searched full:profile_spec (Results 1 - 18 of 18) sorted by null

  /external/oprofile/libpp/
profile_spec.cpp 2 * @file profile_spec.cpp
20 #include "profile_spec.h"
54 profile_spec::profile_spec() function in class:profile_spec
58 parse_table["archive"] = &profile_spec::parse_archive_path;
59 parse_table["session"] = &profile_spec::parse_session;
61 &profile_spec::parse_session_exclude;
62 parse_table["image"] = &profile_spec::parse_image;
63 parse_table["image-exclude"] = &profile_spec::parse_image_exclude;
64 parse_table["lib-image"] = &profile_spec::parse_lib_image
    [all...]
filename_spec.h 19 class profile_spec;
25 * profile_spec as given by the user.
29 friend class profile_spec;
Makefile.am 43 profile_spec.cpp \
44 profile_spec.h \
profile_spec.h 2 * @file profile_spec.h
29 class profile_spec class
36 * Factory returning a profile_spec instance storing all valid
41 static profile_spec create(std::list<std::string> const & args,
68 profile_spec();
107 typedef void (profile_spec::*action_t)(std::string const &);
Android.mk.bak 37 profile_spec.cpp \
name_storage.h 97 /// optionnal archive_path passed trough profile_spec
  /external/oprofile/pp/
opgprof_options.cpp 23 #include "profile_spec.h"
51 bool try_merge_profiles(profile_spec const & spec, bool exclude_dependent)
112 profile_spec const pspec =
113 profile_spec::create(spec.common, options::image_path,
oparchive_options.cpp 19 #include "profile_spec.h"
99 profile_spec const pspec =
100 profile_spec::create(spec.common, image_path, root_path);
opannotate_options.cpp 20 #include "profile_spec.h"
124 profile_spec const pspec =
125 profile_spec::create(spec.common, options::image_path,
opreport_options.cpp 19 #include "profile_spec.h"
252 profile_spec const pspec =
253 profile_spec::create(spec, options::image_path,
  /external/oprofile/
ChangeLog-2007 42 * libpp/profile_spec.cpp: convey the root_path all over the code.
43 * libpp/profile_spec.h:
198 * libpp/profile_spec.cpp:
231 allow a profile_spec ala image:*oprofile.ko which was broken too.
252 * libpp/profile_spec.cpp:
253 * libpp/profile_spec.h:
273 * libpp/profile_spec.cpp: look like an obvious typo, we must fixup
ChangeLog-2004 228 * libpp/profile_spec.h:
229 * libpp/profile_spec.cpp: remove sample-file
244 * libpp/profile_spec.cpp:
245 * libpp/profile_spec.h:
384 * libpp/profile_spec.cpp: "dependant" not "dependent"
504 * libpp/profile_spec.h:
981 * libpp/profile_spec.h:
982 * libpp/profile_spec.cpp: fix filtering of callgraph filename (this fix
ChangeLog-2003 75 * libpp/profile_spec.cpp:
76 * libpp/profile_spec.h:
124 * libpp/profile_spec.cpp:
142 * libpp/profile_spec.cpp: more precise error message
244 * libpp/profile_spec.cpp:
251 * libpp/profile_spec.cpp: remove all trace of defunct op_alias
269 * libpp/profile_spec.cpp:
270 * libpp/profile_spec.h:
404 * libpp/profile_spec.cpp: rename op_follow_link() to follow_link()
419 * libpp/profile_spec.cpp: introduce a helper functio
    [all...]
ChangeLog 110 * libpp/profile_spec.cpp:
326 * libpp/profile_spec.cpp:
344 * libpp/profile_spec.cpp:
ChangeLog-2005 271 * libpp/profile_spec.cpp:
507 * libpp/profile_spec.cpp:
679 * libpp/profile_spec.cpp:
680 * libpp/profile_spec.h:
ChangeLog-2006 112 * libpp/profile_spec.c:
ChangeLog-2008 225 * libpp/profile_spec.cpp: Fix bug in differential profile
305 * oprofile/libpp/profile_spec.cpp:
  /external/oprofile/doc/
internals.xml 687 the function <function>profile_spec::create()</function>. This
689 use <function>profile_spec::generate_file_list()</function>
691 <varname>profile_spec</varname>.
    [all...]

Completed in 350 milliseconds