]> asedeno.scripts.mit.edu Git - linux.git/commit
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 18:06:59 +0000 (15:06 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 18:06:59 +0000 (15:06 -0300)
commit9620bc361ac6e292ad2d6997b2f59f41f4e17862
tree5434a25b6baa38cbaaec3007c0083cb72af1650a
parent32ff3fec07b6d8e6c5cc2342f6cbbdcb224d484c
perf evsel: Remove need for symbol_conf in evsel_fprintf.c

So that we an later link it to the python binding without having to
drag the symbol object files.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-8823tveyasocnuoelq4qopwf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-sched.c
tools/perf/builtin-script.c
tools/perf/builtin-trace.c
tools/perf/util/evsel.h
tools/perf/util/evsel_fprintf.c