Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dprobe-event.c3596 char *cur_name = NULL; in show_bootconfig_events() local
3623 if (!cur_name || strcmp(cur_name, tev->event)) { in show_bootconfig_events()
3625 cur_name ? "\n" : "", tev->event); in show_bootconfig_events()
3626 cur_name = tev->event; in show_bootconfig_events()
/linux/scripts/
A Dcheckpatch.pl3071 my $cur_name = $email_name;
3073 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;
3081 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);

Completed in 20 milliseconds