Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 52) sorted by relevance

123

/tools/perf/util/
Dprobe-file.c354 static void probe_cache_entry__delete(struct probe_cache_entry *entry) in probe_cache_entry__delete()
369 struct probe_cache_entry *entry = zalloc(sizeof(*entry)); in probe_cache_entry__new() local
389 int probe_cache_entry__get_event(struct probe_cache_entry *entry, in probe_cache_entry__get_event()
477 struct probe_cache_entry *entry = NULL; in probe_cache__load() local
543 struct probe_cache_entry *entry, *n; in probe_cache__purge() local
603 struct probe_cache_entry *entry = NULL; in probe_cache__find() local
637 struct probe_cache_entry *entry = NULL; in probe_cache__find_by_name() local
655 struct probe_cache_entry *entry = NULL; in probe_cache__add_entry() local
809 struct probe_cache_entry *entry = NULL; in probe_cache__scan_sdt() local
862 static int probe_cache_entry__write(struct probe_cache_entry *entry, int fd) in probe_cache_entry__write()
[all …]
Drblist.c52 const void *entry, in __rblist__findnew()
84 struct rb_node *rblist__find(struct rblist *rblist, const void *entry) in rblist__find()
89 struct rb_node *rblist__findnew(struct rblist *rblist, const void *entry) in rblist__findnew()
Dstrlist.c16 struct rb_node *strlist__node_new(struct rblist *rblist, const void *entry) in strlist__node_new()
56 static int strlist__node_cmp(struct rb_node *rb_node, const void *entry) in strlist__node_cmp()
71 char entry[1024]; in strlist__load() local
101 struct str_node *strlist__find(struct strlist *slist, const char *entry) in strlist__find()
Dblock-range.c21 struct block_range *entry = rb_entry(rb, struct block_range, node); in block_range__debug() local
35 struct block_range *entry; in block_range__find() local
83 struct block_range *next, *entry = NULL; in block_range__create() local
Dintlist.c15 const void *entry) in intlist__node_new()
43 static int intlist__node_cmp(struct rb_node *rb_node, const void *entry) in intlist__node_cmp()
Dprobe-file.h35 #define for_each_probe_cache_entry(entry, pcache) \ argument
Dblock-range.h29 u64 entry; member
Dstrlist.h42 static inline bool strlist__has_entry(struct strlist *slist, const char *entry) in strlist__has_entry()
Dunwind-libdw.c70 static int entry(u64 ip, struct unwind_info *ui) in entry() function
Dsyscalltbl.c39 const struct syscall *entry = ventry; in syscallcmpname() local
/tools/lib/api/fs/
Dfs.c409 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str()
422 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull()
435 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int()
448 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str()
461 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool()
503 int sysfs__write_int(const char *entry, int value) in sysfs__write_int()
/tools/testing/radix-tree/
Diteration_check.c75 void *entry = radix_tree_deref_slot(slot); in tagged_iteration_fn() local
116 void *entry = radix_tree_deref_slot(slot); in untagged_iteration_fn() local
/tools/lib/api/
Dcpu.c9 char entry[PATH_MAX]; in cpu__get_max_freq() local
/tools/usb/usbip/libsrc/
Dlist.h86 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/objtool/
Dspecial.c81 static int get_alt_entry(struct elf *elf, struct special_entry *entry, in get_alt_entry()
155 struct special_entry *entry; in special_get_alts() local
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h23 struct list_head entry; member
31 struct hlist_node entry; member
/tools/include/linux/
Dlist.h100 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
105 static inline void list_del(struct list_head *entry) in list_del()
143 static inline void list_del_init(struct list_head *entry) in list_del_init()
235 struct list_head *head, struct list_head *entry) in __list_cut_position()
261 struct list_head *head, struct list_head *entry) in list_cut_position()
/tools/perf/ui/browsers/
Dheader.c15 void *entry, int row) in ui_browser__argv_write()
Dscripts.c77 void *entry, int row) in script_browser__write()
/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c133 u64 entry; in setup_ebb_handler() local
140 u64 entry; in setup_ebb_handler() member
/tools/testing/selftests/vm/
Dcompaction_test.c163 struct map_list *list, *entry; in main() local
/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c86 struct extbl_entry *entry = (struct extbl_entry *)__start___ex_table; in segv_handler() local
/tools/perf/tests/
Ddwarf-unwind.c55 static int unwind_entry(struct unwind_entry *entry, void *arg) in unwind_entry()
/tools/usb/
Dtestusb.c250 struct testdev *entry; in find_testdev() local
380 struct testdev *entry; in main() local
/tools/perf/ui/tui/
Dutil.c18 void *entry, int row) in ui_browser__argv_write()

123