Home
last modified time | relevance | path

Searched refs:new_entry (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
A Drblist.h27 struct rb_node *(*node_new)(struct rblist *rlist, const void *new_entry);
34 int rblist__add_node(struct rblist *rblist, const void *new_entry);
A Drblist.c13 int rblist__add_node(struct rblist *rblist, const void *new_entry) in rblist__add_node() argument
24 rc = rblist->node_cmp(parent, new_entry); in rblist__add_node()
35 new_node = rblist->node_new(rblist, new_entry); in rblist__add_node()
A Dstrlist.c63 int strlist__add(struct strlist *slist, const char *new_entry) in strlist__add() argument
65 return rblist__add_node(&slist->rblist, new_entry); in strlist__add()
A Dsymbol.c2322 static int vmlinux_path__add(const char *new_entry) in vmlinux_path__add() argument
2324 vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry); in vmlinux_path__add()
/tools/net/ynl/pyynl/lib/
A Dnlspec.py123 e = self.new_entry(entry, prev_entry, value_start)
128 def new_entry(self, entry, prev_entry, value_start): member in SpecEnumSet
/tools/net/ynl/pyynl/
A Dynl_gen_c.py1061 def new_entry(self, entry, prev_entry, value_start): member in EnumSet

Completed in 19 milliseconds