Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:perfcap
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
perfmon.c
545
union idxd_perfcap
perfcap
;
in perfmon_pmu_init()
local
583
perfcap
.bits = ioread64(PERFCAP_REG(idxd));
in perfmon_pmu_init()
590
if (
perfcap
.num_perf_counter == 0)
in perfmon_pmu_init()
594
if (
perfcap
.counter_width == 0)
in perfmon_pmu_init()
598
if (!
perfcap
.overflow_interrupt || !
perfcap
.counter_freeze)
in perfmon_pmu_init()
602
if (
perfcap
.num_event_category == 0)
in perfmon_pmu_init()
608
if (
perfcap
.cap_per_counter)
in perfmon_pmu_init()
611
idxd_pmu->n_event_categories =
perfcap
.num_event_category;
in perfmon_pmu_init()
612
idxd_pmu->supported_event_categories =
perfcap
in perfmon_pmu_init()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
perfmon.c
585
u64
perfcap
;
in alloc_iommu_pmu()
local
595
perfcap
= dmar_readq(iommu->reg + DMAR_PERFCAP_REG);
in alloc_iommu_pmu()
597
if (!
perfcap
)
in alloc_iommu_pmu()
601
if (!pcap_num_cntr(
perfcap
) || !pcap_num_event_group(
perfcap
))
in alloc_iommu_pmu()
605
if (!pcap_interrupt(
perfcap
))
in alloc_iommu_pmu()
616
iommu_pmu->num_cntr = pcap_num_cntr(
perfcap
);
in alloc_iommu_pmu()
623
iommu_pmu->cntr_width = pcap_cntr_width(
perfcap
);
in alloc_iommu_pmu()
624
iommu_pmu->filter = pcap_filters_mask(
perfcap
);
in alloc_iommu_pmu()
625
iommu_pmu->cntr_stride = pcap_cntr_stride(
perfcap
);
in alloc_iommu_pmu()
[all...]
Completed in 3 milliseconds