Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 23 of 23) sorted by relevance

/tools/bpf/bpftool/
Dnet.c37 char kind[64]; member
49 const char *kind; member
139 snprintf(tcinfo->handle_array[tcinfo->used_len].kind, in dump_class_qdisc_nlmsg()
140 sizeof(tcinfo->handle_array[tcinfo->used_len].kind), in dump_class_qdisc_nlmsg()
154 return do_filter_dump((struct tcmsg *)msg, tb, filter_info->kind, in dump_filter_nlmsg()
184 filter_info.kind = tcinfo.handle_array[i].kind; in show_dev_tc_bpf()
194 filter_info.kind = "root"; in show_dev_tc_bpf()
201 filter_info.kind = "clsact/ingress"; in show_dev_tc_bpf()
208 filter_info.kind = "clsact/egress"; in show_dev_tc_bpf()
Dnetlink_dumper.c161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump() argument
172 NET_DUMP_STR("kind", " %s", kind); in do_filter_dump()
Dbtf.c88 int kind, safe_kind; in dump_btf_type() local
90 kind = BTF_INFO_KIND(t->info); in dump_btf_type()
91 safe_kind = kind <= BTF_KIND_MAX ? kind : BTF_KIND_UNKN; in dump_btf_type()
Dmain.h226 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
/tools/lib/bpf/
Dbtf.h173 __u16 kind = btf_kind(t); in btf_is_composite() local
175 return kind == BTF_KIND_STRUCT || kind == BTF_KIND_UNION; in btf_is_composite()
210 __u16 kind = btf_kind(t); in btf_is_mod() local
212 return kind == BTF_KIND_VOLATILE || in btf_is_mod()
213 kind == BTF_KIND_CONST || in btf_is_mod()
214 kind == BTF_KIND_RESTRICT; in btf_is_mod()
Dlibbpf_internal.h14 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
15 ((!!(kind_flag) << 31) | ((kind) << 24) | ((vlen) & BTF_MAX_VLEN))
Dbtf_dump.c617 __u16 kind; in btf_dump_emit_type() local
623 kind = btf_kind(t); in btf_dump_emit_type()
629 switch (kind) { in btf_dump_emit_type()
666 switch (kind) { in btf_dump_emit_type()
758 __u16 kind = btf_kind(t); in btf_align_of() local
760 switch (kind) { in btf_align_of()
1168 __u16 kind; in btf_dump_emit_type_chain() local
1182 kind = btf_kind(t); in btf_dump_emit_type_chain()
1184 switch (kind) { in btf_dump_emit_type_chain()
1316 kind, id); in btf_dump_emit_type_chain()
[all …]
Dbtf.c2462 __u16 kind; in btf_dedup_struct_type() local
2470 kind = btf_kind(t); in btf_dedup_struct_type()
2472 if (kind != BTF_KIND_STRUCT && kind != BTF_KIND_UNION) in btf_dedup_struct_type()
/tools/testing/selftests/bpf/
Dtest_btf.h7 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
8 ((!!(kind_flag) << 31) | ((kind) << 24) | ((vlen) & BTF_MAX_VLEN))
Dtest_btf.c6675 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size() local
6677 switch (kind) { in btf_type_size()
6702 fprintf(stderr, "Unsupported BTF_KIND:%u\n", kind); in btf_type_size()
/tools/bpf/bpftool/Documentation/
Dbpftool-net.rst128 "kind": "htb",
135 "kind": "clsact/ingress",
142 "kind": "clsact/egress",
148 "kind": "clsact/egress",
155 "kind": "clsact/egress",
/tools/testing/selftests/net/forwarding/
DREADME12 However, a similar kind of flexibility can be achieved by using VRFs and
/tools/perf/jvmti/
Dlibjvmti.c83 if (hdr->kind == JVMTI_CMLR_INLINE_INFO) { in get_line_numbers()
114 if (hdr->kind == JVMTI_CMLR_INLINE_INFO) { in get_line_numbers()
/tools/include/uapi/linux/
Dpkt_cls.h550 __u16 kind; member
/tools/power/cpupower/bench/
DREADME-BENCH96 You can easily test all kind of load/sleep times and check whether your
/tools/power/pm-graph/
Dbootgraph.py444 kind = 'Orphan'
446 kind = 'Partial'
448 (kind, cg.name, proc, pid, cg.start, cg.end))
/tools/usb/usbip/
DINSTALL64 a different kind of computer), type `make distclean'. There is
91 You can compile the package for more than one kind of computer at the
/tools/perf/Documentation/
Dexamples.txt120 allocations - to see precisely what kind of page allocations there
Dperf-list.txt295 a certain kind of events.
Dperf-script-python.txt247 The syscalls 'autodict' object is a special kind of Python dictionary
577 The *autodict* function returns a special kind of Python
/tools/memory-model/
Dlock.cat36 (* Treat RL as a kind of LF: a read with no ordering properties *)
/tools/perf/
Ddesign.txt82 If 'raw_type' is 0, then the 'type' field says what kind of counter
/tools/memory-model/Documentation/
Dexplanation.txt72 particular kind of system, what values may be obtained by the code's
1556 means that rcu-fence acts kind of like a strong fence. In particular,