Searched refs:next_sdt_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dprint-events.c139 struct str_node *bid_nd, *sdt_name, *next_sdt_name; local
187 next_sdt_name = strlist__next(sdt_name);
188 if (next_sdt_name) {
189 char *bid2 = strchr(next_sdt_name->s, '@');
193 if (strcmp(sdt_name->s, next_sdt_name->s) == 0)

Completed in 133 milliseconds