Home | History | Annotate | Download | only in bin

Lines Matching refs:regexp

61 #   sample that match the --list=<regexp> pattern.  The listing is
66 # sample that match the --disasm=<regexp> pattern. The listing is
198 --list=<regexp> Generate source listing of matching routines
199 --disasm=<regexp> Generate disassembly of matching routines
226 --focus=<regexp> Focus on backtraces with nodes matching <regexp>
228 --ignore=<regexp> Ignore backtraces with nodes matching <regexp>
232 --retain=<regexp> Retain only nodes that match <regexp>
233 --exclude=<regexp> Exclude all nodes that match <regexp>
3063 # Does the specified symbol array match the regexp?
5238 # names match "$regexp" and returns them in a hashtable mapping from
5242 my $regexp = shift;
5289 if (defined($routine) && $routine =~ m/$regexp/) {
5308 if (defined($routine) && $routine =~ m/$regexp/) {
5316 # match "$regexp" and returns them in a hashtable mapping from procedure
5321 my $regexp = shift;
5391 my $symbol_table = GetProcedureBoundariesViaNm($nm_command, $regexp);