Home
last modified time | relevance | path

Searched refs:__itt_histogram (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbb/tools_api/
H A Dittnotify_config.h670 h = (__itt_histogram*)malloc(sizeof(__itt_histogram)); \
688 h = (__itt_histogram*)malloc(sizeof(__itt_histogram)); \
H A Dittnotify_static.c761 static __itt_histogram* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createW),_init))(const __itt_d… in ITT_VERSIONIZE()
763 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE()
797 return (__itt_histogram*)h; in ITT_VERSIONIZE()
800 static __itt_histogram* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createA),_init))(const __itt_d… in ITT_VERSIONIZE()
802 static __itt_histogram* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_create),_init))(const __itt_do… in ITT_VERSIONIZE()
805 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE()
851 return (__itt_histogram*)h; in ITT_VERSIONIZE()
1572 __itt_histogram* current_histogram = _N_(_ittapi_global).histogram_list; in __itt_free_allocated_resources()
1575 __itt_histogram* tmp = current_histogram->next; in __itt_free_allocated_resources()
H A Dittnotify.h3933 } __itt_histogram; typedef
3946 __itt_histogram* ITTAPI __itt_histogram_createA(const __itt_domain* domain, const char* name, __itt…
3947 __itt_histogram* ITTAPI __itt_histogram_createW(const __itt_domain* domain, const wchar_t* name, __…
3956 __itt_histogram* ITTAPI __itt_histogram_create(const __itt_domain* domain, const char* name, __itt_…
3963 ITT_STUB(ITTAPI, __itt_histogram*, histogram_createA, (const __itt_domain* domain, const char* name…
3966 ITT_STUB(ITTAPI, __itt_histogram*, histogram_create, (const __itt_domain* domain, const char* name,…
3979 #define __itt_histogram_createA(domain, name, x_type, y_type) (__itt_histogram*)0
3981 #define __itt_histogram_createW(domain, name, x_type, y_type) (__itt_histogram*)0
3984 #define __itt_histogram_create(domain, name, x_type, y_type) (__itt_histogram*)0
4005 void ITTAPI __itt_histogram_submit(__itt_histogram* histogram, size_t length, void* x_data, void* y…
[all …]
H A Dittnotify_static.h89 ITT_STUB(ITTAPI, __itt_histogram*, histogram_createA, (const __itt_domain* domain, const char* name…
90 ITT_STUB(ITTAPI, __itt_histogram*, histogram_createW, (const __itt_domain* domain, const wchar_t* n…
92 ITT_STUB(ITTAPI, __itt_histogram*, histogram_create, (const __itt_domain* domain, const char* name,…
374 ITT_STUBV(ITTAPI, void, histogram_submit, (__itt_histogram* histogram, size_t length, void* x_data,…