Home
last modified time | relevance | path

Searched refs:profile_t (Results 1 – 20 of 20) sorted by relevance

/external/e2fsprogs/e2fsck/
Dprofile.h42 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,
Dprofile_helpers.h13 (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);
Dprofile_helpers.c141 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()
Dprofile.c211 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 …]
Dprof_err.et37 error_code PROF_MAGIC_PROFILE, "Bad magic value in profile_t"
De2fsck.h348 profile_t profile;
Dproblem.c1874 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/
Dprofile.cpp34 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()
Dprofile.h33 class profile_t : noncopyable {
38 profile_t();
151 struct iterator_traits<profile_t::const_iterator> {
161 class profile_t::const_iterator
Dcallgraph_container.h26 class profile_t; variable
144 void add(profile_t const & profile, op_bfd const & caller_bfd,
Dpopulate.cpp33 populate_from_files(profile_t & profile, op_bfd const & abfd, in populate_from_files()
91 profile_t profile; in populate_for_image()
Dprofile_container.h66 void add(profile_t const & profile, op_bfd const & abfd,
146 profile_t::iterator_pair const &,
Dprofile_container.cpp73 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()
Dpopulate_for_spu.cpp61 profile_t profile; in populate_spu_profile_from_files()
157 spu_profile = profile_t::is_spu_sample_file(sfname); in is_spu_profile()
Dcallgraph_container.cpp128 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/
Dopgprof.cpp108 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()
Dopreport.cpp67 count_type count = profile_t::sample_count(it->sample_filename); in add_files()
/external/e2fsprogs/misc/
Dmke2fs.c105 profile_t profile;
944 static int profile_has_subsection(profile_t profile, const char *section, in profile_has_subsection()
/external/oprofile/
DChangeLog-200364 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
DChangeLog-2002160 rename class opp_samples_files to profile_t