Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmetricgroup.c841 struct metric *root_metric; member
873 struct metric *root_metric, in resolve_metric() argument
920 root_metric, visited, map); in resolve_metric()
951 struct metric *root_metric, in __add_metric() argument
957 bool is_root = !root_metric; in __add_metric()
976 if (!root_metric) in __add_metric()
987 if (root_metric->metric_refs) { in __add_metric()
996 root_metric->metric_refs = realloc(root_metric->metric_refs, in __add_metric()
998 if (!root_metric->metric_refs) in __add_metric()
1030 metric__free(root_metric); in __add_metric()
[all …]

Completed in 7 milliseconds