Home
last modified time | relevance | path

Searched refs:count_type (Results 1 – 14 of 14) sorted by relevance

/external/oprofile/libpp/
Dprofile.h56 static count_type sample_count(std::string const & filename);
106 typedef std::map<odb_key_t, count_type> ordered_samples_t;
153 typedef count_type value_type;
154 typedef count_type * pointer;
155 typedef count_type & reference;
169 count_type operator*() const { return it->second; }
173 count_type count() const { return **this; }
Dprofile.cpp41 count_type profile_t::sample_count(string const & filename) in sample_count()
47 count_type count = 0; in sample_count()
Dcallgraph_container.cpp57 bool compare_by_callee_vma(pair<odb_key_t, count_type> const & lhs, in compare_by_callee_vma()
58 pair<odb_key_t, count_type> const & rhs) in compare_by_callee_vma()
213 typedef vector<pair<odb_key_t, count_type> > samples_t;
249 count_type
253 count_type count = 0; in accumulate_callee()
Dsymbol.h30 typedef sparse_array<u32, count_type> count_array_t;
Dprofile_container.cpp89 count_type count = accumulate(p_it.first, p_it.second, 0ull); in add()
Dformat_output.cpp66 string get_percent(count_type dividend, count_type divisor) in get_percent()
/external/oprofile/pp/
Dopreport.cpp53 count_type add_files(list<profile_sample_files> const & files,
58 count_type summary::
61 count_type subtotal = 0; in add_files()
67 count_type count = profile_t::sample_count(it->sample_filename); in add_files()
95 count_type add_profile(profile_set const & profile, size_t pclass);
124 count_type app_summary::add_profile(profile_set const & profile, in add_profile()
127 count_type group_total = 0; in add_profile()
131 count_type app_count = summ.add_files(profile.files, pclass); in add_profile()
141 count_type lib_count = summ.add_files(it->files, pclass); in add_profile()
225 void output_count(count_type total_count, count_type count) in output_count()
[all …]
Dopgprof.cpp200 count_type count = it->second.counts[0]; in output_gprof()
/external/oprofile/libutil/
Dop_types.h31 typedef u64 count_type; typedef
/external/oprofile/libdb/
Ddb_stat.c21 count_type total_count; /**< cumulated samples count */
/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c278 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
Dp2p_i.h583 u8 count_type; member
Dp2p.c3670 desc1.count_type = 1; in p2p_build_presence_req()
3677 desc2.count_type = 2; in p2p_build_presence_req()
/external/oprofile/
DChangeLog-2005146 * libutil/op_types.h: typedef a unsigned 64 bits count_type