aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao1-0/+4
2021-03-06perf test: Fix a memory leak in attr testNamhyung Kim1-1/+7
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa1-1/+1
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
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-1/+1
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa1-2/+2
2017-11-16perf tests: Add missing WRITE_ASS for new fields of perf_event_attrSeonghyun Park1-0/+6
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02perf test attr: Fix ignored test case resultThomas Richter1-1/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa1-0/+10
2017-07-18perf tests attr: Do not store failed eventsJiri Olsa1-1/+1
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo1-5/+5
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf1-1/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan1-2/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-7/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-12treewide: Fix typo in printksMasanari Iida1-1/+1
2013-03-15perf tests: Make attr script verbose friendlyJiri Olsa1-2/+7
2013-01-30perf tools, powerpc: Fix compile warnings in tests/attr.cSukadev Bhattiprolu1-0/+5
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim1-1/+1
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo1-2/+0
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa1-1/+2
2012-11-05perf tests: Removing 'optional' fieldJiri Olsa1-2/+0
2012-11-05perf tests: Fix attr watermark field name typoJiri Olsa1-1/+1
2012-11-05perf tests: Factor attr tests WRITE_ASS macroJiri Olsa1-44/+45
2012-11-01perf tests: Add attr tests under builtin test commandJiri Olsa1-0/+35
2012-10-31perf tests: Add framework for automated perf_event_attr testsJiri Olsa1-0/+140