Searched refs:str_node (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | strlist.c | 19 struct str_node *snode = malloc(sizeof(*snode)); in strlist__node_new() 35 static void str_node__delete(struct str_node *snode) in str_node__delete() 44 struct str_node *snode = container_of(rb_node, struct str_node, rb_node); in strlist__node_delete() 52 struct str_node *snode = container_of(rb_node, struct str_node, rb_node); in strlist__node_cmp() 89 void strlist__remove(struct strlist *slist, struct str_node *snode) in strlist__remove() 94 struct str_node *strlist__find(struct strlist *slist, const char *entry) in strlist__find() 96 struct str_node *snode = NULL; in strlist__find() 100 snode = container_of(rb_node, struct str_node, rb_node); in strlist__find() 193 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx) in strlist__entry() 195 struct str_node *snode = NULL; in strlist__entry() [all …]
|
| H A D | strlist.h | 10 struct str_node { struct 33 void strlist__remove(struct strlist *slist, struct str_node *sn); argument 37 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx); 38 struct str_node *strlist__find(struct strlist *slist, const char *entry); 56 static inline struct str_node *strlist__first(struct strlist *slist) in strlist__first() 59 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__first() 61 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() 67 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__next()
|
| H A D | probe-file.c | 224 struct str_node *ent; in __probe_file__get_namelist() 290 static int __del_trace_probe_event(int fd, struct str_node *ent) in __del_trace_probe_event() 328 struct str_node *ent; in probe_file__get_events() 360 struct str_node *ent; in probe_file__del_strlist() 410 struct str_node *node; in probe_cache_entry__get_event() 952 struct str_node *snode; in probe_cache_entry__write() 1058 struct str_node *nd; in probe_cache__show_all_caches()
|
| H A D | thread_map.c | 167 struct str_node *pos; in thread_map__new_by_pid_str() 223 struct str_node *pos; in thread_map__new_by_tid_str()
|
| H A D | util.c | 242 struct str_node *nd; in rm_rf_kcore_dir() 397 struct str_node *node; in perf_tip()
|
| H A D | print-events.c | 50 struct str_node *bid_nd, *sdt_name, *next_sdt_name; in print_sdt_events()
|
| H A D | build-id.c | 409 struct str_node *nd, *nd2; in build_id_cache__list_all() 486 struct str_node *nd, *cand = NULL; in build_id_cache__complement()
|
| H A D | bpf_off_cpu.c | 154 struct str_node *pos; in off_cpu_prepare()
|
| H A D | probe-event.c | 1188 struct str_node *node; in show_available_vars_at() 2715 struct str_node *ent; in __show_perf_probe_events() 3481 struct str_node *nd; in find_cached_events_all() 3523 struct str_node *node; in find_probe_trace_events_from_cache()
|
| H A D | symbol.c | 1958 struct str_node *nd; in find_matching_kcore() 2281 struct str_node *pos, *tmp; in setup_addrlist()
|
| /linux/tools/perf/ |
| H A D | builtin-buildid-cache.c | 225 struct str_node *pos; in build_id_cache__purge_path() 250 struct str_node *pos; in build_id_cache__purge_all() 339 struct str_node *nd; in build_id_cache__show_all() 373 struct str_node *pos; in cmd_buildid_cache()
|
| H A D | builtin-probe.c | 418 struct str_node *nd; in del_perf_probe_caches() 445 struct str_node *ent; in perf_del_probe_events()
|
| H A D | builtin-inject.c | 775 struct str_node *pos, *tmp; in perf_inject__parse_known_build_ids() 811 struct str_node *pos; in perf_inject__lookup_known_build_id()
|
| H A D | builtin-sched.c | 1567 struct str_node *node; in sched_match_task()
|
| H A D | builtin-trace.c | 2264 struct str_node *pos; in trace__validate_ev_qualifier()
|