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:evsel__enable
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
event-times.c
82
return
evsel__enable
(evsel) == 0 ? TEST_OK : TEST_FAIL;
in attach__current_disabled()
109
return
evsel__enable
(evsel);
in detach__disable()
138
return
evsel__enable
(evsel);
in attach__cpu_disabled()
H
A
D
switch-tracking.c
518
err =
evsel__enable
(cycles_evsel);
in test__switch_tracking()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
event-times.c
82
return
evsel__enable
(evsel) == 0 ? TEST_OK : TEST_FAIL;
in attach__current_disabled()
109
return
evsel__enable
(evsel);
in detach__disable()
138
return
evsel__enable
(evsel);
in attach__cpu_disabled()
H
A
D
switch-tracking.c
516
err =
evsel__enable
(cycles_evsel);
in test__switch_tracking()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
sideband_evlist.c
125
if (
evsel__enable
(counter))
in perf_evlist__start_sb_thread()
H
A
D
evsel.h
245
int
evsel__enable
(struct evsel *evsel);
H
A
D
evsel.c
1331
int
evsel__enable
(struct evsel *evsel)
in evsel__enable()
function
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
sideband_evlist.c
126
if (
evsel__enable
(counter))
in evlist__start_sb_thread()
H
A
D
evsel.h
320
int
evsel__enable
(struct evsel *evsel);
H
A
D
evsel.c
1416
int
evsel__enable
(struct evsel *evsel)
in evsel__enable()
function
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
intel-bts.c
342
return
evsel__enable
(evsel);
in intel_bts_snapshot_finish()
H
A
D
intel-pt.c
919
return
evsel__enable
(evsel);
in intel_pt_snapshot_finish()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H
A
D
arm-spe.c
301
return
evsel__enable
(evsel);
in arm_spe_snapshot_finish()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
intel-bts.c
343
return
evsel__enable
(evsel);
in intel_bts_snapshot_finish()
H
A
D
intel-pt.c
910
return
evsel__enable
(evsel);
in intel_pt_snapshot_finish()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
843
return
evsel__enable
(evsel);
in cs_etm_snapshot_finish()
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H
A
D
cs-etm.c
860
return
evsel__enable
(evsel);
in cs_etm_snapshot_finish()
Completed in 20 milliseconds