Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/Documentation/trace/
Duprobetracer.rst40 %REG : Fetch register REG
41 @ADDR : Fetch memory at ADDR (ADDR should be in userspace)
42 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH)
43 $stackN : Fetch Nth entry of stack (N >= 0)
44 $stack : Fetch stack address.
45 $retval : Fetch return value.(\*1)
46 $comm : Fetch current task comm.
47 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
Dkprobetrace.rst46 %REG : Fetch register REG
47 @ADDR : Fetch memory at ADDR (ADDR should be in kernel)
48 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
49 $stackN : Fetch Nth entry of stack (N >= 0)
50 $stack : Fetch stack address.
51 $argN : Fetch the Nth function argument. (N >= 1) (\*1)
52 $retval : Fetch return value.(\*2)
53 $comm : Fetch current task comm.
54 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
/Linux-v5.4/arch/alpha/lib/
Dev6-memset.S81 ldq_u $4,0($16) # L : Fetch first partial
259 ldq_u $4,0($16) # L : Fetch first partial
447 ldq_u $4,0($16) # L : Fetch first partial
Dev6-memcpy.S206 ldq_u $16, 8($17) # L : Fetch next 8
/Linux-v5.4/arch/m68k/fpsp040/
Dstwotox.S54 | 1. Fetch 2**(j/64) from table as Fact1 and Fact2.
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py253 self.fetcher.Fetch(glb_chunk_sz)
309 self.fetcher.Fetch(glb_chunk_sz)
1321 def Fetch(self, nr): member in SQLFetcher
1747 self.fetcher.Fetch(glb_chunk_sz)
1800 self.fetcher.Fetch(count)
2310 self.fetcher.Fetch(glb_chunk_sz)
2338 self.fetcher.Fetch(count)
/Linux-v5.4/Documentation/x86/
Dresctrl_ui.rst1138 Fetch the data::
/Linux-v5.4/arch/m68k/ifpsp060/src/
Dfplsp.S8860 # 1. Fetch 2**(j/64) from table as Fact1 and Fact2. #