Searched refs:base_t (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | btf_relocate.c | 187 struct btf_type *base_t, *dist_t; in btf_relocate_map_distilled_base() local 231 base_t = btf_type_by_id(r->base_btf, id); in btf_relocate_map_distilled_base() 232 if (!btf_is_composite(base_t) || !base_t->name_off) in btf_relocate_map_distilled_base() 235 base_name_cnt[base_t->name_off]++; in btf_relocate_map_distilled_base() 245 if (!base_t->name_off) in btf_relocate_map_distilled_base() 247 base_kind = btf_kind(base_t); in btf_relocate_map_distilled_base() 257 base_info.size = base_t->size; in btf_relocate_map_distilled_base() 272 base_info.size = base_t->size; in btf_relocate_map_distilled_base() 303 if (btf_kflag(base_t)) in btf_relocate_map_distilled_base() 307 if (!btf_kflag(base_t)) in btf_relocate_map_distilled_base() [all …]
|
| H A D | btf.c | 5412 struct btf_type *base_t; in btf_add_distilled_type_ids() local 5426 base_t = btf_type_by_id(dist->pipe.src, *id); in btf_add_distilled_type_ids() 5427 switch (btf_kind(base_t)) { in btf_add_distilled_type_ids() 5447 *id, btf_kind(base_t)); in btf_add_distilled_type_ids() 5457 if (btf_is_composite(base_t) && base_t->name_off) in btf_add_distilled_type_ids()
|
| /linux-6.15/scripts/selinux/ |
| H A D | install_policy.sh | 46 client * user_u:base_r:base_t:s0 47 property * user_u:object_r:base_t:s0 48 extension * user_u:object_r:base_t:s0 49 selection * user_u:object_r:base_t:s0 50 event * user_u:object_r:base_t:s0
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | netdev-times.py | 92 base_t = irq_list[0]['irq_ent_t'] 105 (nsecs_secs(base_t), nsecs_nsecs(base_t)/1000, cpu)) 108 (diff_msec(base_t, irq_list[i]['irq_ent_t']), 116 (diff_msec(base_t, irq_event['time']), 120 diff_msec(base_t, hunk['sirq_ent_t'])) 127 (diff_msec(base_t, event['event_t']), 135 (diff_msec(base_t, event['event_t']), 141 (diff_msec(base_t, event['comm_t']), 147 (diff_msec(base_t, 152 diff_msec(base_t,
|