Home
last modified time | relevance | path

Searched refs:y_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
676 h->y_type = y_type; \
687 #define NEW_HISTOGRAM_A(gptr,h,h_tail,domain,name,x_type,y_type) { \ argument
696 h->y_type = y_type; \
H A Dittnotify_static.h89 …me, __itt_metadata_type x_type, __itt_metadata_type y_type), (ITT_FORMAT domain, name, x_type, y_t…
90 …me, __itt_metadata_type x_type, __itt_metadata_type y_type), (ITT_FORMAT domain, name, x_type, y_t…
92 …me, __itt_metadata_type x_type, __itt_metadata_type y_type), (ITT_FORMAT domain, name, x_type, y_t…
H A Dittnotify_static.c761 … __itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_type y_type) 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 …nst __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type) in ITT_VERSIONIZE()
802 …nst __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type) 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.h3929 __itt_metadata_type y_type; /*!< Type of the histogram Y axis */ member
3946 …st __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type);
3947 …__itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_type y_type);
3956 …st __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type);
3963 …st __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type))
3964 …__itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_type y_type))
3966 …st __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type))
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