Home
last modified time | relevance | path

Searched refs:str_node (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dstrlist.h9 struct str_node { struct
27 void strlist__remove(struct strlist *slist, struct str_node *sn); argument
31 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx);
32 struct str_node *strlist__find(struct strlist *slist, const char *entry);
50 static inline struct str_node *strlist__first(struct strlist *slist) in strlist__first()
53 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__first()
55 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next()
61 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__next()
Dstrlist.c20 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()
190 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx) in strlist__entry()
192 struct str_node *snode = NULL; in strlist__entry()
[all …]
Dprobe-file.c171 struct str_node *ent; in __probe_file__get_namelist()
235 static int __del_trace_probe_event(int fd, struct str_node *ent) in __del_trace_probe_event()
273 struct str_node *ent; in probe_file__get_events()
300 struct str_node *ent; in probe_file__del_strlist()
Dthread_map.c197 struct str_node *pos; in thread_map__new_by_pid_str()
268 struct str_node *pos; in thread_map__new_by_tid_str()
Dprobe-event.c889 struct str_node *node; in show_available_vars_at()
2239 struct str_node *ent; in __show_perf_probe_events()
/linux-4.4.14/tools/perf/
Dbuiltin-buildid-cache.c217 struct str_node *pos; in build_id_cache__purge_path()
295 struct str_node *pos; in cmd_buildid_cache()
Dbuiltin-probe.c368 struct str_node *ent; in perf_del_probe_events()
Dbuiltin-trace.c1741 struct str_node *pos; in trace__validate_ev_qualifier()