Searched refs:Context (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs2 * Context.xs. XS interfaces for perf script.
28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm1 package Perf::Trace::Context;
23 XSLoader::load('Perf::Trace::Context', $VERSION);
29 Perf::Trace::Context - Perl extension for accessing functions in perf.
33 use Perf::Trace::Context;
/linux-master/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl11 use Perf::Trace::Context;
H A Dcheck-perf-trace.pl13 use Perf::Trace::Context;
/linux-master/arch/sparc/kernel/
H A Ddtlb_miss.S2 /* DTLB ** ICACHE line 1: Context 0 check and TSB load */
7 brz,pn %g5, kvmap_dtlb ! Context 0 processing
H A Ditlb_miss.S2 /* ITLB ** ICACHE line 1: Context 0 check and TSB load */
7 brz,pn %g5, kvmap_itlb ! Context 0 processing
/linux-master/fs/smb/client/
H A Dsmb2pdu.h201 char Context[]; /* ignored, Windows sets to 4 bytes of zero */ member in struct:resume_key_req
392 /* beginning of POSIX Create Context Response */
/linux-master/fs/smb/server/
H A Dsmb2pdu.h188 __u8 Context[4]; /* ignored, Windows sets to 4 bytes of zero */ member in struct:resume_key_ioctl_rsp
408 /* beginning of POSIX Create Context Response */
/linux-master/tools/perf/pmu-events/
H A Dmetric.py339 ctx = decimal.Context()
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py483 # Context-sensitive call graph data model item base
524 # Context-sensitive call graph data model level 2+ item base
568 # Context-sensitive call graph data model level three item
585 # Context-sensitive call graph data model level two item
613 # Context-sensitive call graph data model level one item
637 # Context-sensitive call graph data model root item
664 # Context-sensitive call graph data model base
726 class Context(): class in function:CallGraphModelBase.Find
734 context.append(Context(value, direction, pattern, QSqlQuery(self.glb.db), None, None))
743 # Context
[all...]

Completed in 170 milliseconds