Home
last modified time | relevance | path

Searched refs:HEADER_LAST_FEATURE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dheader.h50 HEADER_LAST_FEATURE, enumerator
Dheader.c3295 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
3297 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = {
3350 if (feat >= HEADER_LAST_FEATURE) { in perf_file_section__fprintf_info()
3402 for_each_clear_bit(bit, header->adds_features, HEADER_LAST_FEATURE) { in perf_header__fprintf_info()
3637 for_each_set_bit(feat, header->adds_features, HEADER_LAST_FEATURE) { in perf_header__process_sections()
3854 if (feat >= HEADER_LAST_FEATURE) { in perf_file_section__process()
4131 if (feat == HEADER_RESERVED || feat >= HEADER_LAST_FEATURE) { in perf_event__process_feature()
Dsynthetic-events.c2119 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
2174 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
/Linux-v5.15/tools/perf/
Dbuiltin-annotate.c292 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
Dbuiltin-report.c229 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
232 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()
Dbuiltin-stat.c1973 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in init_features()
Dbuiltin-record.c1203 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in record__init_features()
Dbuiltin-script.c3559 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()