Searched refs:tool_aggr_idx (Results 1 – 1 of 1) sorted by relevance
22 const struct evsel *evsel, int *tool_aggr_idx) in tool_pmu__is_time_event() argument35 *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() local58 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()