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

/linux-master/tools/perf/util/
H A Dprobe-event.c3634 char *cur_name = NULL; local
3661 if (!cur_name || strcmp(cur_name, tev->event)) {
3663 cur_name ? "\n" : "", tev->event);
3664 cur_name = tev->event;
/linux-master/scripts/
H A Dcheckpatch.pl3110 my $cur_name = $email_name;
3112 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;
3120 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);

Completed in 199 milliseconds