Searched refs:Context (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 9 that scripts may want to use. Context.pm contains the Perl->C 11 executable; scripts wishing to do that should 'use Context.pm'. 13 The Perl->C perf interface is completely driven by Context.xs. If you 23 make # to create Context.c 25 edit Context.c to add const to the char* file = __FILE__ line in 30 Context.c
|
D | Context.xs | 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
D | Build | 1 libperf-y += Context.o
|
/Linux-v4.19/Documentation/networking/ |
D | netdevices.txt | 52 Context: process 56 Context: process 61 Context: process 65 Context: nominally process, but don't sleep inside an rwlock 77 Context: Process with BHs disabled or BH (timer), 88 Context: BHs disabled 93 Context: BHs disabled 103 Context: softirq
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | divasync.h | 204 typedef int (*SERIAL_INT_CB)(void *Context); 205 typedef int (*SERIAL_DPC_CB)(void *Context); 206 typedef unsigned char (*SERIAL_I_SYNC)(void *Context); 321 typedef void (*PORTDRV_HOOK_CB)(void *Context, int Plug); 329 void *Context; /* context for callback */ member 343 void *Context; /* context for callback */ member
|
D | io.c | 452 void DIDpcRoutine(struct _diva_os_soft_isr *psoft_isr, void *Context) { in DIDpcRoutine() argument 453 PISDN_ADAPTER IoAdapter = (PISDN_ADAPTER)Context; in DIDpcRoutine()
|
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Context.pm | 1 package Perf::Trace::Context;
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 77 * Context: Describes whether the function can sleep, what locks it takes, 122 section named ``Context``. This should include whether the function 128 * Context: Any context. 129 * Context: Any context. Takes and releases the RCU lock. 130 * Context: Any context. Expects <lock> to be held by caller. 131 * Context: Process context. May sleep if @gfp flags permit. 132 * Context: Process context. Takes and releases <mutex>. 133 * Context: Softirq or process context. Takes and releases <lock>, BH-safe. 134 * Context: Interrupt context. 333 * Context: Locking context.
|
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 1 libperf-y += Context.o
|
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 107 * Context: Describes whether the function can sleep, what locks it takes, 153 sezione chiamata ``Context``. Questo dovrebbe informare sulla possibilità 160 * Context: Any context. 161 * Context: Any context. Takes and releases the RCU lock. 162 * Context: Any context. Expects <lock> to be held by caller. 163 * Context: Process context. May sleep if @gfp flags permit. 164 * Context: Process context. Takes and releases <mutex>. 165 * Context: Softirq or process context. Takes and releases <lock>, BH-safe. 166 * Context: Interrupt context. 365 * Context: Locking context.
|
/Linux-v4.19/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 11 use Perf::Trace::Context;
|
D | check-perf-trace.pl | 13 use Perf::Trace::Context;
|
/Linux-v4.19/arch/arc/kernel/ |
D | ctx_sw_asm.S | 19 ;################### Low Level Context Switch ##########################
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | 00-INDEX | 10 - Context-specific per-processor interrupt stacks.
|
/Linux-v4.19/arch/sparc/kernel/ |
D | dtlb_miss.S | 7 brz,pn %g5, kvmap_dtlb ! Context 0 processing
|
D | itlb_miss.S | 7 brz,pn %g5, kvmap_itlb ! Context 0 processing
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-perl.txt | 122 use Perf::Trace::Context; 187 Perf::Trace::Context Module 193 Perf::Trace::Context defines a set of functions that can be used to
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 147 Locking Only In User Context 167 Locking Between User Context and Softirqs 182 as well: see `Hard IRQ Context <#hard-irq-context>`__. 189 Locking Between User Context and Tasklets 195 Locking Between User Context and Timers 248 Hard IRQ Context 327 …IRQ Handler B Softirq A Softirq B Tasklet A Tasklet B Timer A Timer B User Context A User Context B 337 User Context A SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH … 338 User Context B SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH … 384 All In User Context [all …]
|
/Linux-v4.19/Documentation/accounting/ |
D | taskstats-struct.txt | 168 __u64 nvcsw; /* Context voluntary switch counter */ 169 __u64 nivcsw; /* Context involuntary switch counter */
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-arch.txt | 5 Context switch
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.arcmsr | 105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 146 bool "Channel Context support"
|
/Linux-v4.19/Documentation/powerpc/ |
D | transactional_memory.txt | 70 - Context switches
|
/Linux-v4.19/Documentation/x86/ |
D | pti.txt | 87 d. Process Context IDentifiers (PCID) is a CPU feature that
|
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/ |
D | locking.rst | 341 …IRQ Handler B Softirq A Softirq B Tasklet A Tasklet B Timer A Timer B User Context A User Context B 351 User Context A SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH … 352 User Context B SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH …
|
12