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:CALLCHAIN_LBR
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
callchain.h
43
CALLCHAIN_LBR
,
enumerator
H
A
D
callchain.c
295
param->record_mode =
CALLCHAIN_LBR
;
in parse_callchain_record()
1611
callchain_param.record_mode =
CALLCHAIN_LBR
;
in callchain_param_setup()
H
A
D
evsel.c
801
if (param->record_mode ==
CALLCHAIN_LBR
) {
in __evsel__config_callchain()
860
if (param->record_mode ==
CALLCHAIN_LBR
) {
in perf_evsel__reset_callgraph()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
callchain.h
43
CALLCHAIN_LBR
,
enumerator
H
A
D
callchain.c
302
param->record_mode =
CALLCHAIN_LBR
;
in parse_callchain_record()
1668
callchain_param.record_mode =
CALLCHAIN_LBR
;
in callchain_param_setup()
H
A
D
evsel.c
858
if (param->record_mode ==
CALLCHAIN_LBR
) {
in __evsel__config_callchain()
916
if (param->record_mode ==
CALLCHAIN_LBR
) {
in evsel__reset_callgraph()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
2545
mode =
CALLCHAIN_LBR
;
in setup_callchain()
2559
if (c2c.stitch_lbr && (mode !=
CALLCHAIN_LBR
)) {
in setup_callchain()
H
A
D
builtin-report.c
420
if (rep->stitch_lbr && (callchain_param.record_mode !=
CALLCHAIN_LBR
)) {
in report__setup_sample_type()
H
A
D
builtin-script.c
3269
callchain_param.record_mode =
CALLCHAIN_LBR
;
in script__setup_sample_type()
3274
if (script->stitch_lbr && (callchain_param.record_mode !=
CALLCHAIN_LBR
)) {
in script__setup_sample_type()
H
A
D
builtin-top.c
1652
if (top.stitch_lbr && !(callchain_param.record_mode ==
CALLCHAIN_LBR
)) {
in cmd_top()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
2858
mode =
CALLCHAIN_LBR
;
in setup_callchain()
2872
if (c2c.stitch_lbr && (mode !=
CALLCHAIN_LBR
)) {
in setup_callchain()
H
A
D
builtin-report.c
446
if (rep->stitch_lbr && (callchain_param.record_mode !=
CALLCHAIN_LBR
)) {
in report__setup_sample_type()
H
A
D
builtin-top.c
1693
if (top.stitch_lbr && !(callchain_param.record_mode ==
CALLCHAIN_LBR
)) {
in cmd_top()
H
A
D
builtin-script.c
3640
if (script->stitch_lbr && (callchain_param.record_mode !=
CALLCHAIN_LBR
)) {
in script__setup_sample_type()
Completed in 40 milliseconds