OSDN Git Service

perf evsel: Move fprintf methods to separate source file
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 14 Apr 2016 22:45:01 +0000 (19:45 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 14 Apr 2016 22:46:58 +0000 (19:46 -0300)
commit25da4fab5f66e659da768cd61dbf8c3861104d7c
tree9054b728bcd427716bbd259781cacae74d3b75ef
parentc6d4a494a207a336b45e52a44550150964daf1ce
perf evsel: Move fprintf methods to separate source file

They still use functions that would drag more stuff to the python
binding, where these fprintf methods are not used, so separate it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-xfp0mgq3hh3px61di6ixi1jk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/Build
tools/perf/util/evsel.c
tools/perf/util/evsel_fprintf.c [new file with mode: 0644]