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
Age
Commit message (
Expand
)
Author
2019-11-07
perf tests: Fix out of bounds memory access
Leo Yan
2019-11-06
perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators
Arnaldo Carvalho de Melo
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
2019-11-06
perf tests: Fix a typo
Leo Yan
2019-10-19
perf tests: Disable bp_signal testing for arm64
Leo Yan
2019-10-19
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
2019-10-19
perf tests: Remove needless headers for bp_account
Leo Yan
2019-10-15
perf test: Avoid infinite loop for task exit case
Leo Yan
2019-10-15
perf test: Report failure for mmap events
Leo Yan
2019-10-10
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
2019-10-10
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-09-27
perf tests: Avoid raising SEGV using an obvious NULL dereference
Ian Rogers
2019-09-25
libperf: Add perf_evlist__poll() function
Jiri Olsa
2019-09-25
perf tools: No need to include internal/lib.h from util/util.h
Arnaldo Carvalho de Melo
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__id_add() function
Jiri Olsa
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2019-09-25
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
perf tools: Rename perf_evlist__munmap() to evlist__munmap()
Jiri Olsa
2019-09-25
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
perf tests: Fix static build test
Jiri Olsa
2019-09-20
perf test: Fix spelling mistake "allos" -> "allocate"
Colin Ian King
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
2019-09-10
perf tests: Add libperf automated test for 'make -C tools/perf build-test'
Jiri Olsa
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless map.h include directives
Arnaldo Carvalho de Melo
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
perf env: Remove env.h from other headers where just a fwd decl is needed
Arnaldo Carvalho de Melo
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove perf.h from source files not needing it
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
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
2019-08-26
perf tests: Fixes hang in zstd compression test by changing the source of ran...
James Clark
[next]