Home
last modified time | relevance | path

Searched refs:PARSE_EVENTS__TERM_TYPE_OVERWRITE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dparse-events.h74 PARSE_EVENTS__TERM_TYPE_OVERWRITE, enumerator
H A Dparse-events.c764 [PARSE_EVENTS__TERM_TYPE_OVERWRITE] = "overwrite", in config_term_name()
815 case PARSE_EVENTS__TERM_TYPE_OVERWRITE: in config_term_avail()
904 case PARSE_EVENTS__TERM_TYPE_OVERWRITE: in config_term_common()
1034 case PARSE_EVENTS__TERM_TYPE_OVERWRITE: in config_term_tracepoint()
1153 case PARSE_EVENTS__TERM_TYPE_OVERWRITE: in get_config_terms()
1230 case PARSE_EVENTS__TERM_TYPE_OVERWRITE: in get_config_chgs()
H A Dparse-events.l243 overwrite { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_OVERWRITE); }