Lines Matching +full:per +full:- +full:string
4 # per-cpu tools
6 # Copyright (c) Siemens AG, 2011-2013
27 return gdb.selected_thread().num - 1
36 if cpu == -1:
77 entry = -1
129 super(LxCpus, self).__init__("lx-cpus", gdb.COMMAND_DATA)
142 """Return per-cpu variable.
144 $lx_per_cpu("VAR"[, CPU]): Return the per-cpu variable called VAR for the
146 Note that VAR has to be quoted as string."""
151 def invoke(self, var, cpu=-1):
159 """Return per-cpu pointer.
161 $lx_per_cpu_ptr("VAR"[, CPU]): Return the per-cpu pointer called VAR for the
163 Note that VAR has to be quoted as string."""
168 def invoke(self, var, cpu=-1):
217 $lx_current([CPU]): Return the per-cpu task variable for the given CPU
223 def invoke(self, cpu=-1):