Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 90) sorted by relevance

1234

/tools/lib/
Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
423 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
433 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
438 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
453 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
486 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
517 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
561 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
573 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
/tools/perf/tests/
Dmem2node.c13 static struct node { struct
14 int node; member
17 { .node = 0, .map = "0" }, argument
Dhists_output.c97 struct rb_node *node; in del_hist_entries() local
131 struct rb_node *node; in test1() local
233 struct rb_node *node; in test2() local
289 struct rb_node *node; in test3() local
363 struct rb_node *node; in test4() local
465 struct rb_node *node; in test5() local
Dswitch-tracking.c216 struct event_node *node; in add_event() local
243 struct event_node *node; in free_event_nodes() local
267 struct event_node *events_array, *node; in process_events() local
Dhists_common.c167 struct rb_node *node; in print_hists_in() local
197 struct rb_node *node; in print_hists_out() local
/tools/perf/util/
Dintlist.c18 struct int_node *node = malloc(sizeof(*node)); in intlist__node_new() local
37 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_delete() local
45 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_cmp() local
55 void intlist__remove(struct intlist *ilist, struct int_node *node) in intlist__remove()
63 struct int_node *node = NULL; in __intlist__findnew() local
137 struct int_node *node = NULL; in intlist__entry() local
Denv.c29 struct bpf_prog_info_node *node; in __perf_env__insert_bpf_prog_info() local
56 struct bpf_prog_info_node *node = NULL; in perf_env__find_bpf_prog_info() local
92 struct btf_node *node; in __perf_env__insert_btf() local
128 struct btf_node *node = NULL; in __perf_env__find_btf() local
157 struct bpf_prog_info_node *node; in perf_env__purge_bpf() local
172 struct btf_node *node; in perf_env__purge_bpf() local
Dstrfilter.c19 static void strfilter_node__delete(struct strfilter_node *node) in strfilter_node__delete()
70 struct strfilter_node *node = zalloc(sizeof(*node)); in strfilter_node__alloc() local
218 static bool strfilter_node__compare(struct strfilter_node *node, in strfilter_node__compare()
249 static int strfilter_node__sprint_pt(struct strfilter_node *node, char *buf) in strfilter_node__sprint_pt()
264 static int strfilter_node__sprint(struct strfilter_node *node, char *buf) in strfilter_node__sprint()
Dcallchain.c413 __sort_chain_flat(struct rb_root *rb_root, struct callchain_node *node, in __sort_chain_flat()
443 static void __sort_chain_graph_abs(struct callchain_node *node, in __sort_chain_graph_abs()
471 static void __sort_chain_graph_rel(struct callchain_node *node, in __sort_chain_graph_rel()
566 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
710 static enum match_result match_chain(struct callchain_cursor_node *node, in match_chain()
825 struct callchain_cursor_node *node; in split_add_child() local
872 struct callchain_cursor_node *node; in append_chain_children() local
931 struct callchain_cursor_node *node; in append_chain() local
1051 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append() local
1106 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
[all …]
Dconfig.h12 struct list_head node; member
19 struct list_head node; member
Dsrcline.c40 struct inline_node *node) in inline_list__append()
279 struct inline_node *node, in inline_list__append_dso_a2l()
294 bool unwind_inlines, struct inline_node *node, in addr2line()
367 struct inline_node *node; in addr2inlines() local
455 struct inline_node *node; in addr2inlines() local
618 struct srcline_node *i, *node; in srcline__tree_insert() local
689 void inline_node__delete(struct inline_node *node) in inline_node__delete()
Dblock-range.c54 static inline void rb_link_left_of_node(struct rb_node *left, struct rb_node *node) in rb_link_left_of_node()
64 static inline void rb_link_right_of_node(struct rb_node *right, struct rb_node *node) in rb_link_right_of_node()
Dmem2node.c15 u64 node; member
39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init()
Dcgroup.h12 struct rb_node node; member
/tools/include/linux/
Drbtree.h42 #define RB_EMPTY_NODE(node) \ argument
44 #define RB_CLEAR_NODE(node) \ argument
66 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
129 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached()
138 static inline void rb_erase_cached(struct rb_node *node, in rb_erase_cached()
Drbtree_augmented.h49 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
56 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached()
187 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
291 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
300 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
Dhashtable.h57 #define hash_add(hashtable, node, key) \ argument
64 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed()
93 static inline void hash_del(struct hlist_node *node) in hash_del()
/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c135 struct percpu_list_node *node, in this_cpu_list_push()
197 struct percpu_list_node *node; in __percpu_list_pop() local
218 struct percpu_list_node *node; in test_percpu_list_thread() local
252 struct percpu_list_node *node; in test_percpu_list() local
272 struct percpu_list_node *node; in test_percpu_list() local
Dparam_test.c514 struct percpu_list_node *node, in this_cpu_list_push()
546 struct percpu_list_node *node = NULL; in this_cpu_list_pop() local
581 struct percpu_list_node *node; in __percpu_list_pop() local
600 struct percpu_list_node *node; in test_percpu_list_thread() local
635 struct percpu_list_node *node; in test_percpu_list() local
667 struct percpu_list_node *node; in test_percpu_list() local
687 struct percpu_buffer_node *node, in this_cpu_buffer_push()
787 struct percpu_buffer_node *node; in test_percpu_buffer_thread() local
832 struct percpu_buffer_node *node; in test_percpu_buffer() local
871 struct percpu_buffer_node *node; in test_percpu_buffer() local
[all …]
/tools/objtool/
Delf.c35 #define elf_hash_add(hashtable, node, key) \ argument
46 static void rb_add(struct rb_root *tree, struct rb_node *node, in rb_add()
67 struct rb_node *node = tree->rb_node; in rb_find_first() local
84 static struct rb_node *rb_next_match(struct rb_node *node, const void *key, in rb_next_match()
93 #define rb_for_each(tree, node, key, cmp) \ argument
117 static int symbol_by_offset(const void *key, const struct rb_node *node) in symbol_by_offset()
166 struct rb_node *node; in find_symbol_by_offset() local
180 struct rb_node *node; in find_func_by_offset() local
194 struct rb_node *node; in find_symbol_containing() local
208 struct rb_node *node; in find_func_containing() local
/tools/testing/radix-tree/
Dlinux.c38 struct radix_tree_node *node = cachep->objs; in kmem_cache_alloc() local
73 struct radix_tree_node *node = objp; in kmem_cache_free() local
/tools/lib/perf/include/internal/
Devsel.h19 struct hlist_node node; member
38 struct list_head node; member
/tools/testing/selftests/kvm/lib/
Dsparsebit.c168 struct node { struct
169 struct node *parent; argument
170 struct node *left; argument
171 struct node *right; argument
179 * Points to root node of the binary search argument
/tools/perf/ui/stdio/
Dhist.c50 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, in ipchain__fprintf_graph()
113 struct rb_node *node, *next; in __callchain__fprintf_graph() local
206 static bool need_percent_display(struct rb_node *node, u64 parent_samples) in need_percent_display()
225 struct rb_node *node; in callchain__fprintf_graph() local
282 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat()
330 static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node) in __callchain__fprintf_folded()
/tools/testing/selftests/vDSO/
Dvdso_test_getcpu.c27 unsigned int cpu, node; in main() local

1234