/external/e2fsprogs/e2fsck/ |
profile_helpers.h | 13 (profile_t profile, const char *const *names, char ***ret_values); 19 (profile_t profile, const char **names, char ***ret_names); 22 (profile_t profile, const char **names, char ***ret_names); 27 (const char * filelist, profile_t *ret_profile);
|
profile.h | 42 typedef struct _profile_t *profile_t; typedef in typeref:struct:_profile_t 59 (const char * *files, profile_t *ret_profile); 62 (profile_t profile); 65 (profile_t profile, const char *def_string); 68 (profile_t profile, const char *name, const char *subname, 72 (profile_t profile, const char *name, const char *subname, 77 (profile_t profile, const char *name, const char *subname, 82 (profile_t profile, const char *name, const char *subname, 87 (profile_t profile, const char *const *names,
|
profile_helpers.c | 141 profile_get_values(profile_t profile, const char *const *names, 182 profile_get_subsection_names(profile_t profile, const char **names, 218 profile_get_relation_names(profile_t profile, const char **names, 262 profile_t *ret_profile)
|
prof_err.c | 27 "Bad magic value in profile_t",
|
prof_err.et | 37 error_code PROF_MAGIC_PROFILE, "Bad magic value in profile_t"
|
profile.c | 111 * This structure defines the high-level, user visible profile_t 211 static errcode_t profile_get_value(profile_t profile, const char *name, 217 * prof_init.c --- routines that manipulate the user-visible profile_t 299 profile_init(const char **files, profile_t *ret_profile) 302 profile_t profile; 363 profile_release(profile_t profile) 384 errcode_t profile_set_default(profile_t profile, const char *def_string) 1264 profile_t profile; 1276 profile_iterator_create(profile_t profile, const char *const *names, int flags, 1457 errcode_t profile_get_value(profile_t profile, const char *name [all...] |
e2fsck.h | 348 profile_t profile;
|
problem.c | [all...] |
/external/oprofile/libpp/ |
profile.cpp | 34 profile_t::profile_t() function in class:profile_t 41 count_type profile_t::sample_count(string const & filename) 60 enum profile_type profile_t::is_spu_sample_file(string const & filename) 73 void profile_t::open_sample_file(string const & filename, odb_t & db) 94 void profile_t::add_sample_file(string const & filename) 128 void profile_t::set_offset(op_bfd const & abfd) 146 profile_t::iterator_pair 147 profile_t::samples_range(odb_key_t start, odb_key_t end) const 164 throw op_fatal_error("profile_t::samples_range(): start > end [all...] |
profile.h | 33 class profile_t : noncopyable { class in inherits:noncopyable 36 * profile_t - construct an empty profile_t object 38 profile_t(); 54 * profile_t static or non static member. 64 * go through profile_t static or non static member. 136 * profile_t, as we're storing two offsets in the key value. So 145 // It will be easier to derive profile_t::const_iterator from 151 struct iterator_traits<profile_t::const_iterator> { 161 class profile_t::const_iterato [all...] |
populate.cpp | 33 populate_from_files(profile_t & profile, op_bfd const & abfd, 86 // we can only share a profile_t amongst each 91 profile_t profile;
|
callgraph_container.h | 26 class profile_t; 135 * @param profile one callgraph file stored in a profile_t 144 void add(profile_t const & profile, op_bfd const & caller_bfd,
|
profile_container.cpp | 73 void profile_container::add(profile_t const & profile, 87 profile_t::iterator_pair p_it = 135 profile_t::iterator_pair const & p_it, 141 profile_t::const_iterator it;
|
callgraph_container.cpp | 128 call_data(profile_container const & p, profile_t const & pr, 144 // see profile_t::samples_range() for why we need this check 146 profile_t::iterator_pair p_it = profile.samples_range( 239 profile_t const & profile; 490 profile_t profile; 491 // We can't use start_offset support in profile_t, give 502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok,
|
populate_for_spu.cpp | 61 profile_t profile; 157 spu_profile = profile_t::is_spu_sample_file(sfname);
|
profile_container.h | 66 void add(profile_t const & profile, op_bfd const & abfd, 146 profile_t::iterator_pair const &,
|
/external/oprofile/pp/ |
opgprof.cpp | 108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db) 117 profile_t::iterator_pair p_it = cg_db.samples_range(); 137 profile_t const & cg_db, string const & gmon_filename) 244 profile_t profile; 256 void load_cg(profile_t & cg_db, list<profile_sample_files> const & files) 300 profile_t cg_db;
|
opreport.cpp | 67 count_type count = profile_t::sample_count(it->sample_filename);
|
/external/oprofile/doc/ |
internals.xml | [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 105 profile_t profile; 944 static int profile_has_subsection(profile_t profile, const char *section, [all...] |
/external/oprofile/ |
ChangeLog-2003 | 64 if we retrieved some cg files since the profile_t will be empty [all...] |
ChangeLog-2002 | 160 rename class opp_samples_files to profile_t [all...] |