Home
last modified time | relevance | path

Searched refs:feat_id (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/perf/lib/include/perf/
Devent.h317 __u64 feat_id; member
/Linux-v5.4/tools/perf/
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()
223 event->feat.feat_id); in process_feature_event()
Dbuiltin-annotate.c294 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
Dbuiltin-script.c3336 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
/Linux-v5.4/fs/f2fs/
Dsysfs.c376 enum feat_id { enum
/Linux-v5.4/tools/perf/util/
Dsynthetic-events.c1863 fe->feat_id = feat; in perf_event__synthesize_features()
1876 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
Dheader.c3654 u64 feat = fe->feat_id; in perf_event__process_feature()