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:log_plus_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
auxtrace.h
101
* @
log_plus_flags
: flags to affect what is logged
139
unsigned int
log_plus_flags
;
member
H
A
D
auxtrace.c
1482
if (get_flags(&p, &synth_opts->
log_plus_flags
,
in itrace_parse_synth_opts()
H
A
D
intel-pt.c
257
if (pt->synth_opts.
log_plus_flags
& AUXTRACE_LOG_FLG_ALL_PERF_EVTS)
in intel_pt_log_events()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
auxtrace.h
115
* @
log_plus_flags
: flags to affect what is logged
162
unsigned int
log_plus_flags
;
member
H
A
D
intel-pt.c
303
if (pt->synth_opts.
log_plus_flags
& AUXTRACE_LOG_FLG_ALL_PERF_EVTS)
in intel_pt_log_events()
2480
bool dump_log_on_error = pt->synth_opts.
log_plus_flags
& AUXTRACE_LOG_FLG_ON_ERROR;
in intel_pt_synth_error()
2481
bool log_on_stdout = pt->synth_opts.
log_plus_flags
& AUXTRACE_LOG_FLG_USE_STDOUT;
in intel_pt_synth_error()
4223
if (!(pt->synth_opts.
log_plus_flags
& AUXTRACE_LOG_FLG_USE_STDOUT))
in intel_pt_process_auxtrace_info()
4378
bool log_on_error = pt->synth_opts.
log_plus_flags
& AUXTRACE_LOG_FLG_ON_ERROR;
in intel_pt_process_auxtrace_info()
H
A
D
auxtrace.c
1556
if (get_flags(&p, &synth_opts->
log_plus_flags
,
in itrace_do_parse_synth_opts()
1559
if (synth_opts->
log_plus_flags
& AUXTRACE_LOG_FLG_ON_ERROR)
in itrace_do_parse_synth_opts()
Completed in 21 milliseconds