Searched refs:count_type (Results 1 – 14 of 14) sorted by relevance
/external/oprofile/libpp/ |
D | profile.h | 56 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; }
|
D | profile.cpp | 41 count_type profile_t::sample_count(string const & filename) in sample_count() 47 count_type count = 0; in sample_count()
|
D | callgraph_container.cpp | 57 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()
|
D | symbol.h | 30 typedef sparse_array<u32, count_type> count_array_t;
|
D | profile_container.cpp | 89 count_type count = accumulate(p_it.first, p_it.second, 0ull); in add()
|
D | format_output.cpp | 66 string get_percent(count_type dividend, count_type divisor) in get_percent()
|
/external/oprofile/pp/ |
D | opreport.cpp | 53 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 …]
|
D | opgprof.cpp | 200 count_type count = it->second.counts[0]; in output_gprof()
|
/external/oprofile/libutil/ |
D | op_types.h | 31 typedef u64 count_type; typedef
|
/external/oprofile/libdb/ |
D | db_stat.c | 21 count_type total_count; /**< cumulated samples count */
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_build.c | 278 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
|
D | p2p_i.h | 583 u8 count_type; member
|
D | p2p.c | 3670 desc1.count_type = 1; in p2p_build_presence_req() 3677 desc2.count_type = 2; in p2p_build_presence_req()
|
/external/oprofile/ |
D | ChangeLog-2005 | 146 * libutil/op_types.h: typedef a unsigned 64 bits count_type
|