perf evlist: Move the sideband thread routines to separate object
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 May 2020 15:18:21 +0000 (12:18 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 May 2020 19:35:29 +0000 (16:35 -0300)
commit9a39994467d493eba38d8f69e42fd9c31cb1da9a
tree32efb33fe47401ef76a237f2470bb63112e338e7
parentd0abbc3ce695437fe83446aef44b2f5ef65a80b9
perf evlist: Move the sideband thread routines to separate object

To avoid dragging more stuff into the perf python binding in the
following csets.

Reported-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/Build
tools/perf/util/evlist.c
tools/perf/util/sideband_evlist.c [new file with mode: 0644]