aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/bp_signal.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-13perf test: BP tests, remove is_supported useGravatar Ian Rogers 1-37/+6
2021-11-13perf test: bp tests use test caseGravatar Ian Rogers 1-1/+6
2021-11-13perf test: Rename struct test to test_suiteGravatar Ian Rogers 1-2/+2
2021-11-13perf test: Move each test suite struct to its testGravatar Ian Rogers 1-1/+7
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 1-3/+3
2020-09-14perf test: Fix the "signal" test inline assemblyGravatar Jiri Olsa 1-1/+4
2020-01-06perf tests bp_signal: Show expected versus obtained valuesGravatar Arnaldo Carvalho de Melo 1-5/+5
2019-11-06perf tests: Fix a typoGravatar Leo Yan 1-1/+1
2019-10-19perf tests: Disable bp_signal testing for arm64Gravatar Leo Yan 1-9/+6
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2018-12-17perf tests ARM: Disable breakpoint tests 32-bitGravatar Florian Fainelli 1-6/+14
2017-11-29perf test: Disable test cases 19 and 20 on s390xGravatar Thomas Richter 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-06-19tools: Adopt noinline from kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+1
2017-06-05perf test: Disable breakpoint signal tests for powerpcGravatar Jiri Olsa 1-0/+14
2016-02-15perf tests: Fix build on older systems where 'signal' is reservedGravatar Arnaldo Carvalho de Melo 1-6/+6
2016-01-29perf test: Improve bp_signalGravatar Wang Nan 1-22/+118
2015-11-19perf tests: Pass the subtest index to each test routineGravatar Arnaldo Carvalho de Melo 1-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorGravatar Yann Droneaud 1-1/+3
2013-05-28perf tests: Fix compile errors in bp_signal filesGravatar Sukadev Bhattiprolu 1-0/+6
2013-03-15perf tests: Test breakpoint overflow signal handlerGravatar Jiri Olsa 1-0/+186