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:has_br_stack
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-annotate.c
51
bool
has_br_stack
;
member
223
if ((!ann->
has_br_stack
|| !has_annotation(ann)) &&
in evsel__add_sample()
247
if (ann->
has_br_stack
&& has_annotation(ann))
in evsel__add_sample()
597
annotate.
has_br_stack
= perf_header__has_feat(&annotate.session->header,
in cmd_annotate()
622
if ((use_browser == 1 || annotate.use_stdio2) && annotate.
has_br_stack
) {
in cmd_annotate()
H
A
D
builtin-report.c
1122
bool
has_br_stack
= false;
in cmd_report()
local
1417
has_br_stack
= perf_header__has_feat(&session->header,
in cmd_report()
1420
has_br_stack
= false;
in cmd_report()
1431
has_br_stack
= true;
in cmd_report()
1433
if (
has_br_stack
&& branch_call_mode)
in cmd_report()
1443
if (((branch_mode == -1 &&
has_br_stack
) || branch_mode == 1) &&
in cmd_report()
H
A
D
builtin-diff.c
45
bool
has_br_stack
;
member
1155
bool
has_br_stack
;
in check_file_brstack()
local
1165
has_br_stack
= perf_header__has_feat(&d->session->header,
in check_file_brstack()
1168
if (!
has_br_stack
)
in check_file_brstack()
1173
pdiff.
has_br_stack
= true;
in check_file_brstack()
1984
&& !pdiff.
has_br_stack
) {
in cmd_diff()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-annotate.c
57
bool
has_br_stack
;
member
236
if ((!ann->
has_br_stack
|| !has_annotation(ann)) &&
in evsel__add_sample()
261
if (ann->
has_br_stack
&& has_annotation(ann))
in evsel__add_sample()
678
annotate.
has_br_stack
= perf_header__has_feat(&annotate.session->header,
in cmd_annotate()
718
if ((use_browser == 1 || annotate.use_stdio2) && annotate.
has_br_stack
)
in cmd_annotate()
H
A
D
builtin-diff.c
45
bool
has_br_stack
;
member
1157
bool
has_br_stack
;
in check_file_brstack()
local
1167
has_br_stack
= perf_header__has_feat(&d->session->header,
in check_file_brstack()
1170
if (!
has_br_stack
)
in check_file_brstack()
1175
pdiff.
has_br_stack
= true;
in check_file_brstack()
1987
&& !pdiff.
has_br_stack
) {
in cmd_diff()
H
A
D
builtin-report.c
1191
bool
has_br_stack
= false;
in cmd_report()
local
1508
has_br_stack
= perf_header__has_feat(&session->header,
in cmd_report()
1511
has_br_stack
= false;
in cmd_report()
1522
has_br_stack
= true;
in cmd_report()
1524
if (
has_br_stack
&& branch_call_mode)
in cmd_report()
1534
if (((branch_mode == -1 &&
has_br_stack
) || branch_mode == 1) &&
in cmd_report()
Completed in 12 milliseconds