Home
last modified time | relevance | path

Searched refs:profile_spec (Results 1 – 16 of 16) sorted by relevance

/external/oprofile/libpp/
Dprofile_spec.cpp54 profile_spec::profile_spec() in profile_spec() function in profile_spec
58 parse_table["archive"] = &profile_spec::parse_archive_path; in profile_spec()
59 parse_table["session"] = &profile_spec::parse_session; in profile_spec()
61 &profile_spec::parse_session_exclude; in profile_spec()
62 parse_table["image"] = &profile_spec::parse_image; in profile_spec()
63 parse_table["image-exclude"] = &profile_spec::parse_image_exclude; in profile_spec()
64 parse_table["lib-image"] = &profile_spec::parse_lib_image; in profile_spec()
65 parse_table["event"] = &profile_spec::parse_event; in profile_spec()
66 parse_table["count"] = &profile_spec::parse_count; in profile_spec()
67 parse_table["unit-mask"] = &profile_spec::parse_unitmask; in profile_spec()
[all …]
Dprofile_spec.h29 class profile_spec
41 static profile_spec create(std::list<std::string> const & args,
68 profile_spec();
107 typedef void (profile_spec::*action_t)(std::string const &);
Dfilename_spec.h19 class profile_spec; variable
29 friend class profile_spec; variable
DMakefile.am43 profile_spec.cpp \
44 profile_spec.h \
DAndroid.mk37 profile_spec.cpp \
/external/oprofile/pp/
Dopgprof_options.cpp51 bool try_merge_profiles(profile_spec const & spec, bool exclude_dependent) in try_merge_profiles()
112 profile_spec const pspec = in handle_options()
113 profile_spec::create(spec.common, options::image_path, in handle_options()
Doparchive_options.cpp99 profile_spec const pspec = in handle_options()
100 profile_spec::create(spec.common, image_path, root_path); in handle_options()
Dopannotate_options.cpp124 profile_spec const pspec = in handle_options()
125 profile_spec::create(spec.common, options::image_path, in handle_options()
Dopreport_options.cpp252 profile_spec const pspec = in process_spec()
253 profile_spec::create(spec, options::image_path, in process_spec()
/external/oprofile/
DChangeLog-200742 * 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
DChangeLog-2004228 * 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
DChangeLog-200375 * 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 function
[all …]
DChangeLog110 * libpp/profile_spec.cpp:
326 * libpp/profile_spec.cpp:
344 * libpp/profile_spec.cpp:
DChangeLog-2005271 * libpp/profile_spec.cpp:
507 * libpp/profile_spec.cpp:
679 * libpp/profile_spec.cpp:
680 * libpp/profile_spec.h:
DChangeLog-2008225 * libpp/profile_spec.cpp: Fix bug in differential profile
305 * oprofile/libpp/profile_spec.cpp:
DChangeLog-2006112 * libpp/profile_spec.c: