Searched refs:func (Results 1 – 11 of 11) sorted by relevance
/scripts/ |
D | bootgraph.pl | 71 my $func = $2; 73 $start{$func} = $1; 74 $type{$func} = 0; 80 $pids{$func} = $1; 87 my $func; 89 $func = "wait_" . $pid . "_1"; 93 $func = "wait_" . $pid . "_" . $pidctr{$pid}; 96 $start{$func} = $1; 97 $type{$func} = 1; 102 $pids{$func} = $pid; [all …]
|
D | stackdelta | 25 my ($file, $func, $size, $type) = split; 37 next if $func =~ m/^[0-9]+$/; 38 $func =~ s/\..*$//; 41 $su{"${file}\t${func}"} = {size => $size, type => $type};
|
D | checkstack.pl | 138 my ($func, $file, $lastslash, $total_size, $addr, $intro); 144 $func = $1; 150 $intro = "$addr $func [$file]:";
|
D | Makefile.kcsan | 13 $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0) -fno-optimize-sibling-calls) \
|
D | kernel-doc | 1158 my $func = "output_${functype}_$output_mode"; 1169 &$func(@_); 1178 my $func = "output_blockhead_" . $output_mode; 1179 &$func(@_); 1189 my $func = "dump_" . $decl_type; 1190 &$func(@_);
|
D | checkpatch.pl | 6402 my $func = $1; 6404 "$func(NULL) is safe and this check is probably not required\n" . $hereprev) && 6414 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) { 6570 my $func = $constant_func; 6571 $func =~ s/^__constant_//; 6573 "$constant_func should be $func\n" . $herecurr) && 6575 $fixed[$fixlinenr] =~ s/\b$constant_func\b/$func/g; 7579 my $func = $entry->[0]; 7591 my $test = "\\b$func\\s*\\(${skip_args}($FuncArg(?:\\|\\s*$FuncArg)*)\\s*[,\\)]"; 7595 if (!($func =~ /^(?:module_param|proc_create)/ && $val eq "0") &&
|
/scripts/tracing/ |
D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 36 self._func = func 44 def calls(self, func, calltime): argument 49 child = CallTree(func, calltime, self) 53 def getParent(self, func): argument 60 while tree != CallTree.ROOT and tree._func != func: 63 child = CallTree.ROOT.calls(func, None)
|
/scripts/kconfig/ |
D | nconf.c | 302 const char *func; member 311 .func = "Help", 317 .func = "SymInfo", 323 .func = "Help 2", 329 .func = "ShowAll", 335 .func = "Back", 341 .func = "Save", 347 .func = "Load", 353 .func = "SymSearch", 359 .func = "Exit", [all …]
|
D | preprocess.c | 109 char *(*func)(int argc, char *argv[]); member 220 return f->func(argc, argv); in function_expand()
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 48 // XXX wait_* can be called not directly from current function (e.g. func -> f -> g -> wait()) 200 // XXX .open = func -> openfunc -> nonseekable_open
|
/scripts/dtc/ |
D | checks.c | 887 unsigned int dev, func, reg; in check_pci_device_reg() local 903 func = (reg & 0x700) >> 8; in check_pci_device_reg() 910 if (func == 0) { in check_pci_device_reg() 916 snprintf(unit_addr, sizeof(unit_addr), "%x,%x", dev, func); in check_pci_device_reg()
|