Home
last modified time | relevance | path

Searched refs:metric_event (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmetricgroup.c29 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup()
34 struct metric_event me = { in metricgroup__lookup()
43 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
48 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
55 struct metric_event *a = container_of(rb_node, in metric_event_cmp()
56 struct metric_event, in metric_event_cmp()
58 const struct metric_event *b = entry; in metric_event_cmp()
70 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new()
74 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new()
75 me->evsel = ((struct metric_event *)entry)->evsel; in metric_event_new()
[all …]
H A Dmetricgroup.h18 struct metric_event { struct
39 struct metric_event *metricgroup__lookup(struct rblist *metric_events, argument
H A Dstat-shadow.c934 struct metric_event *me; in perf_stat__print_shadow_stats()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dparse-metric.c117 struct metric_event *me; in compute_single()