diff options
6 files changed, 32 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/.gitignore b/tools/testing/selftests/powerpc/copyloops/.gitignore new file mode 100644 index 000000000000..25a192f62c4d --- /dev/null +++ b/tools/testing/selftests/powerpc/copyloops/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | copyuser_64 | ||
2 | copyuser_power7 | ||
3 | memcpy_64 | ||
4 | memcpy_power7 | ||
diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore new file mode 100644 index 000000000000..156f4e89c2f1 --- /dev/null +++ b/tools/testing/selftests/powerpc/mm/.gitignore | |||
@@ -0,0 +1 @@ | |||
hugetlb_vs_thp_test | |||
diff --git a/tools/testing/selftests/powerpc/pmu/.gitignore b/tools/testing/selftests/powerpc/pmu/.gitignore new file mode 100644 index 000000000000..e748f336eed3 --- /dev/null +++ b/tools/testing/selftests/powerpc/pmu/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | count_instructions | ||
2 | l3_bank_test | ||
3 | per_event_excludes | ||
diff --git a/tools/testing/selftests/powerpc/pmu/ebb/.gitignore b/tools/testing/selftests/powerpc/pmu/ebb/.gitignore new file mode 100644 index 000000000000..42bddbed8b64 --- /dev/null +++ b/tools/testing/selftests/powerpc/pmu/ebb/.gitignore | |||
@@ -0,0 +1,22 @@ | |||
1 | reg_access_test | ||
2 | event_attributes_test | ||
3 | cycles_test | ||
4 | cycles_with_freeze_test | ||
5 | pmc56_overflow_test | ||
6 | ebb_vs_cpu_event_test | ||
7 | cpu_event_vs_ebb_test | ||
8 | cpu_event_pinned_vs_ebb_test | ||
9 | task_event_vs_ebb_test | ||
10 | task_event_pinned_vs_ebb_test | ||
11 | multi_ebb_procs_test | ||
12 | multi_counter_test | ||
13 | pmae_handling_test | ||
14 | close_clears_pmcc_test | ||
15 | instruction_count_test | ||
16 | fork_cleanup_test | ||
17 | ebb_on_child_test | ||
18 | ebb_on_willing_child_test | ||
19 | back_to_back_ebbs_test | ||
20 | lost_exception_test | ||
21 | no_handler_test | ||
22 | cycles_with_mmcr2_test | ||
diff --git a/tools/testing/selftests/powerpc/primitives/.gitignore b/tools/testing/selftests/powerpc/primitives/.gitignore new file mode 100644 index 000000000000..4cc4e31bed1d --- /dev/null +++ b/tools/testing/selftests/powerpc/primitives/.gitignore | |||
@@ -0,0 +1 @@ | |||
load_unaligned_zeropad | |||
diff --git a/tools/testing/selftests/powerpc/tm/.gitignore b/tools/testing/selftests/powerpc/tm/.gitignore new file mode 100644 index 000000000000..33d02cc54a3e --- /dev/null +++ b/tools/testing/selftests/powerpc/tm/.gitignore | |||
@@ -0,0 +1 @@ | |||
tm-resched-dscr | |||