summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/attr.c
Commit message (Expand)AuthorAgeFilesLines
* perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao2021-04-291-0/+4
* perf test: Fix a memory leak in attr testNamhyung Kim2021-03-061-1/+7
* perf tests: Call test_attr__open() directlyJiri Olsa2020-09-101-1/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-291-1/+1
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-03-191-2/+2
* perf tests: Add missing WRITE_ASS for new fields of perf_event_attrSeonghyun Park2017-11-161-0/+6
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf test attr: Fix ignored test case resultThomas Richter2017-10-021-1/+1
|/
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tests attr: Add test_attr__ready functionJiri Olsa2017-07-181-0/+10
* perf tests attr: Do not store failed eventsJiri Olsa2017-07-181-1/+1
* perf tools: Kill die()Arnaldo Carvalho de Melo2017-06-271-5/+5
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-161-1/+1
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Keep test result clean if '-v' not setWang Nan2015-11-031-2/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-7/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\
| * treewide: Fix typo in printksMasanari Iida2013-04-121-1/+1
* | perf tests: Make attr script verbose friendlyJiri Olsa2013-03-151-2/+7
|/
* perf tools, powerpc: Fix compile warnings in tests/attr.cSukadev Bhattiprolu2013-01-301-0/+5
* perf tests: Check python path on attr and binding testNamhyung Kim2013-01-241-1/+1
* perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo2013-01-241-2/+0
* perf tests: Final cleanup for builtin-test moveJiri Olsa2012-11-141-1/+2
* perf tests: Removing 'optional' fieldJiri Olsa2012-11-051-2/+0
* perf tests: Fix attr watermark field name typoJiri Olsa2012-11-051-1/+1
* perf tests: Factor attr tests WRITE_ASS macroJiri Olsa2012-11-051-44/+45
* perf tests: Add attr tests under builtin test commandJiri Olsa2012-11-011-0/+35
* perf tests: Add framework for automated perf_event_attr testsJiri Olsa2012-10-311-0/+140