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__hw_names
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
evsel.c
56
if (event < PERF_COUNT_HW_MAX &&
evsel__hw_names
[event])
in arch_evsel__hw_name()
57
event_name =
evsel__hw_names
[event];
in arch_evsel__hw_name()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
evsel-roundtrip-name.c
89
err = perf_evsel__name_array_test(
evsel__hw_names
, PERF_COUNT_HW_MAX);
in test__perf_evsel__roundtrip_name_test()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
evsel-roundtrip-name.c
103
err = perf_evsel__name_array_test(
evsel__hw_names
);
in test__perf_evsel__roundtrip_name_test()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
evsel.h
222
extern const char *
evsel__hw_names
[PERF_COUNT_HW_MAX];
H
A
D
evsel.c
479
const char *
evsel__hw_names
[PERF_COUNT_HW_MAX] = {
variable
494
if (config < PERF_COUNT_HW_MAX &&
evsel__hw_names
[config])
in __evsel__hw_name()
495
return
evsel__hw_names
[config];
in __evsel__hw_name()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
evsel.h
282
extern const char *const
evsel__hw_names
[PERF_COUNT_HW_MAX];
H
A
D
evsel.c
493
const char *const
evsel__hw_names
[PERF_COUNT_HW_MAX] = {
variable
530
if (config < PERF_COUNT_HW_MAX &&
evsel__hw_names
[config])
in __evsel__hw_name()
531
return
evsel__hw_names
[config];
in __evsel__hw_name()
Completed in 10 milliseconds