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
2019-11-29
perf jit: Move test functionality in to a test
Ian Rogers
4
-0
/
+57
2019-11-29
perf stat: Use affinity for opening events
Andi Kleen
1
-2
/
+2
2019-11-29
perf evlist: Maintain evlist->all_cpus
Andi Kleen
3
-0
/
+22
2019-11-26
perf tests: Rename tests/map_groups.c to tests/maps.c
Arnaldo Carvalho de Melo
4
-5
/
+5
2019-11-26
perf tests: Rename thread-mg-share to thread-maps-share
Arnaldo Carvalho de Melo
4
-15
/
+15
2019-11-26
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-26
perf maps: Rename 'mg' variables to 'maps'
Arnaldo Carvalho de Melo
2
-18
/
+18
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2
-7
/
+7
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
3
-16
/
+15
2019-11-21
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
3
-3
/
+17
2019-11-18
perf parse: Report initial event parsing error
Ian Rogers
1
-1
/
+2
2019-11-18
perf maps: Do not use an rbtree to sort by map name
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-07
perf tests: Fix out of bounds memory access
Leo Yan
1
-0
/
+9
2019-11-06
perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators
Arnaldo Carvalho de Melo
1
-5
/
+4
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-11-06
perf tests: Fix a typo
Leo Yan
1
-1
/
+1
2019-10-19
perf tests: Disable bp_signal testing for arm64
Leo Yan
1
-9
/
+6
2019-10-19
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
3
-1
/
+18
2019-10-19
perf tests: Remove needless headers for bp_account
Leo Yan
1
-4
/
+0
2019-10-15
perf test: Avoid infinite loop for task exit case
Leo Yan
1
-0
/
+8
2019-10-15
perf test: Report failure for mmap events
Leo Yan
1
-0
/
+1
2019-10-10
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
10
-10
/
+10
2019-10-10
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
10
-10
/
+10
2019-10-10
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
10
-10
/
+10
2019-10-10
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
10
-8
/
+18
2019-09-27
perf tests: Avoid raising SEGV using an obvious NULL dereference
Ian Rogers
1
-2
/
+1
2019-09-25
libperf: Add perf_evlist__poll() function
Jiri Olsa
3
-3
/
+3
2019-09-25
perf tools: No need to include internal/lib.h from util/util.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2
-2
/
+2
2019-09-25
libperf: Add perf_evlist__id_add() function
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
12
-83
/
+83
2019-09-25
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
7
-7
/
+7
2019-09-25
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
1
-3
/
+3
2019-09-25
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
11
-0
/
+11
2019-09-25
perf tools: Rename perf_evlist__munmap() to evlist__munmap()
Jiri Olsa
1
-1
/
+1
2019-09-25
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
10
-16
/
+16
2019-09-25
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
10
-10
/
+10
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
1
-2
/
+3
2019-09-20
perf tests: Fix static build test
Jiri Olsa
1
-1
/
+1
2019-09-20
perf test: Fix spelling mistake "allos" -> "allocate"
Colin Ian King
1
-1
/
+1
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
9
-0
/
+11
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
10
-11
/
+10
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
12
-13
/
+2
2019-09-20
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-09-10
perf tests: Add libperf automated test for 'make -C tools/perf build-test'
Jiri Olsa
1
-1
/
+5
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
10
-0
/
+16
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
[next]