Home
last modified time | relevance | path

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

12345678

/tools/testing/selftests/powerpc/
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()
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/include/linux/
Dhashtable.h20 #define DEFINE_HASHTABLE(name, bits) \ argument
24 #define DECLARE_HASHTABLE(name, bits) \ argument
27 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument
28 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument
108 #define hash_for_each(name, bkt, obj, member) \ argument
122 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
135 #define hash_for_each_possible(name, obj, member, key) \ argument
147 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/tools/perf/util/include/linux/
Dlinkage.h7 #define ENTRY(name) \ argument
11 #define ENDPROC(name) argument
/tools/perf/util/
Dpmu.c20 char *name; member
49 char *name = evt_ent->d_name; in perf_pmu__format_parse() local
76 static int pmu_format(const char *name, struct list_head *format) in pmu_format()
97 static int perf_pmu__parse_scale(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_scale()
160 static int perf_pmu__parse_unit(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_unit()
191 perf_pmu__parse_per_pkg(struct perf_pmu_alias *alias, char *dir, char *name) in perf_pmu__parse_per_pkg()
209 char *dir, char *name) in perf_pmu__parse_snapshot()
225 static int __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, in __perf_pmu__new_alias()
270 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) in perf_pmu__new_alias()
284 static inline bool pmu_alias_info_file(char *name) in pmu_alias_info_file()
[all …]
Dconfig.c130 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value()
161 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var()
197 static int get_base_var(char *name) in get_base_var()
331 static void die_bad_config(const char *name) in die_bad_config()
338 u64 perf_config_u64(const char *name, const char *value) in perf_config_u64()
347 int perf_config_int(const char *name, const char *value) in perf_config_int()
355 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int()
370 int perf_config_bool(const char *name, const char *value) in perf_config_bool()
376 static const char *perf_config_dirname(const char *name, const char *value) in perf_config_dirname()
494 static struct perf_config_item *find_config_item(const char *name, in find_config_item()
[all …]
Ddso.c236 const char *name = strrchr(path, '/'); in __kmod_path__parse() local
327 static int do_open(char *name) in do_open()
352 char *name = malloc(PATH_MAX); in __open_dso() local
873 struct map *dso__new_map(const char *name) in dso__new_map()
884 struct dso *machine__findnew_kernel(struct machine *machine, const char *name, in machine__findnew_kernel()
910 struct dso *dso, const char *name) in __dso__findlink_by_longname()
959 const char *name) in __dso__find_by_longname()
964 void dso__set_long_name(struct dso *dso, const char *name, bool name_allocated) in dso__set_long_name()
992 void dso__set_short_name(struct dso *dso, const char *name, bool name_allocated) in dso__set_short_name()
1056 struct dso *dso__new(const char *name) in dso__new()
[all …]
Dsyscalltbl.c32 const char *name; member
99 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id()
130 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id()
/tools/testing/selftests/networking/timestamping/
Dhwtstamp_config.c19 lookup_value(const char **names, int size, const char *name) in lookup_value()
46 #define TX_TYPE(name) [HWTSTAMP_TX_ ## name] = #name argument
55 #define RX_FILTER(name) [HWTSTAMP_FILTER_ ## name] = #name argument
89 const char *name; in main() local
/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.c69 #define DBG_UDEV_INTEGER(name)\ argument
72 #define DBG_UINF_INTEGER(name)\ argument
117 int read_attr_value(struct udev_device *dev, const char *name, in read_attr_value()
175 #define READ_ATTR(object, type, dev, name, format) \ argument
185 const char *path, *name; in read_usb_device() local
/tools/perf/
Dbuiltin-help.c18 char name[FLEX_ARRAY]; member
24 char name[FLEX_ARRAY]; member
47 static const char *get_man_viewer_info(const char *name) in get_man_viewer_info()
181 static void add_man_viewer(const char *name) in add_man_viewer()
192 static int supported_man_viewer(const char *name, size_t len) in supported_man_viewer()
199 static void do_add_man_viewer_info(const char *name, in do_add_man_viewer_info()
211 static int add_man_viewer_path(const char *name, in add_man_viewer_path()
225 static int add_man_viewer_cmd(const char *name, in add_man_viewer_cmd()
241 const char *name = var + 4; in add_man_viewer_info() local
339 static void exec_viewer(const char *name, const char *page) in exec_viewer()
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py24 def create_event(name, comm, dso, symbol, raw_buf): argument
36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
84 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/firewire/
Ddecode-fcp.c43 const char *name; member
47 const char *name; /* Short name for field. */ member
55 const char *name; member
149 const char *name; in decode_avc() local
/tools/perf/scripts/python/
Dnetdev-times.py227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
251 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
255 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
261 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
267 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
273 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
279 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
/tools/perf/arch/
Dcommon.c79 static bool lookup_path(char *name) in lookup_path()
106 static int lookup_triplets(const char *const *triplets, const char *name) in lookup_triplets()
150 const char *name, const char **path) in perf_env__lookup_binutils_path()
/tools/perf/arch/powerpc/util/
Ddwarf-regs.c21 const char *name; member
97 int regs_query_register_offset(const char *name) in regs_query_register_offset()
/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/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/perf/arch/s390/util/
Dmachine.c8 int arch__fix_module_text_start(u64 *start, const char *name) in arch__fix_module_text_start()
/tools/perf/bench/
Dmem-memset-arch.h4 #define MEMSET_FN(fn, name, desc) \ argument
Dmem-memcpy-arch.h4 #define MEMCPY_FN(fn, name, desc) \ argument
/tools/lib/api/fs/
Dfs.h15 #define FS(name) \ argument
/tools/perf/tests/
Dpmu.c8 const char *name; member
94 static char name[PATH_MAX]; in test_format_dir_get() local

12345678