Home
last modified time | relevance | path

Searched refs:nd2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dbuild-id.c434 struct str_node *nd, *nd2; in build_id_cache__list_all() local
468 strlist__for_each_entry(nd2, linklist) { in build_id_cache__list_all()
470 nd->s, nd2->s) != SBUILD_ID_SIZE - 1) in build_id_cache__list_all()
Dparse-events.c2276 struct str_node *nd, *nd2; in print_sdt_events() local
2321 nd2 = strlist__next(nd); in print_sdt_events()
2322 if (nd2) { in print_sdt_events()
2323 ptr = strchr(nd2->s, '@'); in print_sdt_events()
2326 if (strcmp(nd->s, nd2->s) == 0) in print_sdt_events()
2338 if (nd2) { in print_sdt_events()
2339 if (strcmp(nd->s, nd2->s) != 0) in print_sdt_events()