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

  /external/e2fsprogs/e2fsck/
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,
  /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...]

Completed in 46 milliseconds