index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
attr.c
Age
Commit message (
Expand
)
Author
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2018-12-17
perf tools: Fix diverse comment typos
Ingo Molnar
2018-03-19
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2017-11-16
perf tests: Add missing WRITE_ASS for new fields of perf_event_attr
Seonghyun Park
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-02
perf test attr: Fix ignored test case result
Thomas Richter
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-07-18
perf tests attr: Add test_attr__ready function
Jiri Olsa
2017-07-18
perf tests attr: Do not store failed events
Jiri Olsa
2017-06-27
perf tools: Kill die()
Arnaldo Carvalho de Melo
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
perf tools: Include sys/param.h where needed
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-02-20
perf utils: Check verbose flag properly
Namhyung Kim
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-12-16
perf tools: Remove 'perf' from subcmd function and variable names
Josh Poimboeuf
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-11-03
perf test: Keep test result clean if '-v' not set
Wang Nan
2014-05-01
tools: Consolidate types.h
Borislav Petkov
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-12
treewide: Fix typo in printks
Masanari Iida
2013-03-15
perf tests: Make attr script verbose friendly
Jiri Olsa
2013-01-30
perf tools, powerpc: Fix compile warnings in tests/attr.c
Sukadev Bhattiprolu
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
2012-11-14
perf tests: Final cleanup for builtin-test move
Jiri Olsa
2012-11-05
perf tests: Removing 'optional' field
Jiri Olsa
2012-11-05
perf tests: Fix attr watermark field name typo
Jiri Olsa
2012-11-05
perf tests: Factor attr tests WRITE_ASS macro
Jiri Olsa
2012-11-01
perf tests: Add attr tests under builtin test command
Jiri Olsa
2012-10-31
perf tests: Add framework for automated perf_event_attr tests
Jiri Olsa