]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit370c1b3b62680ff660d5a41df7fd290b6d49390f
tree9054b728bcd427716bbd259781cacae74d3b75ef
parent3d74c451cf3effdbb9dd405abb4aa6fa3c55c8d7
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]