Searched refs:feat_id (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/media/platform/verisilicon/ |
| H A D | hantro_g2_vp9_dec.c | 392 unsigned char feat_id; in config_segment() local 420 feat_id = V4L2_VP9_SEG_LVL_ALT_Q; in config_segment() 424 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment() 427 vp9_ctx->feature_data[segid][feat_id], in config_segment() 433 feat_id = V4L2_VP9_SEG_LVL_ALT_L; in config_segment() 437 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment() 440 vp9_ctx->feature_data[segid][feat_id], in config_segment() 446 feat_id = V4L2_VP9_SEG_LVL_REF_FRAME; in config_segment() 450 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment() 458 feat_id = V4L2_VP9_SEG_LVL_SKIP; in config_segment() [all …]
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | features.c | 587 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() argument 589 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()
|
| H A D | libbpf_internal.h | 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);
|
| H A D | libbpf.c | 5060 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports() argument 5069 return feat_supported(obj->feat_cache, feat_id); in kernel_supports() 5071 return feat_supported(NULL, feat_id); in kernel_supports()
|
| /linux-6.15/tools/perf/util/ |
| H A D | intel-tpebs.c | 153 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
| H A D | synthetic-events.c | 2412 fe->feat_id = feat; in perf_event__synthesize_features() 2425 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
|
| H A D | header.c | 4348 u64 feat = fe->feat_id; in perf_event__process_feature()
|
| /linux-6.15/tools/lib/perf/include/perf/ |
| H A D | event.h | 451 __u64 feat_id; member
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-report.c | 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()
|
| H A D | builtin-annotate.c | 319 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
| H A D | builtin-script.c | 3604 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|