Searched refs:Fetch (Results 1 – 15 of 15) sorted by relevance
/linux/Documentation/trace/ |
H A D | uprobetracer.rst | 42 %REG : Fetch register REG 43 @ADDR : Fetch memory at ADDR (ADDR should be in userspace) 44 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH) 45 $stackN : Fetch Nth entry of stack (N >= 0) 46 $stack : Fetch stack address. 47 $retval : Fetch return value.(\*1) 48 $comm : Fetch current task comm. 49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
|
H A D | fprobetrace.rst | 44 ARG : Fetch "ARG" function argument using BTF (only for function 46 @ADDR : Fetch memory at ADDR (ADDR should be in kernel) 47 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol) 48 $stackN : Fetch Nth entry of stack (N >= 0) 49 $stack : Fetch stack address. 50 $argN : Fetch the Nth function argument. (N >= 1) (\*2) 51 $retval : Fetch return value.(\*3) 52 $comm : Fetch current task comm. 53 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*4)(\*5)
|
H A D | kprobetrace.rst | 48 %REG : Fetch register REG 49 @ADDR : Fetch memory at ADDR (ADDR should be in kernel) 50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol) 51 $stackN : Fetch Nth entry of stack (N >= 0) 52 $stack : Fetch stack address. 53 $argN : Fetch the Nth function argument. (N >= 1) (\*1) 54 $retval : Fetch return value.(\*2) 55 $comm : Fetch current task comm. 56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
|
/linux/tools/perf/Documentation/ |
H A D | perf-amd-ibs.txt | 19 Op and IBS Fetch. IBS Op sampling provides information about instruction 22 behavior etc. IBS Fetch sampling provides information about instruction fetch 26 Both, IBS Op and IBS Fetch, are exposed as PMUs by Linux and can be exploited 33 IBS Op PMU supports two events: cycles and micro ops. IBS Fetch PMU supports 135 IBS Fetch PMU 138 Similar commands can be used with Fetch PMU as well.
|
H A D | topdown.txt | 256 "Fetch Latency %.2f%% Fetch Bandwidth %.2f%% "
|
/linux/Documentation/arch/loongarch/ |
H A D | introduction.rst | 180 0x380 Instruction Fetch WatchPoint FWPC 182 0x381 Instruction Fetch WatchPoint FWPS 184 0x390+8n (0≤n≤7) Instruction Fetch WatchPoint n FWPnCFG1 186 0x391+8n (0≤n≤7) Instruction Fetch WatchPoint n FWPnCFG2 188 0x392+8n (0≤n≤7) Instruction Fetch WatchPoint n FWPnCFG3 190 0x393+8n (0≤n≤7) Instruction Fetch WatchPoint n FWPnCFG4
|
/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 81 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
|
H A D | ev6-memcpy.S | 206 ldq_u $16, 8($17) # L : Fetch next 8
|
/linux/arch/m68k/fpsp040/ |
H A D | stwotox.S | 54 | 1. Fetch 2**(j/64) from table as Fact1 and Fact2.
|
/linux/drivers/net/ethernet/ti/ |
H A D | Kconfig | 146 updated in the Fetch RAM memory of the CPSW.
|
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 263 self.fetcher.Fetch(glb_chunk_sz) 319 self.fetcher.Fetch(glb_chunk_sz) 2706 def Fetch(self, nr): member in SQLFetcher 3132 self.fetcher.Fetch(glb_chunk_sz) 3185 self.fetcher.Fetch(count) 3693 self.fetcher.Fetch(glb_chunk_sz) 3721 self.fetcher.Fetch(count)
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 886 0x8000001b, 0, eax, 9, ibs_fetch_ctl_ext , IBS Fetch Control Extended MSR (0…
|
/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 1361 Fetch the data::
|
/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1537 Fetch module EEPROM data dump.
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 8860 # 1. Fetch 2**(j/64) from table as Fact1 and Fact2. #
|