diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-01-27 13:23:20 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-01-27 13:23:20 -0500 |
commit | d380eaaea70d775c0520dcb5702ea5d2a56b7be9 (patch) | |
tree | 3a4c2d15f8b558c68f9d275aba411180088f4a9d /tools/perf/util/probe-event.h | |
parent | dda99116969142cc41e945a1047a419b937536af (diff) | |
parent | ef1d1af28ca37fdbc2745da040529cd2953c1af5 (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/util/probe-event.h')
-rw-r--r-- | tools/perf/util/probe-event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/probe-event.h b/tools/perf/util/probe-event.h index 5accbedfea37..1fb4f18337d3 100644 --- a/tools/perf/util/probe-event.h +++ b/tools/perf/util/probe-event.h | |||
@@ -127,6 +127,7 @@ extern int show_line_range(struct line_range *lr, const char *module); | |||
127 | extern int show_available_vars(struct perf_probe_event *pevs, int npevs, | 127 | extern int show_available_vars(struct perf_probe_event *pevs, int npevs, |
128 | int max_probe_points, const char *module, | 128 | int max_probe_points, const char *module, |
129 | bool externs); | 129 | bool externs); |
130 | extern int show_available_funcs(const char *module); | ||
130 | 131 | ||
131 | 132 | ||
132 | /* Maximum index number of event-name postfix */ | 133 | /* Maximum index number of event-name postfix */ |