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:evlist_test
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H
A
D
hybrid.c
166
struct
evlist_test
{
struct
172
static const struct
evlist_test
test__hybrid_events[] = {
220
static int test_event(const struct
evlist_test
*e)
in test_event()
263
static int test_events(const struct
evlist_test
*events, int cnt)
in test_events()
268
const struct
evlist_test
*e = &events[i];
in test_events()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
parse-events.c
1773
struct
evlist_test
{
struct
1779
static const struct
evlist_test
test__events[] = {
2171
static const struct
evlist_test
test__events_pmu[] = {
2376
static int test_event(const struct
evlist_test
*e)
in test_event()
2444
static int test_events(const struct
evlist_test
*events, int cnt)
in test_events()
2449
const struct
evlist_test
*e = &events[i];
in test_events()
2538
struct
evlist_test
e = { .name = NULL, };
in test__pmu_events()
2664
struct
evlist_test
e = { .name = NULL, };
in test__pmu_events_alias()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
parse-events.c
1517
struct
evlist_test
{
struct
1525
static struct
evlist_test
test__events[] = {
1827
static struct
evlist_test
test__events_pmu[] = {
1873
static int test_event(struct
evlist_test
*e)
in test_event()
1903
static int test_events(struct
evlist_test
*events, unsigned cnt)
in test_events()
1909
struct
evlist_test
*e = &events[i];
in test_events()
2004
struct
evlist_test
e = { .id = 0, };
in test_pmu_events()
Completed in 7 milliseconds