Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 91) sorted by relevance

1234

/tools/lib/symbol/
Dkallsyms.c5 u8 kallsyms2elf_type(char type) in kallsyms2elf_type()
13 char type, u64 start)) in kallsyms__parse()
Dkallsyms.h12 static inline u8 kallsyms2elf_binding(char type) in kallsyms2elf_binding()
/tools/firewire/
Dlist.h46 #define list_entry(link, type, member) \ argument
49 #define list_head(list, type, member) \ argument
52 #define list_tail(list, type, member) \ argument
/tools/iio/
Diio_event_monitor.c109 enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id); in event_is_known() local
209 enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id); in print_event() local
/tools/lib/lockdep/uinclude/linux/
Dmodule.h4 #define module_param(name, type, perm) argument
/tools/arch/sparc/include/asm/
Dbarrier_64.h27 #define membar_safe(type) \ argument
/tools/include/linux/
Drbtree.h50 #define rb_entry(ptr, type, member) container_of(ptr, type, member) argument
88 #define rb_entry_safe(ptr, type, member) \ argument
/tools/perf/util/
Dparse-events.l86 static int sym(yyscan_t scanner, int type, int config) in sym()
94 static int term(yyscan_t scanner, int type) in term()
Dsvghelper.c154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox()
173 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox()
192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox()
211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box()
238 const char *type; in svg_running() local
386 const char *type; in svg_process() local
417 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
Dmap.c127 void map__init(struct map *map, enum map_type type, in map__init()
147 enum map_type type, struct thread *thread) in map__new()
213 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2()
540 enum map_type type, u64 addr, in map_groups__find_symbol()
583 enum map_type type, in map_groups__find_symbol_by_name()
632 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, in __map_groups__fprintf_maps()
734 struct map_groups *parent, enum map_type type) in map_groups__clone()
Ddata-convert-bt.c83 static int value_set(struct bt_ctf_field_type *type, in value_set()
212 struct bt_ctf_field_type *type; in add_tracepoint_field_value() local
359 u64 type = evsel->attr.sample_type; in add_generic_values() local
649 struct bt_ctf_field_type *type, in event_class_add_field()
696 struct bt_ctf_field_type *type; in add_tracepoint_fields_types() local
749 u64 type = evsel->attr.sample_type; in add_generic_types() local
941 struct bt_ctf_field_type *type; in create_int_type() local
974 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
Dsymbol.c207 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end()
450 enum map_type type; in dso__reset_find_symbol_cache() local
459 enum map_type type, u64 addr) in dso__find_symbol()
469 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol()
490 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name()
496 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name()
504 enum map_type type, FILE *fp) in dso__fprintf_symbols_by_name()
617 char type, u64 start) in map__process_kallsym_symbol()
1097 enum map_type type; member
1359 enum dso_binary_type type) in dso__is_compatible_symtab_type()
[all …]
Dmap.h36 u8 /* enum map_type */ type; member
216 enum map_type type, u64 addr) in map_groups__find()
222 enum map_type type) in map_groups__first()
/tools/perf/util/include/asm/
Duaccess.h12 #define access_ok(type, addr, size) 1 argument
/tools/lib/traceevent/
Devent-parse.c94 enum pevent_func_arg_type type; member
782 static int event_item_type(enum event_type type) in event_item_type()
947 enum event_type type; in __read_token() local
1112 enum event_type type; in force_token() local
1139 enum event_type type; in read_token() local
1180 enum event_type type; in read_token_item() local
1195 static int test_type(enum event_type type, enum event_type expect) in test_type()
1205 static int test_type_token(enum event_type type, const char *token, in test_type_token()
1224 enum event_type type; in __read_expect_type() local
1241 enum event_type type; in __read_expected() local
[all …]
/tools/usb/usbip/libsrc/
Dlist.h103 #define list_entry(ptr, type, member) \ argument
132 #define container_of(ptr, type, member) ({ \ argument
/tools/perf/tests/
Dopenat-syscall-tp-fields.c79 const u32 type = event->header.type; in test__syscall_openat_tp_fields() local
Dbpf-script-example.c20 unsigned int type; member
Devsel-roundtrip-name.c10 int type, op, err = 0, ret = 0, i, idx; in perf_evsel__roundtrip_cache_name_test() local
/tools/testing/selftests/kcmp/
Dkcmp_test.c22 static long sys_kcmp(int pid1, int pid2, int type, int fd1, int fd2) in sys_kcmp()
/tools/testing/selftests/mqueue/
Dmq_open_tests.c138 static inline void getr(int type, struct rlimit *rlim) in getr()
144 static inline void setr(int type, struct rlimit *rlim) in setr()
/tools/testing/selftests/powerpc/
Dharness.c130 void *get_auxv_entry(int type) in get_auxv_entry()
/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.h19 u8 type; member
/tools/lib/bpf/
Dbpf.c58 int bpf_load_program(enum bpf_prog_type type, struct bpf_insn *insns, in bpf_load_program()
/tools/testing/selftests/net/
Dsocket.c11 int type; member

1234