Searched refs:feat_id (Results 1 – 10 of 10) sorted by relevance
587 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() argument589 struct kern_feature_desc *feat = &feature_probes[feat_id]; in feat_supported()596 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) { in feat_supported()599 WRITE_ONCE(cache->res[feat_id], FEAT_SUPPORTED); in feat_supported()601 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported()605 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported()609 return READ_ONCE(cache->res[feat_id]) == FEAT_SUPPORTED; in feat_supported()
397 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);398 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
5066 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports() argument5075 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()5077 return feat_supported(NULL, feat_id); in kernel_supports()
451 __u64 feat_id; member
248 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()251 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()253 event->feat.feat_id); in process_feature_event()
319 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
3614 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
222 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
2428 fe->feat_id = feat; in perf_event__synthesize_features()2441 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
4366 u64 feat = fe->feat_id; in perf_event__process_feature()
Completed in 65 milliseconds