]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Move event prototypes from util.h to event.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Apr 2017 18:30:47 +0000 (15:30 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Apr 2017 18:30:47 +0000 (15:30 -0300)
commit2a18e928adc9ae9ede54eebc5f7363f72123b404
tree1f0a6ccf61b7c6bf05ba51bc0673c0bf1f38dd49
parent380070959be4c2f8ba0409f5ecc910c57398152d
perf tools: Move event prototypes from util.h to event.h

More needs to be done to have the actual functions and variables in a
smaller .c file that can then be included in the python binding,
avoiding dragging more stuff into it.

Link: http://lkml.kernel.org/n/tip-uecxz7cqkssouj7tlxrkqpl4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c
tools/perf/builtin-top.c
tools/perf/builtin-trace.c
tools/perf/perf.c
tools/perf/tests/hists_cumulate.c
tools/perf/tests/hists_filter.c
tools/perf/tests/hists_output.c
tools/perf/util/event.c
tools/perf/util/event.h
tools/perf/util/evsel.c
tools/perf/util/util.h