Home
last modified time | relevance | path

Searched refs:HEADER_LAST_FEATURE (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.h48 HEADER_LAST_FEATURE, enumerator
H A Dsynthetic-events.c2013 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
2066 /* Send HEADER_LAST_FEATURE mark. */ in perf_event__synthesize_features()
2068 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.h50 HEADER_LAST_FEATURE, enumerator
H A Dsynthetic-events.c2271 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
2324 /* Send HEADER_LAST_FEATURE mark. */ in perf_event__synthesize_features()
2326 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c292 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
H A Dbuiltin-report.c222 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
225 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()
232 * (feat_id = HEADER_LAST_FEATURE) is the end marker which in process_feature_event()
H A Dbuiltin-stat.c1806 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in init_features()
H A Dbuiltin-record.c1190 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in record__init_features()
H A Dbuiltin-script.c3363 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c308 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
H A Dbuiltin-report.c244 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
247 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()
256 * (feat_id = HEADER_LAST_FEATURE) is the end marker which in process_feature_event()
H A Dbuiltin-stat.c2220 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in init_features()
H A Dbuiltin-record.c1693 for (feat = HEADER_FIRST_FEATURE; feat < HEADER_LAST_FEATURE; feat++) in record__init_features()
H A Dbuiltin-script.c3742 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()

Completed in 38 milliseconds