Searched refs:old_key (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | expr.c | 66 char *old_key = NULL; in expr__add_id() local 77 (const void **)&old_key, (void **)&old_data); in expr__add_id() 80 free(old_key); in expr__add_id() 89 char *old_key = NULL; in expr__add_id_val() local 99 (const void **)&old_key, (void **)&old_data); in expr__add_id_val() 102 free(old_key); in expr__add_id_val() 110 char *old_key = NULL; in expr__add_ref() local 144 (const void **)&old_key, (void **)&old_data); in expr__add_ref() 151 free(old_key); in expr__add_ref() 206 char *old_key = NULL; in expr__del_id() local [all …]
|
D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 162 if (old_key) in hashmap__insert() 163 *old_key = NULL; in hashmap__insert() 170 if (old_key) in hashmap__insert() 171 *old_key = entry->key; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 230 if (old_key) in hashmap__delete() 231 *old_key = entry->key; in hashmap__delete()
|
D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|
/tools/lib/bpf/ |
D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 162 if (old_key) in hashmap__insert() 163 *old_key = NULL; in hashmap__insert() 170 if (old_key) in hashmap__insert() 171 *old_key = entry->key; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 230 if (old_key) in hashmap__delete() 231 *old_key = entry->key; in hashmap__delete()
|
D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|