Searched refs:__itt_histogram (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_config.h | 628 h = (__itt_histogram *)malloc(sizeof(__itt_histogram)); \ 646 h = (__itt_histogram *)malloc(sizeof(__itt_histogram)); \
|
H A D | ittnotify_static.cpp | 762 static __itt_histogram *ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createW), in ITT_VERSIONIZE() 766 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 796 return (__itt_histogram *)h; in ITT_VERSIONIZE() 799 static __itt_histogram *ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createA), in ITT_VERSIONIZE() 804 static __itt_histogram *ITTAPI ITT_VERSIONIZE(ITT_JOIN( in ITT_VERSIONIZE() 810 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 858 return (__itt_histogram *)h; in ITT_VERSIONIZE() 1352 __itt_histogram *current_histogram = _N_(_ittapi_global).histogram_list; in __itt_free_allocated_resources() 1354 __itt_histogram *tmp = current_histogram->next; in __itt_free_allocated_resources()
|
H A D | ittnotify.h | 4260 } __itt_histogram; typedef 4274 __itt_histogram *ITTAPI __itt_histogram_createA(const __itt_domain *domain, 4278 __itt_histogram *ITTAPI __itt_histogram_createW(const __itt_domain *domain, 4290 __itt_histogram *ITTAPI __itt_histogram_create(const __itt_domain *domain, 4300 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createA, 4303 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createW, 4307 ITT_STUB(ITTAPI, __itt_histogram *, histogram_create, 4323 (__itt_histogram *)0 4326 (__itt_histogram *)0 4330 (__itt_histogram *)0 [all …]
|
H A D | ittnotify_static.h | 122 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createA, 127 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createW, 133 ITT_STUB(ITTAPI, __itt_histogram *, histogram_create, 796 (__itt_histogram * hist, size_t length, void *x_data, void *y_data),
|