HomeSort by relevance Sort by last modified time
    Searched refs:profile_t (Results 1 - 17 of 17) sorted by null

  /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 *name, const char *subname,
92 (profile_t profile, const char *const *names
    [all...]
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)
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
302 profile_init(const char **files, profile_t *ret_profile)
305 profile_t profile;
368 profile_release(profile_t profile)
389 errcode_t profile_set_default(profile_t profile, const char *def_string)
1269 profile_t profile;
1281 profile_iterator_create(profile_t profile, const char *const *names, int flags,
1462 errcode_t profile_get_value(profile_t profile, const char *name
    [all...]
problem.c     [all...]
e2fsck.h 367 profile_t profile;
  /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...]
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,
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;
profile_container.h 66 void add(profile_t const & profile, op_bfd const & abfd,
146 profile_t::iterator_pair const &,
populate_for_spu.cpp 61 profile_t profile;
157 spu_profile = profile_t::is_spu_sample_file(sfname);
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,
  /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/e2fsprogs/misc/
mke2fs.c 112 static profile_t profile;
1024 static int profile_has_subsection(profile_t prof, const char *section,
    [all...]

Completed in 1073 milliseconds