Searched refs:profile_hash (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-ftrace.c | 1071 static size_t profile_hash(long func, void *ctx __maybe_unused) in profile_hash() function 1087 ftrace->profile_hash = hashmap__new(profile_hash, profile_equal, NULL); in prepare_func_profile() 1088 if (ftrace->profile_hash == NULL) in prepare_func_profile() 1103 if (!hashmap__find(ftrace->profile_hash, func, &prof)) { in add_func_duration() 1116 hashmap__add(ftrace->profile_hash, key, prof); in add_func_duration() 1251 nr = hashmap__size(ftrace->profile_hash); in print_profile_result() 1262 hashmap__for_each_entry(ftrace->profile_hash, entry, bkt) in print_profile_result() 1284 hashmap__for_each_entry(ftrace->profile_hash, entry, bkt) { in print_profile_result() 1289 hashmap__free(ftrace->profile_hash); in print_profile_result() 1290 ftrace->profile_hash = NULL; in print_profile_result()
|
| /linux-6.15/tools/perf/util/ |
| H A D | ftrace.h | 20 struct hashmap *profile_hash; member
|