index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
builtin-test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf test: Implement skip_reason callback for watchpoint tests
Tommi Rantala
2020-11-04
1
-0
/
+1
*
perf tests tsc: Add checking helper is_supported()
Leo Yan
2020-11-04
1
-0
/
+1
*
perf tests tsc: Make tsc testing as a common testing
Leo Yan
2020-11-04
1
-0
/
+4
*
perf test: Add expand cgroup event test
Namhyung Kim
2020-09-28
1
-0
/
+4
*
perf tests: Add test for PE binary format support
Remi Bernon
2020-09-04
1
-0
/
+4
*
perf tests: Add parse metric test for ipc metric
Jiri Olsa
2020-06-22
1
-0
/
+4
*
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-29
1
-0
/
+9
*
perf tests: Add test for the java demangler
Nick Gasson
2020-05-28
1
-0
/
+4
*
perf tests: Consider subtests when searching for user specified tests
Jiri Olsa
2020-05-28
1
-8
/
+26
*
perf test: Improve pmu event metric testing
Ian Rogers
2020-05-28
1
-0
/
+7
*
perf test: Provide a subtest callback to ask for the reason for skipping a su...
Ian Rogers
2020-05-28
1
-2
/
+9
*
tools api: Add a lightweight buffered reading api
Ian Rogers
2020-04-30
1
-0
/
+4
*
perf test: Add pmu-events test
John Garry
2020-03-24
1
-0
/
+4
*
perf test: Print if shell directory isn't present
Ian Rogers
2020-03-13
1
-1
/
+4
*
perf jit: Move test functionality in to a test
Ian Rogers
2019-11-29
1
-0
/
+4
*
perf evlist: Maintain evlist->all_cpus
Andi Kleen
2019-11-29
1
-0
/
+5
*
perf tests: Rename tests/map_groups.c to tests/maps.c
Arnaldo Carvalho de Melo
2019-11-26
1
-2
/
+2
*
perf tests: Rename thread-mg-share to thread-maps-share
Arnaldo Carvalho de Melo
2019-11-26
1
-2
/
+2
*
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
2019-10-19
1
-1
/
+1
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
*
perf test: Auto bump rlimit(MEMLOCK) for BPF test sake
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+6
*
perf tools: Remove trim() implementation, use tools/lib's strim()
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+2
*
perf tests: Add a test for time-utils
Adrian Hunter
2019-06-10
1
-0
/
+4
*
perf tests: Add map_groups__merge_in test
Jiri Olsa
2019-05-28
1
-0
/
+4
*
perf tests: Use shebangs in the shell scripts
Michael Petlan
2018-12-18
1
-0
/
+3
*
perf test: S390 does not support watchpoints in test 22
Thomas Richter
2018-10-08
1
-0
/
+1
*
perf test: Add watchpoint test
Ravi Bangoria
2018-09-18
1
-0
/
+9
*
perf tests: Fix indexing when invoking subtests
Sandipan Das
2018-07-31
1
-2
/
+2
*
perf test: Fix subtest number when showing results
Thomas Richter
2018-07-24
1
-1
/
+1
*
perf test shell: Prevent temporary editor files from being considered test sc...
Kim Phillips
2018-07-11
1
-1
/
+1
*
perf tests: Let 'perf test list' display subtests
Hendrik Brueckner
2018-04-26
1
-0
/
+9
*
perf tests: Disable breakpoint accounting test for powerpc
Sandipan Das
2018-04-12
1
-0
/
+1
*
perf tests: Add mem2node object test
Jiri Olsa
2018-03-16
1
-0
/
+4
*
perf tests: Add breakpoint accounting/modify test
Jiri Olsa
2018-03-13
1
-0
/
+4
*
perf test: Handle properly readdir DT_UNKNOWN
Jiri Olsa
2017-12-27
1
-5
/
+5
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
2017-09-13
1
-0
/
+1
|
/
*
perf test: Add test cases for new data source encoding
Andi Kleen
2017-08-22
1
-0
/
+4
*
perf test: Make 'list' use same filtering code as main 'perf test'
Arnaldo Carvalho de Melo
2017-08-11
1
-8
/
+10
*
perf test: Add infrastructure to run shell based tests
Arnaldo Carvalho de Melo
2017-08-11
1
-1
/
+169
*
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-08-11
1
-2
/
+2
*
perf test: Make 'list' subcommand match main 'perf test' numbering/matching
Arnaldo Carvalho de Melo
2017-08-11
1
-1
/
+3
*
perf test: Disable breakpoint signal tests for powerpc
Jiri Olsa
2017-06-05
1
-0
/
+7
*
perf tools: Remove poll.h and wait.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-27
1
-1
/
+1
*
perf tools: Add a simple expression parser for JSON
Andi Kleen
2017-03-23
1
-0
/
+4
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-1
/
+1
[next]