| /tools/perf/ui/browsers/ |
| D | annotate-data.c | 52 struct browser_entry *entry, in get_member_overhead() 83 struct browser_entry *entry; in add_child_entries() local 145 struct browser_entry *entry; in count_visible_entries() local 180 static struct browser_entry *get_first_child(struct browser_entry *entry) in get_first_child() 188 static struct browser_entry *get_last_child(struct browser_entry *entry) in get_last_child() 196 static bool is_first_child(struct browser_entry *entry) in is_first_child() 205 static bool is_last_child(struct browser_entry *entry) in is_last_child() 215 struct browser_entry *entry) in browser__prev_entry() 238 struct browser_entry *entry) in browser__next_entry() 266 struct browser_entry *entry; in browser__seek() local [all …]
|
| /tools/lib/bpf/ |
| D | hashmap.c | 25 struct hashmap_entry *entry) in hashmap_add_entry() 32 struct hashmap_entry *entry) in hashmap_del_entry() 133 struct hashmap_entry **entry) in hashmap_find_entry() 158 struct hashmap_entry *entry; in hashmap_insert() local 208 struct hashmap_entry *entry; in hashmap_find() local 223 struct hashmap_entry **pprev, *entry; in hashmap_delete() local
|
| /tools/perf/util/ |
| D | hashmap.c | 25 struct hashmap_entry *entry) in hashmap_add_entry() 32 struct hashmap_entry *entry) in hashmap_del_entry() 133 struct hashmap_entry **entry) in hashmap_find_entry() 158 struct hashmap_entry *entry; in hashmap_insert() local 208 struct hashmap_entry *entry; in hashmap_find() local 223 struct hashmap_entry **pprev, *entry; in hashmap_delete() local
|
| D | probe-file.c | 389 static void probe_cache_entry__delete(struct probe_cache_entry *entry) in probe_cache_entry__delete() 404 struct probe_cache_entry *entry = zalloc(sizeof(*entry)); in probe_cache_entry__new() local 424 int probe_cache_entry__get_event(struct probe_cache_entry *entry, in probe_cache_entry__get_event() 512 struct probe_cache_entry *entry = NULL; in probe_cache__load() local 582 struct probe_cache_entry *entry, *n; in probe_cache__purge() local 642 struct probe_cache_entry *entry = NULL; in probe_cache__find() local 676 struct probe_cache_entry *entry = NULL; in probe_cache__find_by_name() local 694 struct probe_cache_entry *entry = NULL; in probe_cache__add_entry() local 909 struct probe_cache_entry *entry = NULL; in probe_cache__scan_sdt() local 968 static int probe_cache_entry__write(struct probe_cache_entry *entry, int fd) in probe_cache_entry__write() [all …]
|
| D | strlist.c | 15 struct rb_node *strlist__node_new(struct rblist *rblist, const void *entry) in strlist__node_new() 55 static int strlist__node_cmp(struct rb_node *rb_node, const void *entry) in strlist__node_cmp() 70 char entry[1024]; in strlist__load() local 100 struct str_node *strlist__find(struct strlist *slist, const char *entry) in strlist__find()
|
| D | rblist.c | 54 const void *entry, in __rblist__findnew() 90 struct rb_node *rblist__find(struct rblist *rblist, const void *entry) in rblist__find() 95 struct rb_node *rblist__findnew(struct rblist *rblist, const void *entry) in rblist__findnew()
|
| D | mem2node.c | 18 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() 39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() 122 struct phys_entry *entry; in mem2node__node() local
|
| D | block-range.c | 19 struct block_range *entry = rb_entry(rb, struct block_range, node); in block_range__debug() local 33 struct block_range *entry; in block_range__find() local 81 struct block_range *next, *entry = NULL; in block_range__create() local
|
| D | intlist.c | 14 const void *entry) in intlist__node_new() 42 static int intlist__node_cmp(struct rb_node *rb_node, const void *entry) in intlist__node_cmp()
|
| /tools/perf/dlfilters/ |
| D | dlfilter-show-cycles.c | 27 static struct entry { struct 47 static struct entry *find_entry(__s32 tid) in find_entry() argument
|
| /tools/lib/api/fs/ |
| D | fs.c | 385 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() 398 static int sysfs__read_ull_base(const char *entry, in sysfs__read_ull_base() 412 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll() 417 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull() 422 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() 435 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() 448 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool() 496 int sysfs__write_int(const char *entry, int value) in sysfs__write_int()
|
| /tools/bpf/bpftool/ |
| D | pids.c | 33 struct hashmap_entry *entry; in add_ref() local 184 struct hashmap_entry *entry; in delete_obj_refs_table() local 203 struct hashmap_entry *entry; in emit_obj_refs_json() local 235 struct hashmap_entry *entry; in emit_obj_refs_plain() local
|
| /tools/testing/selftests/kvm/lib/s390x/ |
| D | processor.c | 53 uint64_t *entry; in virt_arch_pg_map() local 92 uint64_t *entry; in addr_arch_gva2gpa() local 131 uint64_t addr, *entry; in virt_dump_region() local
|
| /tools/testing/radix-tree/ |
| D | iteration_check.c | 70 void *entry; in tagged_iteration_fn() local 103 void *entry; in untagged_iteration_fn() local
|
| /tools/objtool/ |
| D | orc_gen.c | 27 struct orc_list_entry *entry = malloc(sizeof(*entry)); in orc_list_add() local 53 struct orc_list_entry *entry; in orc_create() local
|
| D | special.c | 68 static int get_alt_entry(struct elf *elf, const struct special_entry *entry, in get_alt_entry() 142 const struct special_entry *entry; in special_get_alts() local
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | hashmap.c | 46 struct hashmap_entry *entry, *tmp; in test_hashmap_generic() local 342 struct hashmap_entry *entry; in test_hashmap_multimap() local 413 struct hashmap_entry *entry; in test_hashmap_empty() local
|
| /tools/usb/usbip/libsrc/ |
| D | list.h | 80 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() 91 static inline void list_del(struct list_head *entry) in list_del()
|
| /tools/testing/selftests/bpf/progs/ |
| D | tc_dummy.c | 7 int entry(struct __sk_buff *skb) in entry() function
|
| D | tailcall1.c | 24 int entry(struct __sk_buff *skb) in entry() function
|
| D | tailcall3.c | 24 int entry(struct __sk_buff *skb) in entry() function
|
| D | tailcall4.c | 26 int entry(struct __sk_buff *skb) in entry() function
|
| D | test_prog_array_init.c | 30 int entry(void *ctx) in entry() function
|
| D | tailcall6.c | 26 int entry(struct __sk_buff *skb) in entry() function
|
| /tools/lib/api/ |
| D | cpu.c | 9 char entry[PATH_MAX]; in cpu__get_max_freq() local
|