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:evnts
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_cell.c
81
unsigned long
evnts
;
member
481
pmc_cntrl[next_hdw_thread][i].
evnts
,
in cell_virtual_cntr()
771
pmc_cntrl[0][i].
evnts
= ctr[i].event;
in cell_reg_setup_ppu()
786
pmc_cntrl[1][i].
evnts
= ctr[i].event + 19;
in cell_reg_setup_ppu()
788
pmc_cntrl[1][i].
evnts
= ctr[i].event;
in cell_reg_setup_ppu()
790
pmc_cntrl[1][i].
evnts
= ctr[i].event + 16;
in cell_reg_setup_ppu()
792
pmc_cntrl[1][i].
evnts
= ctr[i].event;
in cell_reg_setup_ppu()
815
pmc_cntrl[0][i].
evnts
,
in cell_reg_setup_ppu()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_common.c
629
hw->fw_log.
evnts
[m].cur = flgs;
in ice_get_fw_log_cfg()
653
* the hw->fw_log.
evnts
array with the desired logging event configurations for
656
* update the "cur" element of the hw->fw_log.
evnts
array with the resulting
664
* hw->fw_log.
evnts
[] are not overridden to allow them to be reconfigured after
715
actv_evnts |= hw->fw_log.
evnts
[i].cfg;
in ice_cfg_fw_log()
717
if (hw->fw_log.
evnts
[i].cfg == hw->fw_log.
evnts
[i].cur)
in ice_cfg_fw_log()
730
val |= hw->fw_log.
evnts
[i].cfg << ICE_AQC_FW_LOG_EN_S;
in ice_cfg_fw_log()
776
hw->fw_log.
evnts
[i].cur = 0;
in ice_cfg_fw_log()
782
hw->fw_log.
evnts
[
in ice_cfg_fw_log()
[all...]
H
A
D
ice_type.h
573
struct ice_fw_log_evnt
evnts
[ICE_AQC_FW_LOG_ID_MAX];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_common.c
856
hw->fw_log.
evnts
[m].cur = flgs;
in ice_get_fw_log_cfg()
880
* the hw->fw_log.
evnts
array with the desired logging event configurations for
883
* update the "cur" element of the hw->fw_log.
evnts
array with the resulting
891
* hw->fw_log.
evnts
[] are not overridden to allow them to be reconfigured after
942
actv_evnts |= hw->fw_log.
evnts
[i].cfg;
in ice_cfg_fw_log()
944
if (hw->fw_log.
evnts
[i].cfg == hw->fw_log.
evnts
[i].cur)
in ice_cfg_fw_log()
957
val |= hw->fw_log.
evnts
[i].cfg << ICE_AQC_FW_LOG_EN_S;
in ice_cfg_fw_log()
1003
hw->fw_log.
evnts
[i].cur = 0;
in ice_cfg_fw_log()
1009
hw->fw_log.
evnts
[
in ice_cfg_fw_log()
[all...]
H
A
D
ice_type.h
747
struct ice_fw_log_evnt
evnts
[ICE_AQC_FW_LOG_ID_MAX];
member
Completed in 14 milliseconds