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:MSC_MODE_MULTI
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H
A
D
msu.c
767
if (msc->mode >
MSC_MODE_MULTI
)
in msc_configure()
770
if (msc->mode ==
MSC_MODE_MULTI
) {
in msc_configure()
802
msc->thdev->output.multiblock = msc->mode ==
MSC_MODE_MULTI
;
in msc_configure()
826
if (msc->mode ==
MSC_MODE_MULTI
)
in msc_disable()
1275
else if (msc->mode ==
MSC_MODE_MULTI
)
in msc_buffer_free()
1309
} else if (msc->mode ==
MSC_MODE_MULTI
) {
in msc_buffer_alloc()
1538
} else if (msc->mode ==
MSC_MODE_MULTI
) {
in intel_th_msc_read()
1634
msc->mode !=
MSC_MODE_MULTI
)
in intel_th_msc_mmap()
1682
msc->mode = msc->multi_is_broken ? MSC_MODE_SINGLE :
MSC_MODE_MULTI
;
in intel_th_msc_init()
1800
[
MSC_MODE_MULTI
]
[all...]
H
A
D
msu-sink.c
37
*mode =
MSC_MODE_MULTI
;
in msu_sink_assign()
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H
A
D
msu.c
765
if (msc->mode >
MSC_MODE_MULTI
)
in msc_configure()
768
if (msc->mode ==
MSC_MODE_MULTI
) {
in msc_configure()
800
msc->thdev->output.multiblock = msc->mode ==
MSC_MODE_MULTI
;
in msc_configure()
824
if (msc->mode ==
MSC_MODE_MULTI
)
in msc_disable()
1287
else if (msc->mode ==
MSC_MODE_MULTI
)
in msc_buffer_free()
1321
} else if (msc->mode ==
MSC_MODE_MULTI
) {
in msc_buffer_alloc()
1552
} else if (msc->mode ==
MSC_MODE_MULTI
) {
in intel_th_msc_read()
1648
msc->mode !=
MSC_MODE_MULTI
)
in intel_th_msc_mmap()
1696
msc->mode = msc->multi_is_broken ? MSC_MODE_SINGLE :
MSC_MODE_MULTI
;
in intel_th_msc_init()
1814
[
MSC_MODE_MULTI
]
[all...]
H
A
D
msu-sink.c
37
*mode =
MSC_MODE_MULTI
;
in msu_sink_assign()
/kernel/linux/linux-5.10/include/linux/
H
A
D
intel_th.h
16
MSC_MODE_MULTI
,
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
intel_th.h
16
MSC_MODE_MULTI
,
enumerator
Completed in 10 milliseconds