Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.c3701 char *cur_name = NULL; in show_bootconfig_events() local
3728 if (!cur_name || strcmp(cur_name, tev->event)) { in show_bootconfig_events()
3730 cur_name ? "\n" : "", tev->event); in show_bootconfig_events()
3731 cur_name = tev->event; in show_bootconfig_events()