diff options
author | Jiri Olsa <jolsa@redhat.com> | 2014-01-07 07:47:27 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-02-18 07:34:48 -0500 |
commit | ea3da69df959dfa1c807586c061bfcc4ec7e5e17 (patch) | |
tree | 1a006572a5037afac34d4ebfbef0b26e02289570 /tools/perf/util/unwind.h | |
parent | 436aa749bb193385f6a3b741ddc6bfba61770a6e (diff) |
perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id
Renaming unwind__arch_reg_id into libunwind__arch_reg_id, so it's clear
it's specific to libunwind.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Acked-by: Jean Pihet <jean.pihet@linaro.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1389098853-14466-11-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/unwind.h')
-rw-r--r-- | tools/perf/util/unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/unwind.h b/tools/perf/util/unwind.h index 356e1d642f9d..18f33b475c46 100644 --- a/tools/perf/util/unwind.h +++ b/tools/perf/util/unwind.h | |||
@@ -18,7 +18,7 @@ int unwind__get_entries(unwind_entry_cb_t cb, void *arg, | |||
18 | struct machine *machine, | 18 | struct machine *machine, |
19 | struct thread *thread, | 19 | struct thread *thread, |
20 | struct perf_sample *data, int max_stack); | 20 | struct perf_sample *data, int max_stack); |
21 | int unwind__arch_reg_id(int regnum); | 21 | int libunwind__arch_reg_id(int regnum); |
22 | #else | 22 | #else |
23 | static inline int | 23 | static inline int |
24 | unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, | 24 | unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, |