aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/bp_account.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-19perf test: Fix variable length array undefined behavior in bp_accountIan Rogers1-2/+14
2021-11-13perf test: BP tests, remove is_supported useIan Rogers1-26/+19
2021-11-13perf test: bp tests use test caseIan Rogers1-1/+6
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-2/+2
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-2/+8
2020-03-02perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2019-10-19perf tests bp_account: Add dedicated checking helper is_supported()Leo Yan1-0/+16
2019-10-19perf tests: Remove needless headers for bp_accountLeo Yan1-4/+0
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-1/+1
2019-06-17perf tests: Add missing SPDX headersArnaldo Carvalho de Melo1-0/+1
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh1-1/+0
2018-03-19perf tests bp_account: Fix build with clang-6Arnaldo Carvalho de Melo1-1/+1
2018-03-16perf tests: Fix out of bounds access on array fd when cnt is 100Colin Ian King1-5/+3
2018-03-13perf tests: Add breakpoint accounting/modify testJiri Olsa1-0/+195