index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Support 'percore' event qualifier
Jin Yao
2019-05-16
2
-7
/
+44
*
perf stat: Factor out aggregate counts printing
Jin Yao
2019-05-16
1
-25
/
+39
*
perf tools: Add a 'percore' event qualifier
Jin Yao
2019-05-16
5
-0
/
+34
*
perf intel-pt: Fix sample timestamp wrt non-taken branches
Adrian Hunter
2019-05-16
1
-1
/
+4
*
perf intel-pt: Fix improved sample timestamp
Adrian Hunter
2019-05-16
1
-3
/
+10
*
perf intel-pt: Fix instructions sampling rate
Adrian Hunter
2019-05-16
1
-3
/
+10
*
perf parse-regs: Add generic support for arch__intr/user_reg_mask()
Kan Liang
2019-05-16
3
-3
/
+22
*
perf parse-regs: Split parse_regs
Kan Liang
2019-05-15
2
-4
/
+18
*
perf report: Implement perf.data record decompression
Alexey Budankov
2019-05-15
4
-1
/
+177
*
perf report: Add stub processing of compressed events for -D
Alexey Budankov
2019-05-15
2
-1
/
+20
*
perf record: Implement compression for AIO trace streaming
Alexey Budankov
2019-05-15
2
-87
/
+1
*
perf record: Implement compression for serial trace streaming
Alexey Budankov
2019-05-15
1
-0
/
+2
*
perf tools: Introduce Zstd streaming based compression API
Alexey Budankov
2019-05-15
3
-0
/
+114
*
perf mmap: Implement dedicated memory buffer for data compression
Alexey Budankov
2019-05-15
4
-7
/
+37
*
perf record: Implement COMPRESSED event record and its attributes
Alexey Budankov
2019-05-15
5
-0
/
+72
*
perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics
Alexey Budankov
2019-05-15
2
-0
/
+3
*
perf machine: Null-terminate version char array upon fgets(/proc/version) error
Donald Yandt
2019-05-15
1
-1
/
+2
*
perf tools x86: Add support for recording and printing XMM registers
Andi Kleen
2019-05-15
1
-0
/
+1
*
perf parse-regs: Improve error output when faced with unknown register name
Arnaldo Carvalho de Melo
2019-05-15
1
-2
/
+1
*
perf tools: Speed up report for perf compiled with linwunwind
Jiri Olsa
2019-05-15
3
-7
/
+12
*
perf annotate: Remove hist__account_cycles() from callback
Jin Yao
2019-05-15
1
-1
/
+1
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-06
19
-40
/
+116
|
\
|
*
perf record: Implement --mmap-flush=<number> option
Alexey Budankov
2019-04-01
4
-6
/
+10
|
*
perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...
Tzvetomir Stoyanov
2019-04-01
5
-6
/
+6
|
*
tools tools, tools lib traceevent: Make traceevent APIs more consistent
Tzvetomir Stoyanov
2019-04-01
2
-3
/
+3
|
*
perf list: Output tool events
Andi Kleen
2019-04-01
2
-0
/
+21
|
*
perf evsel: Support printing evsel name for 'duration_time'
Andi Kleen
2019-04-01
1
-1
/
+10
|
*
perf stat: Implement duration_time as a proper event
Andi Kleen
2019-04-01
5
-6
/
+65
|
*
perf stat: Revert checks for duration_time
Andi Kleen
2019-04-01
1
-18
/
+0
|
*
perf tools: Add header defining used namespace struct to event.h
Arnaldo Carvalho de Melo
2019-04-01
1
-0
/
+1
*
|
perf tools: Remove needless asm/unistd.h include fixing build in some places
Arnaldo Carvalho de Melo
2019-05-02
1
-1
/
+0
*
|
perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
Leo Yan
2019-05-02
1
-5
/
+3
*
|
perf cs-etm: Don't check cs_etm_queue::prev_packet validity
Leo Yan
2019-05-02
1
-5
/
+1
*
|
perf report: Report OOM in status line in the GTK UI
Thomas Richter
2019-05-02
1
-3
/
+5
*
|
perf annotate: Fix build on 32 bit for BPF annotation
Thadeu Lima de Souza Cascardo
2019-05-02
1
-4
/
+4
*
|
perf bpf: Return value with unlocking in perf_env__find_btf()
Bo YU
2019-05-02
1
-1
/
+1
*
|
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()
Jiri Olsa
2019-04-17
1
-1
/
+3
*
|
perf tools: Fix map reference counting
Jiri Olsa
2019-04-17
1
-3
/
+1
*
|
perf evlist: Fix side band thread draining
Jiri Olsa
2019-04-17
1
-5
/
+9
*
|
perf tools: Check maps for bpf programs
Song Liu
2019-04-17
2
-1
/
+19
*
|
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...
Jiri Olsa
2019-04-17
1
-1
/
+3
*
|
perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)
Mao Han
2019-04-16
1
-6
/
+6
*
|
perf header: Fix lock/unlock imbalances when processing BPF/BTF info
Gustavo A. R. Silva
2019-04-16
1
-9
/
+13
|
/
*
perf pmu: Fix parser error for uncore event alias
Kan Liang
2019-03-28
1
-0
/
+10
*
perf machine: Update kernel map address and re-order properly
Wei Li
2019-03-28
1
-12
/
+20
*
perf evsel: Fix max perf_event_attr.precise_ip detection
Jiri Olsa
2019-03-28
3
-44
/
+59
*
perf intel-pt: Fix TSC slip
Adrian Hunter
2019-03-28
1
-12
/
+8
*
perf cs-etm: Add missing case value
Solomon Tan
2019-03-28
1
-0
/
+1
*
perf bpf: Show more BPF program info in print_bpf_prog_info()
Song Liu
2019-03-21
3
-3
/
+53
*
perf bpf: Extract logic to create program names from perf_event__synthesize_o...
Song Liu
2019-03-21
1
-27
/
+35
[next]