perf record: Extract synthesize code to record__synthesize()
authorWang Nan <[email protected]>
Fri, 26 Feb 2016 09:32:07 +0000 (09:32 +0000)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 3 Mar 2016 14:10:35 +0000 (11:10 -0300)
commitc45c86eb70964615bd13b4c1e647bf9ee60c3db9
tree450a9de5b1c2d26ab6828b1115af6032840a3719
parentd8871ea71281ed689dc3303d1b50eb00c5d06141
perf record: Extract synthesize code to record__synthesize()

Create record__synthesize(). It can be used to create tracking events
for each perf.data after perf supporting splitting into multiple
outputs.

Signed-off-by: He Kuang <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: He Kuang <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Li Zefan <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Zefan Li <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Wang Nan <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-record.c