summaryrefslogtreecommitdiff
path: root/tools/perf/tests/attr.c
AgeCommit message (Expand)Author
2023-11-09perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-04-29perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao
2021-03-06perf test: Fix a memory leak in attr testNamhyung Kim
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa
2017-11-16perf tests: Add missing WRITE_ASS for new fields of perf_event_attrSeonghyun Park
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-02perf test attr: Fix ignored test case resultThomas Richter
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa
2017-07-18perf tests attr: Do not store failed eventsJiri Olsa
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan
2014-05-01tools: Consolidate types.hBorislav Petkov
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-12treewide: Fix typo in printksMasanari Iida
2013-03-15perf tests: Make attr script verbose friendlyJiri Olsa
2013-01-30perf tools, powerpc: Fix compile warnings in tests/attr.cSukadev Bhattiprolu
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa
2012-11-05perf tests: Removing 'optional' fieldJiri Olsa
2012-11-05perf tests: Fix attr watermark field name typoJiri Olsa
2012-11-05perf tests: Factor attr tests WRITE_ASS macroJiri Olsa
2012-11-01perf tests: Add attr tests under builtin test commandJiri Olsa
2012-10-31perf tests: Add framework for automated perf_event_attr testsJiri Olsa