]> git.baikalelectronics.ru Git - kernel.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)
commit6921d48d33c0192eae74832855b26874bbc1a2b9
tree5434a25b6baa38cbaaec3007c0083cb72af1650a
parentc93ba6ede0a9e69f842a072eccefd323737ef5cd
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