Home
last modified time | relevance | path

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

/oneTBB/src/tbb/tools_api/
H A Dittnotify_config.h669 #define NEW_HISTOGRAM_W(gptr,h,h_tail,domain,name,x_type,y_type) { \ argument
675 h->x_type = x_type; \
687 #define NEW_HISTOGRAM_A(gptr,h,h_tail,domain,name,x_type,y_type) { \ argument
695 h->x_type = x_type; \
H A Dittnotify_static.h89 …in, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type), (ITT_FORMAT domain,…
90 … const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_type y_type), (ITT_FORMAT domain,…
92 …in, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type), (ITT_FORMAT domain,…
H A Dittnotify_static.c761 …t))(const __itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_ty… in ITT_VERSIONIZE()
776 return ITTNOTIFY_NAME(histogram_createW)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
793 NEW_HISTOGRAM_W(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, y_type); in ITT_VERSIONIZE()
800 …init))(const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_ty… in ITT_VERSIONIZE()
802 …init))(const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_ty… in ITT_VERSIONIZE()
819 return ITTNOTIFY_NAME(histogram_createA)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
825 return ITTNOTIFY_NAME(histogram_create)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
847 NEW_HISTOGRAM_A(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, y_type); in ITT_VERSIONIZE()
H A Dittnotify.h3928 __itt_metadata_type x_type; /*!< Type of the histogram X axis */ member
3946 …reateA(const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_ty…
3947 …teW(const __itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_ty…
3956 …create(const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_ty…
3963 …ateA, (const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_ty…
3964 …W, (const __itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_ty…
3966 …eate, (const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_ty…
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