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:offset_level
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.c
65
.
offset_level
= ANNOTATION__OFFSET_JUMP_TARGETS,
3032
notes->options->
offset_level
>= ANNOTATION__OFFSET_JUMP_TARGETS) {
in __annotation_line__write()
3047
notes->options->
offset_level
>= ANNOTATION__OFFSET_CALL) {
in __annotation_line__write()
3049
} else if (notes->options->
offset_level
== ANNOTATION__MAX_OFFSET_LEVEL) {
in __annotation_line__write()
3128
if (!strcmp(var, "annotate.
offset_level
")) {
in annotation__config()
3129
perf_config_u8(&opt->
offset_level
, "
offset_level
", value);
in annotation__config()
3131
if (opt->
offset_level
> ANNOTATION__MAX_OFFSET_LEVEL)
in annotation__config()
3132
opt->
offset_level
= ANNOTATION__MAX_OFFSET_LEVEL;
in annotation__config()
3133
else if (opt->
offset_level
< ANNOTATION__MIN_OFFSET_LEVE
in annotation__config()
[all...]
H
A
D
annotate.h
91
u8
offset_level
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.c
3192
notes->options->
offset_level
>= ANNOTATION__OFFSET_JUMP_TARGETS) {
in __annotation_line__write()
3207
notes->options->
offset_level
>= ANNOTATION__OFFSET_CALL) {
in __annotation_line__write()
3209
} else if (notes->options->
offset_level
== ANNOTATION__MAX_OFFSET_LEVEL) {
in __annotation_line__write()
3288
if (!strcmp(var, "annotate.
offset_level
")) {
in annotation__config()
3289
perf_config_u8(&opt->
offset_level
, "
offset_level
", value);
in annotation__config()
3291
if (opt->
offset_level
> ANNOTATION__MAX_OFFSET_LEVEL)
in annotation__config()
3292
opt->
offset_level
= ANNOTATION__MAX_OFFSET_LEVEL;
in annotation__config()
3293
else if (opt->
offset_level
< ANNOTATION__MIN_OFFSET_LEVEL)
in annotation__config()
3294
opt->
offset_level
in annotation__config()
[all...]
H
A
D
annotate.h
93
u8
offset_level
;
member
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
annotate.c
775
if (++notes->options->
offset_level
> ANNOTATION__MAX_OFFSET_LEVEL)
in annotate_browser__run()
776
notes->options->
offset_level
= ANNOTATION__MIN_OFFSET_LEVEL;
in annotate_browser__run()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
annotate.c
829
if (++notes->options->
offset_level
> ANNOTATION__MAX_OFFSET_LEVEL)
in annotate_browser__run()
830
notes->options->
offset_level
= ANNOTATION__MIN_OFFSET_LEVEL;
in annotate_browser__run()
Completed in 14 milliseconds