Searched refs:pmu_event (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | pmu-events.c | 19 struct pmu_event event; 271 static int compare_pmu_events(const struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events() 370 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event() 426 const struct pmu_event *table; in test__pmu_event_table() 448 struct pmu_event const *event = &test_event->event; in test__pmu_event_table() 476 struct pmu_event const *event = &test_event->event; in test__pmu_event_table() 540 struct pmu_event const *event = &test_event->event; in __test_core_pmu_event_aliases() 824 const struct pmu_event *pe) in expr_failure() 852 const struct pmu_event *pe; in resolve_metric_simple() 902 const struct pmu_event *pe; in test__parsing() [all …]
|
| A D | expand-cgroup.c | 184 struct pmu_event pme_test[] = { in expand_metric_events()
|
| A D | parse-metric.c | 16 static struct pmu_event pme_test[] = {
|
| /linux/tools/perf/pmu-events/ |
| A D | pmu-events.h | 13 struct pmu_event { struct 44 const struct pmu_event *table; argument 49 const struct pmu_event *table;
|
| A D | README | 48 struct pmu_event pme_power8[] = {
|
| /linux/tools/perf/util/ |
| A D | metricgroup.c | 178 static bool metricgroup__has_constraint(const struct pmu_event *pe) in metricgroup__has_constraint() 192 static struct metric *metric__new(const struct pmu_event *pe, in metric__new() 543 const struct pmu_event *pe; in metricgroup__print() 847 const struct pmu_event *pe, 881 const struct pmu_event *pe; in resolve_metric() 895 const struct pmu_event *pe; in resolve_metric() 947 const struct pmu_event *pe, in __add_metric() 1053 const struct pmu_event *pe; in metricgroup__find_metric() 1065 const struct pmu_event *pe, in add_metric() 1145 const struct pmu_event *pe; in metricgroup__add_metric() [all …]
|
| A D | metricgroup.h | 73 const struct pmu_event *metricgroup__find_metric(const char *metric, 85 int arch_get_runtimeparam(const struct pmu_event *pe __maybe_unused);
|
| A D | pmu.h | 134 typedef int (*pmu_sys_event_iter_fn)(const struct pmu_event *pe, void *data);
|
| A D | s390-sample-raw.c | 143 const struct pmu_event *evp = map->table; in get_counter_name()
|
| A D | pmu.c | 318 char *desc, char *val, const struct pmu_event *pe) in __perf_pmu__new_alias() 837 const struct pmu_event *pe = &map->table[i++]; in pmu_add_cpu_aliases_map() 885 const struct pmu_event *pe = &event_table->table[j++]; in pmu_for_each_sys_event() 903 static int pmu_add_sys_aliases_iter_fn(const struct pmu_event *pe, void *data) in pmu_add_sys_aliases_iter_fn()
|
| /linux/tools/perf/arch/powerpc/util/ |
| A D | header.c | 43 int arch_get_runtimeparam(const struct pmu_event *pe) in arch_get_runtimeparam()
|
Completed in 17 milliseconds