Searched refs:hash_entry (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | kvm-stat.h | 28 struct list_head hash_entry; member
|
/tools/perf/ |
D | builtin-lock.c | 47 struct list_head hash_entry; member 323 list_for_each_entry(ret, entry, hash_entry) { in lock_stat_findnew() 342 list_add(&new->hash_entry, entry); in lock_stat_findnew() 784 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map() 841 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
|
D | builtin-kvm.c | 167 list_for_each_entry(event, head, hash_entry) { in clear_events_cache_stats() 235 list_for_each_entry(event, head, hash_entry) { in find_create_kvm_event() 244 list_add(&event->hash_entry, head); in find_create_kvm_event() 549 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) { in sort_result()
|
/tools/lib/bpf/ |
D | btf.c | 3594 struct hashmap_entry *hash_entry; in btf_dedup_prim_type() local 3618 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type() 3619 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type() 3630 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type() 3631 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type() 3654 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type() 3655 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type() 4142 struct hashmap_entry *hash_entry; in btf_dedup_struct_type() local 4159 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_struct_type() 4160 __u32 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_struct_type() [all …]
|