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:pmu_events_map
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H
A
D
empty-pmu-events.c
204
struct
pmu_events_map
{
struct
215
static const struct
pmu_events_map
pmu_events_map
[] = {
variable
341
const struct
pmu_events_map
*map = &
pmu_events_map
[i++];
in perf_pmu__find_events_table()
369
const struct
pmu_events_map
*map = &
pmu_events_map
[i++];
in perf_pmu__find_metrics_table()
385
for (const struct
pmu_events_map
*tables = &
pmu_events_map
[0];
in find_core_events_table()
396
for (const struct
pmu_events_map
*table
in find_core_metrics_table()
[all...]
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H
A
D
pmu-events.h
39
struct
pmu_events_map
{
struct
50
extern struct
pmu_events_map
pmu_events_map
[];
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
pmu-events.c
136
static struct
pmu_events_map
*__test_pmu_get_events_map(void)
in __test_pmu_get_events_map()
138
struct
pmu_events_map
*map;
in __test_pmu_get_events_map()
140
for (map = &
pmu_events_map
[0]; map->cpuid; map++) {
in __test_pmu_get_events_map()
153
struct
pmu_events_map
*map = __test_pmu_get_events_map();
in test_pmu_event_table()
276
struct
pmu_events_map
*map = __test_pmu_get_events_map();
in __test__pmu_event_aliases()
451
const struct
pmu_events_map
*map,
in expr_failure()
462
struct
pmu_events_map
*cpus_map = perf_pmu__find_map(NULL);
in test_parsing()
463
struct
pmu_events_map
*map;
in test_parsing()
472
map = &
pmu_events_map
[i++];
in test_parsing()
581
struct
pmu_events_map
*ma
in test_parsing_fake()
[all...]
H
A
D
expand-cgroup.c
197
struct
pmu_events_map
ev_map = {
in expand_metric_events()
H
A
D
parse-metric.c
77
static struct
pmu_events_map
map = {
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
metricgroup.h
15
struct
pmu_events_map
;
49
struct
pmu_events_map
*map,
H
A
D
metricgroup.c
497
struct
pmu_events_map
*map = perf_pmu__find_map(NULL);
in metricgroup__print()
806
static struct pmu_event *find_metric(const char *metric, struct
pmu_events_map
*map)
in find_metric()
873
struct
pmu_events_map
*map,
in __resolve_metric()
921
struct
pmu_events_map
*map,
in resolve_metric()
969
struct
pmu_events_map
*map)
in metricgroup__add_metric()
1028
struct
pmu_events_map
*map)
in metricgroup__add_metric_list()
1085
struct
pmu_events_map
*map)
in parse_groups()
1120
struct
pmu_events_map
*map = perf_pmu__find_map(NULL);
in metricgroup__parse_groups()
1130
struct
pmu_events_map
*map,
in metricgroup__parse_groups_test()
1142
struct
pmu_events_map
*ma
in metricgroup__has_metric()
[all...]
H
A
D
pmu.h
114
struct
pmu_events_map
*map);
116
struct
pmu_events_map
*perf_pmu__find_map(struct perf_pmu *pmu);
H
A
D
s390-sample-raw.c
138
static const char *get_counter_name(int set, int nr, struct
pmu_events_map
*map)
in get_counter_name()
162
struct
pmu_events_map
*map;
in s390_cpumcfdg_dump()
H
A
D
pmu.c
677
struct
pmu_events_map
*perf_pmu__find_map(struct perf_pmu *pmu)
in perf_pmu__find_map()
679
struct
pmu_events_map
*map;
in perf_pmu__find_map()
691
map = &
pmu_events_map
[i++];
in perf_pmu__find_map()
745
* From the
pmu_events_map
, find the table of PMU events that corresponds
750
struct
pmu_events_map
*map)
in pmu_add_cpu_aliases_map()
790
struct
pmu_events_map
*map;
in pmu_add_cpu_aliases()
Completed in 8 milliseconds