Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 25 of 34) sorted by relevance

12

/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DREADME9 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
H A DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
H A DBuild1 perf-util-y += Context.o
/linux/drivers/android/binder/
H A Dcontext.rs25 contexts: KVVec<Arc<Context>>,
28 pub(crate) fn get_all_contexts() -> Result<KVVec<Arc<Context>>> { in get_all_contexts()
47 pub(crate) struct Context { struct
53 impl Context { implementation
57 try_pin_init!(Context { in new()
H A Drust_binder_main.rs32 use crate::{context::Context, page_range::Shrinker, process::Process, thread::Thread};
342 match Context::new(name) { in rust_binder_new_context()
355 let ctx = unsafe { Arc::<Context>::from_foreign(device) }; in rust_binder_remove_context()
375 let ctx = unsafe { Arc::<Context>::borrow((*device).ctx) }; in rust_binder_open()
H A Dprocess.rs43 context::Context,
436 pub(crate) ctx: Arc<Context>,
505 fn new(ctx: Arc<Context>, cred: ARef<Credential>) -> Result<Arc<Self>> { in new() argument
533 pub(crate) fn debug_print_stats(&self, m: &SeqFile, ctx: &Context) -> Result<()> { in debug_print_stats()
581 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() argument
1618 pub(crate) fn open(ctx: ArcBorrow<'_, Context>, file: &File) -> Result<Arc<Process>> { in open() argument
/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm1 package Perf::Trace::Context;
/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild1 perf-util-y += Context.o
/linux/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl11 use Perf::Trace::Context;
H A Dcheck-perf-trace.pl13 use Perf::Trace::Context;
/linux/arch/sparc/kernel/
H A Ddtlb_miss.S7 brz,pn %g5, kvmap_dtlb ! Context 0 processing
H A Ditlb_miss.S7 brz,pn %g5, kvmap_itlb ! Context 0 processing
/linux/drivers/media/pci/intel/ivsc/
H A DKconfig15 Context Engine) and CSI (Camera Serial Interface), each of which
/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt122 use Perf::Trace::Context;
187 Perf::Trace::Context Module
193 Perf::Trace::Context defines a set of functions that can be used to
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py135 _pyudev_context: ClassVar[Optional[pyudev.Context]] = None
146 cls._pyudev_context = pyudev.Context()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst141 Locking Only In User Context
161 Locking Between User Context and Softirqs
176 as well: see `Hard IRQ Context`_.
183 Locking Between User Context and Tasklets
189 Locking Between User Context and Timers
242 Hard IRQ Context
321 . IRQ Handler A IRQ Handler B Softirq A Softirq B Tasklet A Tasklet B Timer A Timer B User Context A User Context B
331 User Context A SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH None
332 User Context
[all...]
/linux/Documentation/scheduler/
H A Dsched-arch.rst7 Context switch
/linux/Documentation/scsi/
H A DChangeLog.arcmsr105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb
/linux/Documentation/bpf/
H A Dprog_cgroup_sysctl.rst19 2. Context
/linux/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst422 byte mask value for Context ID comparator N.
432 Number of Context ID comparators
H A Dcoresight-perf.rst33 Idx:27; ID:10; I_ADDR_CTXT_L_64IS0 : Address & Context, Long, 64 bit, IS0.; Addr=0x0000FFFFB6069140; Ctxt: AArch64,EL0, NS;
/linux/Documentation/networking/
H A Dxsk-tx-metadata.rst121 Context Descriptor is a relative offset to the starting time of the Qbv
/linux/Documentation/arch/x86/
H A Dpti.rst93 d. Process Context IDentifiers (PCID) is a CPU feature that
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst338 . IRQ Handler A IRQ Handler B Softirq A Softirq B Tasklet A Tasklet B Timer A Timer B User Context A User Context B
348 User Context A SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH None
349 User Context B SLI SLI SLBH SLBH SLBH SLBH SLBH SLBH MLI None
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst71 - Context switches

12