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

  /external/oprofile/libpp/
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; }
symbol.h 30 typedef sparse_array<u32, count_type> count_array_t;
profile.cpp 41 count_type profile_t::sample_count(string const & filename)
47 count_type count = 0;
callgraph_container.cpp 57 bool compare_by_callee_vma(pair<odb_key_t, count_type> const & lhs,
58 pair<odb_key_t, count_type> const & rhs)
213 typedef vector<pair<odb_key_t, count_type> > samples_t;
249 count_type
253 count_type count = 0;
profile_container.cpp 89 count_type count = accumulate(p_it.first, p_it.second, 0ull);
format_output.cpp 66 string get_percent(count_type dividend, count_type divisor)
  /external/oprofile/libutil/
op_types.h 31 typedef u64 count_type; typedef
  /external/oprofile/pp/
opreport.cpp 53 count_type add_files(list<profile_sample_files> const & files,
58 count_type summary::
61 count_type subtotal = 0;
67 count_type count = profile_t::sample_count(it->sample_filename);
95 count_type add_profile(profile_set const & profile, size_t pclass);
124 count_type app_summary::add_profile(profile_set const & profile,
127 count_type group_total = 0;
131 count_type app_count = summ.add_files(profile.files, pclass);
141 count_type lib_count = summ.add_files(it->files, pclass);
225 void output_count(count_type total_count, count_type count
    [all...]
opgprof.cpp 200 count_type count = it->second.counts[0];
  /external/oprofile/libdb/
db_stat.c 21 count_type total_count; /**< cumulated samples count */
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 278 wpabuf_put_u8(buf, desc->count_type);
p2p_i.h 549 u8 count_type; member in struct:p2p_noa_desc
p2p.c     [all...]

Completed in 810 milliseconds