]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
perf tools: Replace STR() calls with __stringify()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Apr 2017 18:36:40 +0000 (15:36 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 16:01:47 +0000 (13:01 -0300)
commitaa8cc2f6b5faae3511ea229846d8e54bd8df40d1
treea08b820903eec382d4b31a3c3deb847f105a23c5
parentc3dca1a1c0ec51f384515f7e6f3b4e289a1dea2f
perf tools: Replace STR() calls with __stringify()

Both do the same thing, the later is the one we get from
linux/stringify.h, i.e. we now use the same function name/practice as
the kernel sources.

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-w2sxa5o4bfx7fjrd5mu4zmke@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/arm/util/dwarf-regs.c
tools/perf/arch/arm64/util/dwarf-regs.c
tools/perf/arch/powerpc/util/dwarf-regs.c
tools/perf/util/cgroup.c
tools/perf/util/jitdump.c
tools/perf/util/util.h