tests.h (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) tests.h (2e85d5979e8d2866db6185de231461b21159ef6f)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef TESTS_H
3#define TESTS_H
4
5#include <stdbool.h>
6
7#define TEST_ASSERT_VAL(text, cond) \
8do { \

--- 45 unchanged lines hidden (view full) ---

54int test__dso_data_cache(struct test *test, int subtest);
55int test__dso_data_reopen(struct test *test, int subtest);
56int test__parse_events(struct test *test, int subtest);
57int test__hists_link(struct test *test, int subtest);
58int test__python_use(struct test *test, int subtest);
59int test__bp_signal(struct test *test, int subtest);
60int test__bp_signal_overflow(struct test *test, int subtest);
61int test__bp_accounting(struct test *test, int subtest);
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef TESTS_H
3#define TESTS_H
4
5#include <stdbool.h>
6
7#define TEST_ASSERT_VAL(text, cond) \
8do { \

--- 45 unchanged lines hidden (view full) ---

54int test__dso_data_cache(struct test *test, int subtest);
55int test__dso_data_reopen(struct test *test, int subtest);
56int test__parse_events(struct test *test, int subtest);
57int test__hists_link(struct test *test, int subtest);
58int test__python_use(struct test *test, int subtest);
59int test__bp_signal(struct test *test, int subtest);
60int test__bp_signal_overflow(struct test *test, int subtest);
61int test__bp_accounting(struct test *test, int subtest);
62int test__wp(struct test *test, int subtest);
63const char *test__wp_subtest_get_desc(int subtest);
64int test__wp_subtest_get_nr(void);
62int test__task_exit(struct test *test, int subtest);
63int test__mem(struct test *test, int subtest);
64int test__sw_clock_freq(struct test *test, int subtest);
65int test__code_reading(struct test *test, int subtest);
66int test__sample_parsing(struct test *test, int subtest);
67int test__keep_tracking(struct test *test, int subtest);
68int test__parse_no_sample_id_all(struct test *test, int subtest);
69int test__dwarf_unwind(struct test *test, int subtest);

--- 49 unchanged lines hidden ---
65int test__task_exit(struct test *test, int subtest);
66int test__mem(struct test *test, int subtest);
67int test__sw_clock_freq(struct test *test, int subtest);
68int test__code_reading(struct test *test, int subtest);
69int test__sample_parsing(struct test *test, int subtest);
70int test__keep_tracking(struct test *test, int subtest);
71int test__parse_no_sample_id_all(struct test *test, int subtest);
72int test__dwarf_unwind(struct test *test, int subtest);

--- 49 unchanged lines hidden ---