]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - tools/perf/util/scripting-engines/trace-event-python.c
perf tools: Move print_binary definitions to separate files
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Apr 2017 19:23:22 +0000 (16:23 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 16:01:50 +0000 (13:01 -0300)
commitfea013928cdcf81fbe0bfbf9e2eed1c7da2d62c2
tree92335965a80f1ceeebdfd6d4b231abbbd117dc85
parenta12a4e023a55f058178afea1ada3ce7bf4db94c3
perf tools: Move print_binary definitions to separate files

Continuing the split of util.[ch] into more manageable bits.

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-5eu367rwcwnvvn7fz09l7xpb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
12 files changed:
tools/perf/builtin-script.c
tools/perf/builtin-trace.c
tools/perf/tests/is_printable_array.c
tools/perf/util/Build
tools/perf/util/debug.c
tools/perf/util/print_binary.c [new file with mode: 0644]
tools/perf/util/print_binary.h [new file with mode: 0644]
tools/perf/util/python-ext-sources
tools/perf/util/python.c
tools/perf/util/scripting-engines/trace-event-python.c
tools/perf/util/util.c
tools/perf/util/util.h