index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf script: Show symbol offsets by default
Sandipan Das
2018-05-18
1
-6
/
+6
*
tools lib api fs tracing_path: Introduce opendir() method
Arnaldo Carvalho de Melo
2018-05-17
1
-1
/
+1
*
perf parse-events: Use get/put_events_file()
Arnaldo Carvalho de Melo
2018-05-17
1
-3
/
+4
*
perf tests parse-events: Add intel_pt parse test
Arnaldo Carvalho de Melo
2018-05-15
1
-0
/
+13
*
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2018-05-15
1
-1
/
+1
|
\
|
*
perf test: "probe libc's inet_pton" fails on s390 due to missing inline
Thomas Richter
2018-05-10
1
-1
/
+1
*
|
perf machine: Ditch find_kernel_function variants
Arnaldo Carvalho de Melo
2018-04-30
1
-2
/
+2
*
|
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
2018-04-27
1
-2
/
+2
*
|
perf symbols: Store the ELF symbol type in the symbol struct
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
|
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+1
*
|
perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded...
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
|
perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)
Arnaldo Carvalho de Melo
2018-04-26
1
-3
/
+2
*
|
perf machine: Remove needless map_type from machine__load_vmlinux_path()
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
|
perf machine: Shorten machine__load_kallsyms() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
|
perf machine: Introduce machine__kernel_maps()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+2
*
|
perf map: Shorten map_groups__find_by_name() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
|
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+1
*
|
perf tests: Let 'perf test list' display subtests
Hendrik Brueckner
2018-04-26
1
-0
/
+9
*
|
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
2018-04-26
2
-6
/
+5
|
/
*
perf evsel: Disable write_backward for leader sampling group events
Jiri Olsa
2018-04-23
1
-0
/
+3
*
perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
Thomas Richter
2018-04-23
1
-4
/
+2
*
perf test BPF: Fixup BPF test using epoll_pwait syscall function probe
Arnaldo Carvalho de Melo
2018-04-18
1
-1
/
+1
*
perf tests mmap: Show which tracepoint is failing
Arnaldo Carvalho de Melo
2018-04-18
1
-1
/
+1
*
perf tests: Disable breakpoint accounting test for powerpc
Sandipan Das
2018-04-12
1
-0
/
+1
*
perf tests bpf: Remove unused ptrace.h include from LLVM test
Arnaldo Carvalho de Melo
2018-04-12
1
-1
/
+0
*
perf tests bp_account: Fix build with clang-6
Arnaldo Carvalho de Melo
2018-03-19
1
-1
/
+1
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2018-03-19
3
-4
/
+4
*
perf tests: Fix out of bounds access on array fd when cnt is 100
Colin Ian King
2018-03-16
1
-5
/
+3
*
perf test: Fix exit code for record+probe_libc_inet_pton.sh
Sandipan Das
2018-03-16
1
-1
/
+4
*
perf tests: Add mem2node object test
Jiri Olsa
2018-03-16
4
-0
/
+81
*
perf tests: Add breakpoint accounting/modify test
Jiri Olsa
2018-03-13
4
-0
/
+201
*
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
2018-03-08
10
-20
/
+10
*
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
2018-03-08
10
-10
/
+10
*
perf mmap: Simplify perf_mmap__consume()
Kan Liang
2018-03-08
8
-8
/
+8
*
perf test: Switch to new perf_mmap__read_event() interface for task-exit
Kan Liang
2018-03-05
1
-2
/
+10
*
perf test: Switch to new perf_mmap__read_event() interface for switch-tracking
Kan Liang
2018-03-05
1
-2
/
+9
*
perf test: Switch to new perf_mmap__read_event() interface for sw-clock
Kan Liang
2018-03-05
1
-2
/
+10
*
perf test: Switch to new perf_mmap__read_event() interface for perf-record
Kan Liang
2018-03-05
1
-2
/
+9
*
perf test: Switch to new perf_mmap__read_event() interface for tp fields
Kan Liang
2018-03-05
1
-2
/
+9
*
perf test: Switch to new perf_mmap__read_event() interface for mmap-basic
Kan Liang
2018-03-05
1
-2
/
+10
*
perf test: Switch to new perf_mmap__read_event() interface for "keep tracking...
Kan Liang
2018-03-05
1
-2
/
+8
*
perf test: Switch to new perf_mmap__read_event() interface for 'code reading'...
Kan Liang
2018-03-05
1
-2
/
+9
*
perf test: Switch to new perf_mmap__read_event() interface for bpf
Kan Liang
2018-03-05
1
-1
/
+8
*
perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton
Jiri Olsa
2018-03-05
1
-0
/
+0
*
perf tests: Switch trace+probe_libc_inet_pton to use record
Jiri Olsa
2018-03-05
1
-15
/
+15
*
perf tests shell lib: Use a wildcard to remove the vfs_getname probe
Arnaldo Carvalho de Melo
2018-02-16
1
-1
/
+1
*
perf test: Fix test case inet_pton to accept inlines.
Thomas Richter
2018-02-16
1
-3
/
+3
*
perf test: Fix test case 23 for s390 z/VM or KVM guests
Thomas Richter
2018-02-16
1
-4
/
+29
*
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
2018-02-16
1
-1
/
+1
*
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
2018-02-16
1
-1
/
+1
[next]