Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat-shadow.c22 const struct evsel *evsel, int *tool_aggr_idx) in tool_pmu__is_time_event() argument
35 *tool_aggr_idx = aggr_idx; in tool_pmu__is_time_event()
41 *tool_aggr_idx = 0; /* Assume the first aggregation index works. */ in tool_pmu__is_time_event()
56 int source_count = 0, tool_aggr_idx; in prepare_metric() local
58 tool_pmu__is_time_event(config, metric_events[i], &tool_aggr_idx); in prepare_metric()
85 aggr = &ps->aggr[is_tool_time ? tool_aggr_idx : aggr_idx]; in prepare_metric()