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:oa_formats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_perf_types.h
442
const struct i915_oa_format *
oa_formats
;
member
H
A
D
i915_perf.c
2874
format_size = perf->
oa_formats
[props->oa_format].size;
in i915_oa_stream_init()
2886
perf->
oa_formats
[props->oa_format].format;
in i915_oa_stream_init()
3608
if (!perf->
oa_formats
[value].size) {
in read_properties_unlocked()
4278
perf->
oa_formats
= hsw_oa_formats;
in i915_perf_init()
4289
perf->
oa_formats
= gen8_plus_oa_formats;
in i915_perf_init()
4321
perf->
oa_formats
= gen8_plus_oa_formats;
in i915_perf_init()
4345
perf->
oa_formats
= gen12_oa_formats;
in i915_perf_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_perf_types.h
503
const struct i915_oa_format *
oa_formats
;
member
H
A
D
i915_perf.c
317
static const struct i915_oa_format
oa_formats
[I915_OA_FORMAT_MAX] = {
variable
3360
stream->oa_buffer.format = &perf->
oa_formats
[props->oa_format];
in i915_oa_stream_init()
4263
f = &perf->
oa_formats
[i];
in read_properties_unlocked()
5152
perf->
oa_formats
=
oa_formats
;
in i915_perf_init()
Completed in 13 milliseconds