Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 232) sorted by relevance

12345678910

/tools/testing/selftests/powerpc/include/
Dsubunit.h9 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/include/linux/
Dhashtable.h17 #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/
Dpmu.c24 char *name; member
53 char *name = evt_ent->d_name; in perf_pmu__format_parse() local
80 static int pmu_format(const char *name, struct list_head *format) in pmu_format()
138 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale()
170 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit()
201 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg()
219 char *dir, char *name) in perf_pmu__parse_snapshot()
235 static int __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, in __perf_pmu__new_alias()
293 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) in perf_pmu__new_alias()
308 static inline bool pmu_alias_info_file(char *name) in pmu_alias_info_file()
[all …]
Dconfig.c139 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value()
170 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var()
206 static int get_base_var(char *name) in get_base_var()
340 static void bad_config(const char *name) in bad_config()
348 int perf_config_u64(u64 *dest, const char *name, const char *value) in perf_config_u64()
361 int perf_config_int(int *dest, const char *name, const char *value) in perf_config_int()
372 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int()
389 int perf_config_bool(const char *name, const char *value) in perf_config_bool()
395 static const char *perf_config_dirname(const char *name, const char *value) in perf_config_dirname()
514 static struct perf_config_item *find_config_item(const char *name, in find_config_item()
[all …]
Ddso.c258 static int decompress_kmodule(struct dso *dso, const char *name, char *tmpbuf) in decompress_kmodule()
289 int dso__decompress_kmodule_fd(struct dso *dso, const char *name) in dso__decompress_kmodule_fd()
299 int dso__decompress_kmodule_path(struct dso *dso, const char *name, in dso__decompress_kmodule_path()
335 const char *name = strrchr(path, '/'); in __kmod_path__parse() local
443 static int do_open(char *name) in do_open()
468 char *name = malloc(PATH_MAX); in __open_dso() local
1011 struct map *dso__new_map(const char *name) in dso__new_map()
1022 struct dso *machine__findnew_kernel(struct machine *machine, const char *name, in machine__findnew_kernel()
1048 struct dso *dso, const char *name) in __dso__findlink_by_longname()
1097 const char *name) in __dso__find_by_longname()
[all …]
Dperf-hooks.c43 #define PERF_HOOK(name) \ argument
52 #define PERF_HOOK(name) \ argument
Dkvm-stat.h40 const char *name; member
50 const char *name; member
62 const char *name; member
107 const char *name; member
128 #define define_exit_reasons_table(name, symbols) \ argument
Dsymbol.c101 const char * __weak arch__normalize_symbol_name(const char *name) in arch__normalize_symbol_name()
263 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name) in symbol__new()
317 const char *name = sym->name; in __symbols__insert() local
428 int symbol__match_symbol_name(const char *name, const char *str, in symbol__match_symbol_name()
446 const char *name, in symbols__find_by_name()
549 const char *name) in dso__find_symbol_by_name()
567 int (*process_module)(void *arg, const char *name, in modules__parse()
580 char name[PATH_MAX]; in modules__parse() local
637 static bool symbol__is_idle(const char *name) in symbol__is_idle()
664 static int map__process_kallsym_symbol(void *arg, const char *name, in map__process_kallsym_symbol()
[all …]
/tools/perf/
Dbuiltin-help.c25 char name[0]; member
31 char name[0]; member
54 static const char *get_man_viewer_info(const char *name) in get_man_viewer_info()
184 static void add_man_viewer(const char *name) in add_man_viewer()
195 static int supported_man_viewer(const char *name, size_t len) in supported_man_viewer()
202 static void do_add_man_viewer_info(const char *name, in do_add_man_viewer_info()
214 static void unsupported_man_viewer(const char *name, const char *var) in unsupported_man_viewer()
220 static int add_man_viewer_path(const char *name, in add_man_viewer_path()
232 static int add_man_viewer_cmd(const char *name, in add_man_viewer_cmd()
246 const char *name = var + 4; in add_man_viewer_info() local
[all …]
/tools/usb/usbip/libsrc/
Dnames.c46 char name[1]; member
52 char name[1]; member
58 char name[1]; member
64 char name[1]; member
70 char name[1]; member
76 char name[1]; member
206 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor()
225 static int new_product(const char *name, u_int16_t vendorid, in new_product()
246 static int new_class(const char *name, u_int8_t classid) in new_class()
265 static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) in new_subclass()
[all …]
Dusbip_common.c70 #define DBG_UDEV_INTEGER(name)\ argument
73 #define DBG_UINF_INTEGER(name)\ argument
118 int read_attr_value(struct udev_device *dev, const char *name, in read_attr_value()
176 #define READ_ATTR(object, type, dev, name, format) \ argument
186 const char *path, *name; in read_usb_device() local
/tools/testing/selftests/networking/timestamping/
Dhwtstamp_config.c20 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/perf/scripts/python/
Dnetdev-times.py228 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
234 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
240 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
246 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
252 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
256 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
262 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
268 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
274 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
280 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py25 def create_event(name, comm, dso, symbol, raw_buf): argument
37 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
56 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
85 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S81 #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/
Dlinkage.h8 #define ENTRY(name) \ argument
12 #define ENDPROC(name) argument
/tools/testing/selftests/tc-testing/tc-tests/actions/
Dtests.json4 "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/firewire/
Ddecode-fcp.c44 const char *name; member
48 const char *name; /* Short name for field. */ member
56 const char *name; member
150 const char *name; in decode_avc() local
/tools/perf/arch/
Dcommon.c83 static bool lookup_path(char *name) in lookup_path()
110 static int lookup_triplets(const char *const *triplets, const char *name) in lookup_triplets()
154 const char *name, const char **path) in perf_env__lookup_binutils_path()
/tools/lib/traceevent/
Devent-plugin.c49 char *name; member
116 char *name; in traceevent_plugin_list_options() local
224 int traceevent_plugin_add_options(const char *name, in traceevent_plugin_add_options()
346 const char *name, in load_plugins_dir()
367 const char *name = dent->d_name; in load_plugins_dir() local
387 const char *name, in load_plugins()
/tools/testing/selftests/vDSO/
Dparse_vdso.c81 static unsigned long elf_hash(const unsigned char *name) in elf_hash()
185 const char *name, ELF(Word) hash) in vdso_match_version()
222 void *vdso_sym(const char *version, const char *name) in vdso_sym()
/tools/testing/selftests/powerpc/
Dharness.c26 int run_test(int (test_function)(void), char *name) in run_test()
102 int test_harness(int (test_function)(void), char *name) in test_harness()
/tools/perf/arch/arm64/util/
Ddwarf-regs.c20 const char *name; member
88 int regs_query_register_offset(const char *name) in regs_query_register_offset()
/tools/testing/selftests/bpf/
Dbpf_util.h52 #define BPF_DECLARE_PERCPU(type, name) \ argument
55 #define bpf_percpu(name, cpu) name[(cpu)].v argument
/tools/perf/arch/powerpc/util/
Ddwarf-regs.c22 const char *name; member
98 int regs_query_register_offset(const char *name) in regs_query_register_offset()

12345678910