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-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
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2
-2
/
+2
2019-08-31
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2
-2
/
+0
2019-08-31
perf tools: Remove needless map.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
8
-0
/
+8
2019-08-31
perf env: Remove env.h from other headers where just a fwd decl is needed
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
19
-0
/
+28
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
6
-0
/
+7
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
5
-5
/
+0
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
5
-4
/
+6
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
4
-19
/
+19
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-08-26
perf tests: Fixes hang in zstd compression test by changing the source of ran...
James Clark
1
-1
/
+1
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
8
-3
/
+9
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
1
-3
/
+3
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf tests: Add missing counts.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-14
perf tools: Add NO_LIBCAP=1 to the minimal build test
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-12
perf test vfs_getname: Disable ~/.perfconfig to get default output
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-07-29
libperf: Adopt perf_evsel__read() function from tools/perf
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Adopt simplified perf_evsel__close() function from tools/perf
Jiri Olsa
2
-2
/
+2
2019-07-29
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-11
/
+11
2019-07-29
libperf: Add perf_evlist__set_maps() function
Jiri Olsa
6
-7
/
+13
2019-07-29
libperf: Add threads to struct perf_evlist
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Add own_cpus to struct perf_evsel
Jiri Olsa
1
-2
/
+2
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
11
-18
/
+28
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
8
-463
/
+465
[next]