Searched refs:feat_id (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/platform/verisilicon/ |
| 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/tools/lib/bpf/ |
| A D | features.c | 591 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() argument 593 struct kern_feature_desc *feat = &feature_probes[feat_id]; in feat_supported() 600 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) { in feat_supported() 603 WRITE_ONCE(cache->res[feat_id], FEAT_SUPPORTED); in feat_supported() 605 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported() 608 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported() 612 return READ_ONCE(cache->res[feat_id]) == FEAT_SUPPORTED; in feat_supported()
|
| A D | libbpf_internal.h | 396 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id); 397 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
|
| A D | libbpf.c | 5013 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports() argument 5022 return feat_supported(obj->feat_cache, feat_id); in kernel_supports() 5024 return feat_supported(NULL, feat_id); in kernel_supports()
|
| /linux/tools/perf/util/ |
| A D | intel-tpebs.c | 153 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
| A D | synthetic-events.c | 2406 fe->feat_id = feat; in perf_event__synthesize_features() 2419 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
|
| A D | header.c | 4371 u64 feat = fe->feat_id; in perf_event__process_feature()
|
| /linux/tools/lib/perf/include/perf/ |
| A D | event.h | 451 __u64 feat_id; member
|
| /linux/tools/perf/ |
| A D | builtin-report.c | 246 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event() 249 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event() 251 event->feat.feat_id); in process_feature_event()
|
| A D | builtin-annotate.c | 318 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
| A D | builtin-script.c | 3860 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
|
Completed in 66 milliseconds