summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/header.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2017-11-17 13:42:58 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-11-29 18:18:00 -0300
commitbfd8f72c2778f5bd63dc9eb6d23bd7a0d99cff6d (patch)
tree9760c95da82cce9321d28fa0a509f8271203b1f9 /tools/perf/util/header.h
parent4ca69ca9db3ae51ac7cc0bd1af7961b7a3ba5b87 (diff)
downloadlinux-bfd8f72c2778f5bd63dc9eb6d23bd7a0d99cff6d.tar.gz
linux-bfd8f72c2778f5bd63dc9eb6d23bd7a0d99cff6d.tar.xz
perf record: Synthesize unit/scale/... in event update
Move the code to synthesize event updates for scale/unit/cpus to a common utility file, and use it both from stat and record. This allows to access scale and other extra qualifiers from perf script. Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/20171117214300.32746-2-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/header.h')
-rw-r--r--tools/perf/util/header.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/util/header.h b/tools/perf/util/header.h
index 29ccbfdf8724..91befc3b550d 100644
--- a/tools/perf/util/header.h
+++ b/tools/perf/util/header.h
@@ -107,6 +107,11 @@ int perf_event__synthesize_features(struct perf_tool *tool,
struct perf_evlist *evlist,
perf_event__handler_t process);
+int perf_event__synthesize_extra_attr(struct perf_tool *tool,
+ struct perf_evlist *evsel_list,
+ perf_event__handler_t process,
+ bool is_pipe);
+
int perf_event__process_feature(struct perf_tool *tool,
union perf_event *event,
struct perf_session *session);