Searched refs:feat_id (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dfeatures.c561 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) argument
563 struct kern_feature_desc *feat = &feature_probes[feat_id];
570 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) {
573 WRITE_ONCE(cache->res[feat_id], FEAT_SUPPORTED);
575 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING);
578 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING);
582 return READ_ONCE(cache->res[feat_id]) == FEAT_SUPPORTED;
H A Dlibbpf_internal.h393 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
394 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
H A Dlibbpf.c4928 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) argument
4937 return feat_supported(obj->feat_cache, feat_id);
4939 return feat_supported(NULL, feat_id);
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c392 unsigned char feat_id; local
420 feat_id = V4L2_VP9_SEG_LVL_ALT_Q;
424 update_feat_and_flag(vp9_ctx, seg, feat_id, segid);
425 if (v4l2_vp9_seg_feat_enabled(vp9_ctx->feature_enabled, feat_id, segid))
427 vp9_ctx->feature_data[segid][feat_id],
430 hantro_reg_write(ctx->dev, &seg_regs[segid][feat_id], feat_val);
433 feat_id = V4L2_VP9_SEG_LVL_ALT_L;
437 update_feat_and_flag(vp9_ctx, seg, feat_id, segid);
438 if (v4l2_vp9_seg_feat_enabled(vp9_ctx->feature_enabled, feat_id, segid))
440 vp9_ctx->feature_data[segid][feat_id],
[all...]
/linux-master/tools/lib/perf/include/perf/
H A Devent.h445 __u64 feat_id; member in struct:perf_record_header_feature
/linux-master/tools/perf/
H A Dbuiltin-report.c245 if (event->feat.feat_id < HEADER_LAST_FEATURE)
248 if (event->feat.feat_id != HEADER_LAST_FEATURE) {
250 event->feat.feat_id);
257 * (feat_id = HEADER_LAST_FEATURE) is the end marker which
H A Dbuiltin-annotate.c315 if (event->feat.feat_id < HEADER_LAST_FEATURE)
H A Dbuiltin-script.c3765 if (event->feat.feat_id < HEADER_LAST_FEATURE)
/linux-master/tools/perf/util/
H A Dsynthetic-events.c2329 fe->feat_id = feat;
2342 fe->feat_id = HEADER_LAST_FEATURE;
H A Dheader.c4333 u64 feat = fe->feat_id;

Completed in 249 milliseconds