Searched refs:odb_key_t (Results 1 – 11 of 11) sorted by relevance
/external/oprofile/libdb/ |
D | odb.h | 22 typedef uint64_t odb_key_t; typedef 43 odb_key_t key; /**< eip */ 181 int odb_update_node(odb_t * odb, odb_key_t key); 196 odb_key_t key, 203 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value); 221 odb_do_hash(odb_data_t const * data, odb_key_t value) in odb_do_hash()
|
D | db_insert.c | 21 static inline int add_node(odb_data_t * data, odb_key_t key, odb_value_t value) in add_node() 52 int odb_update_node(odb_t * odb, odb_key_t key) in odb_update_node() 58 odb_key_t key, in odb_update_node_with_offset() 106 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value) in odb_add_node()
|
D | db_debug.c | 69 static int check_redundant_key(odb_data_t const * data, odb_key_t max) in check_redundant_key() 95 odb_key_t max = 0; in odb_check_hash()
|
/external/oprofile/libpp/ |
D | profile.h | 91 samples_range(odb_key_t start, odb_key_t end) const; 106 typedef std::map<odb_key_t, count_type> ordered_samples_t; 172 odb_key_t vma() const { return it->first + start_offset; }
|
D | callgraph_container.cpp | 45 odb_key_t caller_to_key(u32 value) in caller_to_key() 47 return odb_key_t(value) << 32; in caller_to_key() 51 u32 key_to_callee(odb_key_t key) in key_to_callee() 57 bool compare_by_callee_vma(pair<odb_key_t, count_type> const & lhs, in compare_by_callee_vma() argument 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;
|
D | profile.cpp | 147 profile_t::samples_range(odb_key_t start, odb_key_t end) const in samples_range()
|
/external/oprofile/libabi/ |
D | op_abi.c | 29 { "sizeof_odb_key_t", sizeof(odb_key_t) },
|
D | opimport.cpp | 154 odb_key_t key; in import_from_abi()
|
/external/oprofile/libdb/tests/ |
D | db_test.c | 103 odb_key_t key = (random() % nr_unique_item) + 1; in test()
|
/external/oprofile/daemon/ |
D | opd_sfile.c | 468 (odb_key_t)pc, in sfile_log_sample_count()
|
/external/oprofile/ |
D | ChangeLog-2004 | 919 odb_key_t in public interface. Add operator== acting on iterator
|