/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 13 #define FLAVORS_CASE_COMMON(name) \ argument 18 #define FLAVORS_CASE(name) { \ argument 26 #define FLAVORS_ERR_CASE(name) { \ argument 36 #define NESTING_CASE_COMMON(name) \ argument 41 #define NESTING_CASE(name) { \ argument 49 #define NESTING_ERR_CASE(name) { \ argument 61 #define ARRAYS_CASE_COMMON(name) \ argument 66 #define ARRAYS_CASE(name) { \ argument 79 #define ARRAYS_ERR_CASE(name) { \ argument 92 #define PRIMITIVES_CASE_COMMON(name) \ argument [all …]
|
/tools/testing/selftests/powerpc/include/ |
D | subunit.h | 9 static inline void test_start(char *name) in test_start() 14 static inline void test_failure_detail(char *name, char *detail) in test_failure_detail() 19 static inline void test_failure(char *name) in test_failure() 24 static inline void test_error(char *name) in test_error() 29 static inline void test_skip(char *name) in test_skip() 34 static inline void test_success(char *name) in test_success() 39 static inline void test_finish(char *name, int status) in test_finish()
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 10 #define BTF_TYPE_ENC(name, info, size_or_type) \ argument 15 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument 19 #define BTF_FWD_ENC(name, kind_flag) \ argument 28 #define BTF_STRUCT_ENC(name, nr_elems, sz) \ argument 31 #define BTF_UNION_ENC(name, nr_elems, sz) \ argument 34 #define BTF_VAR_ENC(name, type, linkage) \ argument 39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument 41 #define BTF_ENUM_ENC(name, val) (name), (val) argument 45 #define BTF_TYPEDEF_ENC(name, type) \ argument 63 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ argument [all …]
|
/tools/include/linux/ |
D | hashtable.h | 17 #define DEFINE_HASHTABLE(name, bits) \ argument 21 #define DECLARE_HASHTABLE(name, bits) \ argument 24 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument 25 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument 105 #define hash_for_each(name, bkt, obj, member) \ argument 119 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 132 #define hash_for_each_possible(name, obj, member, key) \ argument 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
|
/tools/perf/util/ |
D | pmu.c | 29 char *name; member 56 char *name = evt_ent->d_name; in perf_pmu__format_parse() local 83 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 141 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale() 173 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit() 204 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg() 222 char *dir, char *name) in perf_pmu__parse_snapshot() 238 static void perf_pmu_assign_str(char *name, const char *field, char **old_str, in perf_pmu_assign_str() 306 static int __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, in __perf_pmu__new_alias() 388 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) in perf_pmu__new_alias() [all …]
|
D | dsos.c | 42 …ruct dso *__dsos__findnew_link_by_longname(struct rb_root *root, struct dso *dso, const char *name) in __dsos__findnew_link_by_longname() 124 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() 137 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() 178 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew() 191 struct dso *__dsos__findnew(struct dsos *dsos, const char *name) in __dsos__findnew() 198 struct dso *dsos__findnew(struct dsos *dsos, const char *name) in dsos__findnew()
|
D | config.c | 144 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() 175 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var() 211 static int get_base_var(char *name) in get_base_var() 345 static void bad_config(const char *name) in bad_config() 353 int perf_config_u64(u64 *dest, const char *name, const char *value) in perf_config_u64() 366 int perf_config_int(int *dest, const char *name, const char *value) in perf_config_int() 377 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int() 394 int perf_config_bool(const char *name, const char *value) in perf_config_bool() 400 static const char *perf_config_dirname(const char *name, const char *value) in perf_config_dirname() 522 static struct perf_config_item *find_config_item(const char *name, in find_config_item() [all …]
|
/tools/bpf/bpftool/ |
D | netlink_dumper.h | 13 #define NET_START_OBJECT_NESTED(name) \ argument 53 #define NET_START_ARRAY(name, fmt_str) \ argument 71 #define NET_DUMP_UINT(name, fmt_str, val) \ argument 79 #define NET_DUMP_STR(name, fmt_str, str) \ argument
|
/tools/perf/ |
D | builtin-help.c | 30 char name[0]; member 36 char name[0]; member 59 static const char *get_man_viewer_info(const char *name) in get_man_viewer_info() 189 static void add_man_viewer(const char *name) in add_man_viewer() 200 static int supported_man_viewer(const char *name, size_t len) in supported_man_viewer() 207 static void do_add_man_viewer_info(const char *name, in do_add_man_viewer_info() 219 static void unsupported_man_viewer(const char *name, const char *var) in unsupported_man_viewer() 225 static int add_man_viewer_path(const char *name, in add_man_viewer_path() 237 static int add_man_viewer_cmd(const char *name, in add_man_viewer_cmd() 251 const char *name = var + 4; in add_man_viewer_info() local [all …]
|
/tools/perf/include/bpf/ |
D | bpf.h | 21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument 43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64) argument 55 #define syscall_enter(name) \ argument 58 #define syscall_exit(name) \ argument 61 #define license(name) \ argument
|
/tools/usb/usbip/libsrc/ |
D | names.c | 28 char name[1]; member 34 char name[1]; member 40 char name[1]; member 46 char name[1]; member 52 char name[1]; member 58 char name[1]; member 188 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor() 207 static int new_product(const char *name, u_int16_t vendorid, in new_product() 228 static int new_class(const char *name, u_int8_t classid) in new_class() 247 static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) in new_subclass() [all …]
|
/tools/testing/selftests/networking/timestamping/ |
D | hwtstamp_config.c | 20 lookup_value(const char **names, int size, const char *name) in lookup_value() 47 #define TX_TYPE(name) [HWTSTAMP_TX_ ## name] = #name argument 56 #define RX_FILTER(name) [HWTSTAMP_FILTER_ ## name] = #name argument 90 const char *name; in main() local
|
/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | fifo.json | 4 "name": "Add bfifo qdisc with system default parameters on egress", string 25 "name": "Add pfifo qdisc with system default parameters on egress", string 46 … "name": "Add bfifo qdisc with system default parameters on egress with handle of maximum value", string 66 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes", string 86 "name": "Add pfifo qdisc on egress with queue size of 3000 packets", string 106 …"name": "Add bfifo qdisc with system default parameters on egress with invalid handle exceeding ma… string 125 "name": "Add bfifo qdisc on egress with unsupported argument", string 144 "name": "Add pfifo qdisc on egress with unsupported argument", string 163 "name": "Replace bfifo qdisc on egress with new queue size", string 185 "name": "Replace pfifo qdisc on egress with new queue size", string [all …]
|
D | prio.json | 4 "name": "Add prio qdisc on egress", string 24 "name": "Add prio qdisc on egress with handle of maximum value", string 43 "name": "Add prio qdisc on egress with invalid handle exceeding maximum value", string 62 "name": "Add prio qdisc on egress with unsupported argument", string 81 "name": "Add prio qdisc on egress with 4 bands and new priomap", string 101 "name": "Add prio qdisc on egress with 4 bands and priomap exceeding TC_PRIO_MAX entries", string 120 "name": "Add prio qdisc on egress with 4 bands and priomap's values exceeding bands number", string 139 "name": "Add prio qdisc on egress with invalid bands value (< 2)", string 158 "name": "Add prio qdisc on egress with invalid bands value exceeding TCQ_PRIO_BANDS", string 177 "name": "Replace default prio qdisc on egress with 8 bands and new priomap", string [all …]
|
/tools/perf/scripts/python/ |
D | netdev-times.py | 232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument 256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument 260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument 266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | fw.json | 4 "name": "Add fw filter with prio at 32-bit maxixum", string 26 "name": "Add fw filter with prio exceeding 32-bit maxixum", string 48 "name": "Add fw filter with action ok", string 175 "name": "Add fw filter with action ok by reference", string 199 "name": "Add fw filter with action continue", string 218 "name": "Add fw filter with action continue by reference", string 242 "name": "Add fw filter with action pipe", string 261 "name": "Add fw filter with action pipe by reference", string 285 "name": "Add fw filter with action drop", string 304 "name": "Add fw filter with action drop by reference", string [all …]
|
D | matchall.json | 4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS", string 25 "name": "Add egress matchall filter for protocol ipv4 and action PASS", string 46 "name": "Add ingress matchall filter for protocol ipv6 and action DROP", string 67 "name": "Add egress matchall filter for protocol ipv6 and action DROP", string 88 …"name": "Add ingress matchall filter for protocol ipv4 and action PASS with priority at 16-bit max… string 109 …"name": "Add egress matchall filter for protocol ipv4 and action PASS with priority at 16-bit maxi… string 130 …"name": "Add ingress matchall filter for protocol ipv4 and action PASS with priority exceeding 16-… string 151 …"name": "Add egress matchall filter for protocol ipv4 and action PASS with priority exceeding 16-b… string 172 …"name": "Add ingress matchall filter for all protocols and action CONTINUE with handle at 32-bit m… string 193 …"name": "Add egress matchall filter for all protocols and action CONTINUE with handle at 32-bit ma… string [all …]
|
/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | vlan.json | 4 "name": "Add vlan pop action with pipe opcode", string 28 "name": "Add vlan pop action with pass opcode", string 52 "name": "Add vlan pop action with drop opcode", string 76 "name": "Add vlan pop action with reclassify opcode", string 100 "name": "Add vlan pop action with continue opcode", string 124 "name": "Add vlan pop action with jump opcode", string 148 "name": "Add vlan pop action with trap opcode", string 172 "name": "Add vlan pop action with invalid opcode", string 194 "name": "Add vlan pop action with index at 32-bit maximum", string 218 "name": "Add vlan pop action with index exceeding 32-bit maximum", string [all …]
|
D | mpls.json | 4 "name": "Add MPLS dec_ttl action with pipe opcode", string 28 "name": "Add mpls dec_ttl action with pass opcode", string 52 "name": "Add mpls dec_ttl action with drop opcode", string 76 "name": "Add mpls dec_ttl action with reclassify opcode", string 100 "name": "Add mpls dec_ttl action with continue opcode", string 124 "name": "Add mpls dec_ttl action with jump opcode", string 148 "name": "Add mpls dec_ttl action with trap opcode", string 172 "name": "Add mpls dec_ttl action with invalid opcode", string 194 "name": "Add mpls dec_ttl action with label (invalid)", string 216 "name": "Add mpls dec_ttl action with tc (invalid)", string [all …]
|
D | skbedit.json | 4 "name": "Add skbedit action with valid mark", string 28 "name": "Add skbedit action with 32-bit maximum mark", string 52 "name": "Add skbedit action with mark exceeding 32-bit maximum", string 74 "name": "Add skbedit action with valid mark and mask", string 98 "name": "Add skbedit action with valid mark and 32-bit maximum mask", string 122 "name": "Add skbedit action with valid mark and mask exceeding 32-bit maximum", string 144 "name": "Add skbedit action with valid mark and mask with invalid format", string 166 "name": "Replace skbedit action with new mask", string 191 "name": "Add skbedit action with priority", string 215 "name": "Add skbedit action with invalid priority", string [all …]
|
D | ife.json | 4 "name": "Create valid ife encode action with mark and pass control", string 28 "name": "Create valid ife encode action with mark and pipe control", string 52 "name": "Create valid ife encode action with mark and continue control", string 76 "name": "Create valid ife encode action with mark and drop control", string 100 "name": "Create valid ife encode action with mark and reclassify control", string 124 "name": "Create valid ife encode action with mark and jump control", string 148 "name": "Create valid ife encode action with mark value at 32-bit maximum", string 172 "name": "Create ife encode action with mark value exceeding 32-bit maximum", string 194 "name": "Create valid ife encode action with prio and pass control", string 218 "name": "Create valid ife encode action with prio and pipe control", string [all …]
|
D | gact.json | 4 "name": "Add valid pass action", string 28 "name": "Add valid pipe action", string 52 "name": "Add valid reclassify action", string 76 "name": "Add valid drop action", string 100 "name": "Add valid continue action", string 124 "name": "Add invalid action", string 148 "name": "Add action with duplicate index", string 173 "name": "Add action with index exceeding 32-bit maximum", string 197 "name": "Add action with index at 32-bit maximum", string 221 "name": "List actions", string [all …]
|
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 26 def create_event(name, comm, dso, symbol, raw_buf): argument 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_handler.S | 81 #define ENTRY_POINT(name) \ argument 86 #define RESTORE_TOC(name) \ argument 93 #define ENTRY_POINT(name) FUNC_START(name) argument 94 #define RESTORE_TOC(name) \ argument
|
/tools/perf/util/include/linux/ |
D | linkage.h | 8 #define ENTRY(name) \ argument 12 #define ENDPROC(name) argument
|