“e8ea141a0f5e1d7b23f47d10c480d4fc55caaf14”上不存在“drivers/git@gitcode.net:openeuler/kernel.git”
提交 d50ed0ce 编写于 作者: J Jiri Olsa 提交者: Arnaldo Carvalho de Melo

perf stat: Use evsel->threads in create_perf_stat_counter()

Get rid of the evsel_list dependency, here we can use the evsel->threads
copy of the struct thread_map.
Signed-off-by: NJiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180830063252.23729-2-jolsa@kernel.orgSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 c4191e55
无相关合并请求
......@@ -293,7 +293,7 @@ static int create_perf_stat_counter(struct perf_evsel *evsel)
if (target__has_cpu(&target) && !target__has_per_thread(&target))
return perf_evsel__open_per_cpu(evsel, perf_evsel__cpus(evsel));
return perf_evsel__open_per_thread(evsel, evsel_list->threads);
return perf_evsel__open_per_thread(evsel, evsel->threads);
}
static int process_synthesized_event(struct perf_tool *tool __maybe_unused,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部