/external/e2fsprogs/e2fsck/ |
D | profile.h | 42 typedef struct _profile_t *profile_t; typedef 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,
|
D | 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);
|
D | profile_helpers.c | 141 profile_get_values(profile_t profile, const char *const *names, in profile_get_values() 182 profile_get_subsection_names(profile_t profile, const char **names, in profile_get_subsection_names() 218 profile_get_relation_names(profile_t profile, const char **names, in profile_get_relation_names() 262 profile_t *ret_profile) in profile_init_path()
|
D | profile.c | 211 static errcode_t profile_get_value(profile_t profile, const char *name, 299 profile_init(const char **files, profile_t *ret_profile) in profile_init() 302 profile_t profile; in profile_init() 363 profile_release(profile_t profile) in profile_release() 384 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default() 1264 profile_t profile; 1276 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create() 1457 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value() 1490 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() 1518 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() [all …]
|
D | prof_err.et | 37 error_code PROF_MAGIC_PROFILE, "Bad magic value in profile_t"
|
D | e2fsck.h | 348 profile_t profile;
|
D | problem.c | 1874 profile_get_boolean(profile_t profile, const char *name, const char *subname, in profile_get_boolean() 1898 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string()
|
/external/oprofile/libpp/ |
D | profile.cpp | 34 profile_t::profile_t() in profile_t() function in profile_t 41 count_type profile_t::sample_count(string const & filename) in sample_count() 60 enum profile_type profile_t::is_spu_sample_file(string const & filename) in is_spu_sample_file() 73 void profile_t::open_sample_file(string const & filename, odb_t & db) in open_sample_file() 94 void profile_t::add_sample_file(string const & filename) in add_sample_file() 128 void profile_t::set_offset(op_bfd const & abfd) in set_offset() 146 profile_t::iterator_pair 147 profile_t::samples_range(odb_key_t start, odb_key_t end) const in samples_range() 180 profile_t::iterator_pair profile_t::samples_range() const in samples_range()
|
D | profile.h | 33 class profile_t : noncopyable { 38 profile_t(); 151 struct iterator_traits<profile_t::const_iterator> { 161 class profile_t::const_iterator
|
D | callgraph_container.h | 26 class profile_t; variable 144 void add(profile_t const & profile, op_bfd const & caller_bfd,
|
D | populate.cpp | 33 populate_from_files(profile_t & profile, op_bfd const & abfd, in populate_from_files() 91 profile_t profile; in populate_for_image()
|
D | profile_container.h | 66 void add(profile_t const & profile, op_bfd const & abfd, 146 profile_t::iterator_pair const &,
|
D | profile_container.cpp | 73 void profile_container::add(profile_t const & profile, in add() 87 profile_t::iterator_pair p_it = in add() 135 profile_t::iterator_pair const & p_it, in add_samples() 141 profile_t::const_iterator it; in add_samples()
|
D | populate_for_spu.cpp | 61 profile_t profile; in populate_spu_profile_from_files() 157 spu_profile = profile_t::is_spu_sample_file(sfname); in is_spu_profile()
|
D | callgraph_container.cpp | 128 call_data(profile_container const & p, profile_t const & pr, in call_data() 146 profile_t::iterator_pair p_it = profile.samples_range( in caller_sym() 239 profile_t const & profile; 490 profile_t profile; in populate() 502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, in add()
|
/external/oprofile/pp/ |
D | opgprof.cpp | 108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db) in output_cg() 117 profile_t::iterator_pair p_it = cg_db.samples_range(); in output_cg() 137 profile_t const & cg_db, string const & gmon_filename) in output_gprof() 244 profile_t profile; in load_samples() 256 void load_cg(profile_t & cg_db, list<profile_sample_files> const & files) in load_cg() 300 profile_t cg_db; in opgprof()
|
D | opreport.cpp | 67 count_type count = profile_t::sample_count(it->sample_filename); in add_files()
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 105 profile_t profile; 944 static int profile_has_subsection(profile_t profile, const char *section, in profile_has_subsection()
|
/external/oprofile/ |
D | ChangeLog-2003 | 64 if we retrieved some cg files since the profile_t will be empty 3962 * pp/opreport.cpp: when possible cumulate samples into a profile_t 4552 * pp/op_merge.cpp: use profile_t not counter_profile_t
|
D | ChangeLog-2002 | 160 rename class opp_samples_files to profile_t
|