lkml.org 
[lkml]   [2018]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 01/43] perf stat: Use evsel->threads in create_perf_stat_counter
Date
Getting rid of the evsel_list dependency, here we can use
the evsel->threads copy of the struct thread_map.

Link: http://lkml.kernel.org/n/tip-rkkk6a7dkmczvm8vj59aa326@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
tools/perf/builtin-stat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index d097b5b47eb8..d389ed623715 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -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,
--
2.17.1
\
 
 \ /
  Last update: 2018-08-30 08:38    [W:0.503 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site