Searched refs:__PARSE_EVENTS__TERM_TYPE_NR (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dparse-events.h82 #define __PARSE_EVENTS__TERM_TYPE_NR (PARSE_EVENTS__TERM_TYPE_HARDWARE + 1) macro
H A Dparse-events.c749 static const char *config_term_names[__PARSE_EVENTS__TERM_TYPE_NR] = {
777 if ((unsigned int)term_type >= __PARSE_EVENTS__TERM_TYPE_NR)
788 if (term_type < 0 || term_type >= __PARSE_EVENTS__TERM_TYPE_NR) {
2680 } else if ((unsigned int)term->type_term < __PARSE_EVENTS__TERM_TYPE_NR) {
2709 for (i = 0; i < __PARSE_EVENTS__TERM_TYPE_NR; i++) {
2738 char static_terms[__PARSE_EVENTS__TERM_TYPE_NR *

Completed in 93 milliseconds