diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-12-10 13:11:43 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-12-10 13:11:43 -0500 |
commit | a60d79535c21dca4e24d08abf8ab56e2f860af71 (patch) | |
tree | 4887c99890bc49809cf02c8ac7fd75d7b9b942e5 /tools/perf/tests/tests.h | |
parent | c5d3d50da2e32441d65d63ac27a67197998668c5 (diff) |
perf test: Use perf_evsel__newtp constructor in the tracepoint tests
Removing one trace_event__id function, not used anymore.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-13p2ov2rg166y73j9uazukma@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index fc121edab016..0fd94657960e 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h | |||
@@ -16,7 +16,4 @@ int test__attr(void); | |||
16 | int test__dso_data(void); | 16 | int test__dso_data(void); |
17 | int test__parse_events(void); | 17 | int test__parse_events(void); |
18 | 18 | ||
19 | /* Util */ | ||
20 | int trace_event__id(const char *evname); | ||
21 | |||
22 | #endif /* TESTS_H */ | 19 | #endif /* TESTS_H */ |