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
/
arch
/
x86
/
tests
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-02-14
perf tools: Rename build libperf to perf
Jiri Olsa
2019-02-06
perf map: Move structs and prototypes for map groups to a separate header
Arnaldo Carvalho de Melo
2018-12-17
perf tools: Fix diverse comment typos
Ingo Molnar
2018-08-30
perf tests: Add breakpoint modify tests
Jiri Olsa
2018-04-26
perf map: Remove map_type arg from map_groups__find()
Arnaldo Carvalho de Melo
2018-04-26
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
2018-03-08
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
2018-03-08
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
2018-03-08
perf mmap: Simplify perf_mmap__consume()
Kan Liang
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc
Kan Liang
2017-12-05
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
Wang Nan
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-09-21
perf tests: Remove Intel CQM perf test
Xiaochen Shen
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-06-27
x86/insn: perf tools: Add new ptwrite instruction
Adrian Hunter
2017-04-24
perf tools: Remove poll.h and wait.h from util.h
Arnaldo Carvalho de Melo
2017-04-20
perf tools: Add signal.h to places using its definitions
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
2016-11-29
perf test: Remove "test" and similar strings from test descriptions
Arnaldo Carvalho de Melo
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-07-23
x86/insn: remove pcommit
Dan Williams
2016-07-21
perf tools: Add AVX-512 instructions to the new instructions test
Adrian Hunter
2016-07-20
x86/insn: perf tools: Fix vcvtph2ps instruction decoding
Adrian Hunter
2016-07-12
perf tests x86 rdpmc: Add missing headers
Arnaldo Carvalho de Melo
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-06-22
perf tests time-to-tsc: No need to disable an event before deleting it
Arnaldo Carvalho de Melo
2016-04-11
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
2016-03-08
perf tools: Use 64-bit shifts with (TSC) time conversion
Adrian Hunter
2016-03-03
perf tests: Initialize sa.sa_flags
Colin Ian King
2016-01-26
perf tests: Remove wrong semicolon in while loop in CQM test
Markus Trippelsdorf
2016-01-07
perf tests: Give a bit more information on the CQM test failure path
Arnaldo Carvalho de Melo
2016-01-07
perf tests: No need to set attr.sample_freq in the perf time to TSC test
Arnaldo Carvalho de Melo
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-10-05
perf tests: Add Intel CQM test
Matt Fleming
2015-10-05
perf tests: Move x86 tests into arch directory
Matt Fleming
2015-10-05
perf tests: Add arch tests
Matt Fleming
2015-02-12
perf build: Add arch x86 objects building
Jiri Olsa
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-05-01
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2014-04-30
perf tests x86: Fix stack map lookup in dwarf unwind test
Jiri Olsa
2014-04-30
perf x86: Fix perf to use non-executable stack, again
Mathias Krause
2014-04-28
perf tools: Allocate thread map_groups's dynamically
Arnaldo Carvalho de Melo
2014-04-23
perf tests x86: Fix memory leak in sample_ustack()
Masanari Iida
2014-02-18
perf callchain: Add mask into struct regs_dump
Jiri Olsa
2014-02-18
perf tests x86: Add dwarf unwind test
Jiri Olsa
2014-02-18
perf tests x86: Introduce perf_regs_load function
Jiri Olsa