Home
last modified time | relevance | path

Searched refs:EVSEL__CONFIG_TERM_OVERWRITE (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Devsel_config.h23 EVSEL__CONFIG_TERM_OVERWRITE, enumerator
H A Drecord.c80 if ((term_types & (1 << EVSEL__CONFIG_TERM_OVERWRITE)) == 0) in evsel__config_leader_sampling()
H A Dparse-events.c1149 case EVSEL__CONFIG_TERM_OVERWRITE: in add_config_term()
1243 new_type = EVSEL__CONFIG_TERM_OVERWRITE; in get_config_terms()
1247 new_type = EVSEL__CONFIG_TERM_OVERWRITE; in get_config_terms()
H A Devsel.c1244 case EVSEL__CONFIG_TERM_OVERWRITE: in evsel__apply_config_terms()
/linux/tools/perf/
H A Dbuiltin-top.c962 if (term->type == EVSEL__CONFIG_TERM_OVERWRITE) in perf_top__overwrite_check()