Searched refs:profile_spec (Results 1 – 16 of 16) sorted by relevance
/external/oprofile/libpp/ |
D | profile_spec.cpp | 54 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 …]
|
D | profile_spec.h | 29 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 &);
|
D | filename_spec.h | 19 class profile_spec; variable 29 friend class profile_spec; variable
|
D | Makefile.am | 43 profile_spec.cpp \ 44 profile_spec.h \
|
D | Android.mk | 37 profile_spec.cpp \
|
/external/oprofile/pp/ |
D | opgprof_options.cpp | 51 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()
|
D | oparchive_options.cpp | 99 profile_spec const pspec = in handle_options() 100 profile_spec::create(spec.common, image_path, root_path); in handle_options()
|
D | opannotate_options.cpp | 124 profile_spec const pspec = in handle_options() 125 profile_spec::create(spec.common, options::image_path, in handle_options()
|
D | opreport_options.cpp | 252 profile_spec const pspec = in process_spec() 253 profile_spec::create(spec, options::image_path, in process_spec()
|
/external/oprofile/ |
D | 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
|
D | 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
|
D | 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 function [all …]
|
D | ChangeLog | 110 * libpp/profile_spec.cpp: 326 * libpp/profile_spec.cpp: 344 * libpp/profile_spec.cpp:
|
D | ChangeLog-2005 | 271 * libpp/profile_spec.cpp: 507 * libpp/profile_spec.cpp: 679 * libpp/profile_spec.cpp: 680 * libpp/profile_spec.h:
|
D | ChangeLog-2008 | 225 * libpp/profile_spec.cpp: Fix bug in differential profile 305 * oprofile/libpp/profile_spec.cpp:
|
D | ChangeLog-2006 | 112 * libpp/profile_spec.c:
|