Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dheader.h46 HEADER_LAST_FEATURE, enumerator
Dheader.c2848 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
2850 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = {
2897 if (feat >= HEADER_LAST_FEATURE) { in perf_file_section__fprintf_info()
2949 for_each_clear_bit(bit, header->adds_features, HEADER_LAST_FEATURE) { in perf_header__fprintf_info()
3176 for_each_set_bit(feat, header->adds_features, HEADER_LAST_FEATURE) { in perf_header__process_sections()
3393 if (feat >= HEADER_LAST_FEATURE) { in perf_file_section__process()
3660 if (feat == HEADER_RESERVED || feat >= HEADER_LAST_FEATURE) { in perf_event__process_feature()
Dsynthetic-events.c1821 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
1876 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c294 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
Dbuiltin-report.c218 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
221 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()
Dbuiltin-stat.c1413 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in init_features()
Dbuiltin-record.c1038 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in record__init_features()
Dbuiltin-script.c3336 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()