/tools/testing/selftests/filesystems/fuse/ |
D | test_bpf.c | 38 const char *name = fa->in_args[0].value; in partial_test() local 59 const char *name = fa->in_args[0].value; in partial_test() local 82 const char *name = fa->in_args[1].value; in partial_test() local 90 const char *name = fa->in_args[1].value; in partial_test() local 97 const char *name = fa->in_args[0].value; in partial_test() local 124 const char *name = fa->in_args[0].value; in partial_test() local 279 const char *name = fa->in_args[1].value; in partial_test() local 287 const char *name = fa->in_args[1].value; in partial_test() local 295 const char *name = fa->in_args[1].value; in partial_test() local 303 const char *name = fa->in_args[0].value; in partial_test() local [all …]
|
D | fd_bpf.c | 71 const char *name = fa->in_args[0].value; in trace_daemon() local 82 const char *name = fa->in_args[1].value; in trace_daemon() local 90 const char *name = fa->in_args[1].value; in trace_daemon() local 97 const char *name = fa->in_args[0].value; in trace_daemon() local 124 const char *name = fa->in_args[0].value; in trace_daemon() local 209 const char *name = fa->in_args[1].value; in trace_daemon() local 216 const char *name = fa->in_args[1].value; in trace_daemon() local 223 const char *name = fa->in_args[1].value; in trace_daemon() local
|
/tools/include/linux/ |
D | btf_ids.h | 47 #define BTF_ID(prefix, name) \ argument 65 #define __BTF_ID_LIST(name, scope) \ argument 72 #define BTF_ID_LIST(name) \ argument 76 #define BTF_ID_LIST_GLOBAL(name) \ argument 82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument 121 #define __BTF_SET_START(name, scope) \ argument 129 #define BTF_SET_START(name) \ argument 133 #define BTF_SET_START_GLOBAL(name) \ argument 137 #define BTF_SET_END(name) \ argument 146 #define BTF_ID_LIST(name) static u32 name[5]; argument [all …]
|
D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) argument 13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name)) argument 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name) argument 19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name)) argument 37 #define DECLARE_STATIC_CALL(name, func) \ argument 43 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument 52 #define __STATIC_CALL_ADDRESSABLE(name) \ argument 55 #define __static_call(name) \ argument 73 #define __STATIC_CALL_ADDRESSABLE(name) argument 74 #define __static_call(name) __raw_static_call(name) argument [all …]
|
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/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 13 #define MODULES_CASE(name, sec_name, tp_name) { \ argument 43 #define FLAVORS_CASE_COMMON(name) \ argument 48 #define FLAVORS_CASE(name) { \ argument 56 #define FLAVORS_ERR_CASE(name) { \ argument 66 #define NESTING_CASE_COMMON(name) \ argument 71 #define NESTING_CASE(name) { \ argument 79 #define NESTING_ERR_CASE(name) { \ argument 91 #define ARRAYS_CASE_COMMON(name) \ argument 96 #define ARRAYS_CASE(name) { \ argument 110 #define ARRAYS_ERR_CASE(name) { \ argument [all …]
|
/tools/perf/util/include/linux/ |
D | linkage.h | 27 #define SYM_L_GLOBAL(name) .globl name argument 28 #define SYM_L_WEAK(name) .weak name argument 29 #define SYM_L_LOCAL(name) /* nothing */ argument 37 #define SYM_ENTRY(name, linkage, align...) \ argument 45 #define SYM_START(name, linkage, align...) \ argument 51 #define SYM_END(name, sym_type) \ argument 61 #define SYM_FUNC_START_ALIAS(name) \ argument 71 #define SYM_FUNC_START(name) \ argument 78 #define SYM_FUNC_START_LOCAL(name) \ argument 84 #define SYM_FUNC_END_ALIAS(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 …]
|
D | test_progs.h | 133 #define ASSERT_TRUE(actual, name) ({ \ argument 140 #define ASSERT_FALSE(actual, name) ({ \ argument 147 #define ASSERT_EQ(actual, expected, name) ({ \ argument 158 #define ASSERT_NEQ(actual, expected, name) ({ \ argument 169 #define ASSERT_LT(actual, expected, name) ({ \ argument 180 #define ASSERT_LE(actual, expected, name) ({ \ argument 191 #define ASSERT_GT(actual, expected, name) ({ \ argument 202 #define ASSERT_GE(actual, expected, name) ({ \ argument 213 #define ASSERT_STREQ(actual, expected, name) ({ \ argument 224 #define ASSERT_STRNEQ(actual, expected, len, name) ({ \ argument [all …]
|
/tools/perf/arch/x86/util/ |
D | pmu.c | 21 char *name; member 50 static struct pmu_alias *pmu_alias__new(char *name, char *alias) in pmu_alias__new() 130 static char *__pmu_find_real_name(const char *name) in __pmu_find_real_name() 142 char *pmu_find_real_name(const char *name) in pmu_find_real_name() 153 static char *__pmu_find_alias_name(const char *name) in __pmu_find_alias_name() 164 char *pmu_find_alias_name(const char *name) in pmu_find_alias_name()
|
/tools/perf/util/ |
D | pmu.c | 35 char *name; member 63 char *name = evt_ent->d_name; in perf_pmu__format_parse() local 90 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 147 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale() 179 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit() 210 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg() 228 char *dir, char *name) in perf_pmu__parse_snapshot() 244 static void perf_pmu_assign_str(char *name, const char *field, char **old_str, in perf_pmu_assign_str() 317 static int __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, in __perf_pmu__new_alias() 414 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) in perf_pmu__new_alias() [all …]
|
D | fncache.c | 12 char name[]; member 27 static bool lookup_fncache(const char *name, bool *res) in lookup_fncache() 41 static void update_fncache(const char *name, bool res) in update_fncache() 54 bool file_available(const char *name) in file_available()
|
D | parse-events-hybrid.c | 41 struct perf_event_attr *attr, char *name, in create_event_hybrid() 73 char *name, struct list_head *config_terms) in add_hw_hybrid() 97 struct perf_event_attr *attr, char *name, in create_raw_event_hybrid() 116 char *name, struct list_head *config_terms) in add_raw_hybrid() 141 char *name, struct list_head *config_terms, in parse_events__add_numeric_hybrid() 162 struct perf_event_attr *attr, char *name, in parse_events__add_cache_hybrid()
|
D | pmu-hybrid.c | 21 bool perf_pmu__hybrid_mounted(const char *name) in perf_pmu__hybrid_mounted() 51 struct perf_pmu *perf_pmu__find_hybrid_pmu(const char *name) in perf_pmu__find_hybrid_pmu() 66 bool perf_pmu__is_hybrid(const char *name) in perf_pmu__is_hybrid()
|
D | dsos.c | 120 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id() 202 static struct dso *__dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct ds… in __dsos__findnew_by_longname_id() 207 static struct dso *__dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp… in __dsos__find_id() 220 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() 257 static struct dso *__dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__addnew_id() 270 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew() 275 static struct dso *__dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__findnew_id() 285 struct dso *dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in dsos__findnew_id()
|
/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/net/ |
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 | ets.json | 4 "name": "Add ETS qdisc using bands", string 24 "name": "Add ETS qdisc using quanta", string 44 "name": "Add ETS qdisc using strict", string 64 "name": "Add ETS qdisc using bands + quanta", string 84 "name": "Add ETS qdisc using bands + strict", string 104 "name": "Add ETS qdisc using strict + quanta", string 124 "name": "Add ETS qdisc using strict 0 + quanta", string 144 "name": "Add ETS qdisc using bands + strict + quanta", string 164 "name": "Add ETS qdisc with more bands than quanta", string 184 "name": "Add ETS qdisc with more bands than strict", string [all …]
|
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 …]
|
/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | basic.json | 4 "name": "Add basic filter with cmp ematch u8/link layer and default action", string 26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action", string 48 "name": "Add basic filter with cmp ematch u16/link layer and a single action", string 70 "name": "Add basic filter with cmp ematch u32/link layer and miltiple actions", string 92 "name": "Add basic filter with cmp ematch u8/network layer and default action", string 114 … "name": "Add basic filter with cmp ematch u8/network layer with trans flag and default action", string 136 "name": "Add basic filter with cmp ematch u16/network layer and a single action", string 158 "name": "Add basic filter with cmp ematch u32/network layer and miltiple actions", string 180 "name": "Add basic filter with cmp ematch u8/transport layer and default action", string 202 … "name": "Add basic filter with cmp ematch u8/transport layer with trans flag and default action", string [all …]
|
/tools/testing/selftests/arm64/mte/ |
D | mte_helper.S | 6 #define ENTRY(name) \ argument 12 #define ENDPROC(name) \ argument
|