aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evlist.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2018-10-01 12:59:26 -0700
committerArnaldo Carvalho de Melo <acme@redhat.com>2018-11-05 14:37:09 -0300
commitc3537fc251503af18085b8f84126d13743663970 (patch)
tree85f5b425bcdb283c257e5b43ef57b49ddb047e16 /tools/perf/util/evlist.h
parentperf augmented_syscalls: Start collecting pathnames in the BPF program (diff)
downloadlinux-dev-c3537fc251503af18085b8f84126d13743663970.tar.xz
linux-dev-c3537fc251503af18085b8f84126d13743663970.zip
perf evlist: Move perf_evsel__reset_weak_group into evlist
- Move the function from builtin-stat to evlist for reuse - Rename to evlist to match purpose better - Pass the evlist as first argument. - No functional changes Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/20181001195927.14211-1-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/evlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/evlist.h b/tools/perf/util/evlist.h
index dc66436add98..9919eed6d15b 100644
--- a/tools/perf/util/evlist.h
+++ b/tools/perf/util/evlist.h
@@ -312,4 +312,7 @@ bool perf_evlist__exclude_kernel(struct perf_evlist *evlist);
void perf_evlist__force_leader(struct perf_evlist *evlist);
+struct perf_evsel *perf_evlist__reset_weak_group(struct perf_evlist *evlist,
+ struct perf_evsel *evsel);
+
#endif /* __PERF_EVLIST_H */