index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-31
perf tests: Add group test conditions
Namhyung Kim
1
-0
/
+28
2013-01-30
perf tools, powerpc: Fix compile warnings in tests/attr.c
Sukadev Bhattiprolu
1
-0
/
+5
2013-01-30
perf evsel: Fix memory leaks on evsel->counts
Namhyung Kim
1
-0
/
+1
2013-01-30
perf tests: Fix leaks on PERF_RECORD_* test
Arnaldo Carvalho de Melo
1
-5
/
+7
2013-01-25
perf tests: Call machine__exit in the vmlinux matches kallsyms test
Arnaldo Carvalho de Melo
1
-1
/
+3
2013-01-24
perf test: Allow skipping tests
Arnaldo Carvalho de Melo
1
-2
/
+15
2013-01-24
perf tests: Use ARRAY_SIZE() were applicable
Arnaldo Carvalho de Melo
1
-7
/
+2
2013-01-24
perf tools: Fix usage of __ in event parsing struct names
Arnaldo Carvalho de Melo
1
-12
/
+12
2013-01-24
perf tools: Fix usage of __ in parse_events_term struct
Arnaldo Carvalho de Melo
2
-7
/
+7
2013-01-24
perf tools: Remove unused 'unset' parameter from parse_events
Jiri Olsa
3
-5
/
+5
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
1
-1
/
+2
2013-01-24
perf tests: Add return states enum for tests
Jiri Olsa
2
-3
/
+18
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
1
-10
/
+7
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
2
-3
/
+3
2013-01-24
perf tests: Add event parsing test for '*:*' tracepoints
Jiri Olsa
1
-0
/
+62
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
1
-2
/
+0
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
3
-0
/
+28
2013-01-24
perf tests: Adjust some message log levels to help diagnosing problems in att...
Arnaldo Carvalho de Melo
1
-9
/
+18
2013-01-24
perf test: Remove leftover temp file left by one of the attr tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
3
-0
/
+507
2012-12-11
perf evlist: Set the leader in the perf_evlist__config method
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-12-11
perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}
Arnaldo Carvalho de Melo
3
-5
/
+5
2012-12-11
perf evsel: No need to always ask for PERF_FORMAT_ID in read_format
Arnaldo Carvalho de Melo
3
-1
/
+5
2012-12-10
perf evsel: Introduce method to request IDs be used
Arnaldo Carvalho de Melo
1
-2
/
+1
2012-12-10
perf test: Use perf_evsel__newtp constructor in the tracepoint tests
Arnaldo Carvalho de Melo
5
-88
/
+17
2012-12-10
perf test: Fixup error reporting in basic mmap test
Arnaldo Carvalho de Melo
1
-1
/
+3
2012-12-10
perf evsel: Update sample_size when setting sample_type bits
Arnaldo Carvalho de Melo
1
-3
/
+3
2012-12-09
perf evsel: Convert to _is_group_leader method
Namhyung Kim
1
-10
/
+10
2012-12-08
Merge branch 'linus' into perf/core
Ingo Molnar
1
-1
/
+1
2012-11-14
perf evsel: Introduce is_group_member method
Arnaldo Carvalho de Melo
1
-10
/
+10
2012-11-14
perf tools: Fix 'disabled' attribute config for record command
Jiri Olsa
2
-0
/
+2
2012-11-14
perf tools: Fix attributes for '{}' defined event groups
Jiri Olsa
3
-8
/
+4
2012-11-14
perf tests: Check for mkstemp return value in dso-data test
Jiri Olsa
1
-0
/
+4
2012-11-14
perf tests: Final cleanup for builtin-test move
Jiri Olsa
5
-30
/
+16
2012-11-14
perf tests: Move pmu tests into separate object
Jiri Olsa
3
-6
/
+180
2012-11-14
perf tests: Move test__syscall_open_tp_fields into separate object
Jiri Olsa
3
-112
/
+118
2012-11-14
perf tests: Move perf_evsel__tp_sched_test into separate object
Jiri Olsa
3
-82
/
+86
2012-11-14
perf tests: Move perf_evsel__roundtrip_name_test into separate object
Jiri Olsa
3
-111
/
+116
2012-11-14
perf tests: Move test__rdpmc into separate object
Jiri Olsa
3
-168
/
+176
2012-11-14
perf tests: Move test__PERF_RECORD into separate object
Jiri Olsa
3
-307
/
+313
2012-11-14
perf tests: Move test__basic_mmap into separate object
Jiri Olsa
3
-157
/
+163
2012-11-14
perf tests: Move test__open_syscall_event_on_all_cpus into separate object
Jiri Olsa
3
-114
/
+121
2012-11-14
perf tests: Move test__open_syscall_event into separate object
Jiri Olsa
4
-84
/
+101
2012-11-14
perf tests: Move test__vmlinux_matches_kallsyms into separate object
Jiri Olsa
3
-221
/
+238
2012-11-09
perf test: fix a build error on builtin-test
Zheng Liu
1
-26
/
+12
2012-11-09
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2
-0
/
+2
2012-11-08
perf tests: Move attr.py temp dir cleanup into finally section
Jiri Olsa
1
-14
/
+16
2012-11-05
perf tests: Removing 'optional' field
Jiri Olsa
4
-15
/
+18
2012-11-05
perf tests: Fix attr watermark field name typo
Jiri Olsa
4
-4
/
+4
2012-11-05
perf tests: Factor attr tests WRITE_ASS macro
Jiri Olsa
1
-44
/
+45
[next]