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__next
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
parse-events.c
594
evsel =
evsel__next
(evsel);
in test__checkevent_breakpoint_2_events()
640
evsel =
evsel__next
(evsel);
in test__checkevent_list()
654
evsel =
evsel__next
(evsel);
in test__checkevent_list()
677
evsel =
evsel__next
(evsel);
in test__checkevent_pmu_name()
704
evsel =
evsel__next
(evsel);
in test__checkevent_pmu_partial_time_callgraph()
748
evsel = (i == 0 ? evlist__first(evlist) :
evsel__next
(evsel));
in test__checkevent_pmu_events_mix()
760
evsel =
evsel__next
(evsel);
in test__checkevent_pmu_events_mix()
865
evsel = leader = (i == 0 ? evlist__first(evlist) :
evsel__next
(evsel));
in test__group1()
880
evsel =
evsel__next
(evsel);
in test__group1()
1074
evsel = leader = (i == 0 ? evlist__first(evlist) :
evsel__next
(evse
in test__group4()
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
parse-events.c
471
evsel =
evsel__next
(evsel);
in test__checkevent_list()
482
evsel =
evsel__next
(evsel);
in test__checkevent_list()
504
evsel =
evsel__next
(evsel);
in test__checkevent_pmu_name()
532
evsel =
evsel__next
(evsel);
in test__checkevent_pmu_partial_time_callgraph()
582
evsel =
evsel__next
(evsel);
in test__checkevent_pmu_events_mix()
692
evsel =
evsel__next
(evsel);
in test__group1()
734
evsel =
evsel__next
(evsel);
in test__group2()
749
evsel =
evsel__next
(evsel);
in test__group2()
792
evsel =
evsel__next
(evsel);
in test__group3()
809
evsel = leader =
evsel__next
(evse
in test__group3()
[all...]
H
A
D
evsel-roundtrip-name.c
56
evsel =
evsel__next
(evsel);
in perf_evsel__roundtrip_cache_name_test()
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H
A
D
hybrid.c
47
evsel =
evsel__next
(evsel);
in test__hybrid_hw_group_event()
64
evsel =
evsel__next
(evsel);
in test__hybrid_sw_hw_group_event()
83
evsel =
evsel__next
(evsel);
in test__hybrid_hw_sw_group_event()
102
evsel =
evsel__next
(evsel);
in test__hybrid_group_modifier1()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
evsel.h
315
static inline struct evsel *
evsel__next
(struct evsel *evsel)
in evsel__next()
function
H
A
D
sort.c
2362
evsel =
evsel__next
(evsel);
in find_evsel()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
evsel.h
412
static inline struct evsel *
evsel__next
(struct evsel *evsel)
in evsel__next()
function
H
A
D
evlist.c
435
evlist_cpu_itr->evsel =
evsel__next
(evlist_cpu_itr->evsel);
in evlist_cpu_iterator__next()
H
A
D
sort.c
2890
evsel =
evsel__next
(evsel);
in find_evsel()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
3510
pos =
evsel__next
(pos);
in perf_evsel_menu__run()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
3510
pos =
evsel__next
(pos);
in perf_evsel_menu__run()
Completed in 28 milliseconds