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:sevent
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
pmus.c
344
struct
sevent
{
struct
360
const struct
sevent
*as = a;
in cmp_sevent()
361
const struct
sevent
*bs = b;
in cmp_sevent()
391
static bool pmu_alias_is_duplicate(struct
sevent
*a, struct
sevent
*b)
in pmu_alias_is_duplicate()
402
struct
sevent
*aliases;
411
struct
sevent
*s;
in perf_pmus__print_pmu_events__callback()
439
struct
sevent
*aliases;
in perf_pmus__print_pmu_events()
454
aliases = zalloc(sizeof(struct
sevent
) * len);
in perf_pmus__print_pmu_events()
469
qsort(aliases, len, sizeof(struct
sevent
), cmp_seven
in perf_pmus__print_pmu_events()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
pmu.c
1425
struct
sevent
{
struct
1438
const struct
sevent
*as = a;
in cmp_sevent()
1439
const struct
sevent
*bs = b;
in cmp_sevent()
1492
struct
sevent
*aliases;
in print_pmu_events()
1505
aliases = zalloc(sizeof(struct
sevent
) * len);
in print_pmu_events()
1559
qsort(aliases, len, sizeof(struct
sevent
), cmp_sevent);
in print_pmu_events()
Completed in 4 milliseconds