Searched refs:str_node (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | strlist.h | 9 struct str_node { struct 22 void strlist__remove(struct strlist *slist, struct str_node *sn); argument 26 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx); 27 struct str_node *strlist__find(struct strlist *slist, const char *entry); 45 static inline struct str_node *strlist__first(struct strlist *slist) in strlist__first() 48 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__first() 50 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() 56 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__next()
|
D | strlist.c | 20 struct str_node *snode = malloc(sizeof(*snode)); in strlist__node_new() 39 static void str_node__delete(struct str_node *snode, bool dupstr) in str_node__delete() 50 struct str_node *snode = container_of(rb_node, struct str_node, rb_node); in strlist__node_delete() 58 struct str_node *snode = container_of(rb_node, struct str_node, rb_node); in strlist__node_cmp() 95 void strlist__remove(struct strlist *slist, struct str_node *snode) in strlist__remove() 100 struct str_node *strlist__find(struct strlist *slist, const char *entry) in strlist__find() 102 struct str_node *snode = NULL; in strlist__find() 106 snode = container_of(rb_node, struct str_node, rb_node); in strlist__find() 163 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx) in strlist__entry() 165 struct str_node *snode = NULL; in strlist__entry() [all …]
|
D | thread_map.c | 166 struct str_node *pos; in thread_map__new_by_pid_str() 234 struct str_node *pos; in thread_map__new_by_tid_str()
|
D | probe-event.c | 817 struct str_node *node; in show_available_vars_at() 2140 struct str_node *ent; in __show_perf_probe_events() 2208 struct str_node *ent; in get_probe_trace_event_names() 2652 static int __del_trace_probe_event(int fd, struct str_node *ent) in __del_trace_probe_event() 2690 struct str_node *ent, *n; in del_trace_probe_event() 2719 struct str_node *ent; in del_perf_probe_events()
|
/linux-4.1.27/tools/perf/ |
D | builtin-buildid-cache.c | 227 struct str_node *pos; in build_id_cache__purge_path() 305 struct str_node *pos; in cmd_buildid_cache()
|