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:other_events
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
auxtrace.h
75
* @
other_events
: whether to synthesize other events recorded due to the use of
114
bool
other_events
;
member
H
A
D
auxtrace.c
1327
synth_opts->
other_events
= true;
in itrace_synth_opts__set_default()
1472
synth_opts->
other_events
= true;
in itrace_parse_synth_opts()
H
A
D
intel-pt.c
1017
if (pt->synth_opts.last_branch || pt->synth_opts.
other_events
) {
in intel_pt_alloc_queue()
3143
if (!pt->synth_opts.
other_events
)
in intel_pt_setup_pebs_events()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
auxtrace.h
82
* @
other_events
: whether to synthesize other events recorded due to the use of
130
bool
other_events
;
member
H
A
D
auxtrace.c
1382
synth_opts->
other_events
= true;
in itrace_synth_opts__set_default()
1543
synth_opts->
other_events
= true;
in itrace_do_parse_synth_opts()
H
A
D
intel-pt.c
1306
if (pt->synth_opts.last_branch || pt->synth_opts.
other_events
) {
in intel_pt_alloc_queue()
3936
if (!pt->synth_opts.
other_events
)
in intel_pt_setup_pebs_events()
Completed in 22 milliseconds