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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-09
perf tools: Fix eBPF event specification parsing
Jiri Olsa
1
-2
/
+2
2017-11-09
perf tools: Add "reject" option for parse-events.l
Jiri Olsa
1
-0
/
+1
2017-11-03
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
178
-0
/
+178
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
178
-0
/
+178
2017-10-27
perf tools: Unwind properly location after REJECT
Jiri Olsa
1
-2
/
+6
2017-10-25
perf symbols: Fix memory corruption because of zero length symbols
Ravi Bangoria
1
-1
/
+11
2017-10-18
perf xyarray: Fix wrong processing when closing evsel fd
Jin Yao
1
-2
/
+2
2017-10-17
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
Namhyung Kim
1
-0
/
+2
2017-10-13
perf tools: Check wether the eBPF file exists in event parsing
Jiri Olsa
1
-2
/
+15
2017-10-09
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Mark Rutland
3
-19
/
+47
2017-10-05
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
Ravi Bangoria
1
-1
/
+5
2017-09-28
perf test: Fix vmlinux failure on s390x
Thomas Richter
2
-10
/
+1
2017-09-25
perf tools: Fix syscalltbl build failure
Akemi Yagi
1
-1
/
+1
2017-09-25
perf report: Fix debug messages with --call-graph option
Mengting Zhang
1
-14
/
+21
2017-09-25
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
Arnaldo Carvalho de Melo
1
-1
/
+6
2017-09-12
perf tools: Open perf.data with O_CLOEXEC flag
Jiri Olsa
1
-1
/
+12
2017-09-01
perf stat: Only auto-merge events that are PMU aliases
Arnaldo Carvalho de Melo
2
-8
/
+17
2017-09-01
perf sort: Add sort option for physical address
Kan Liang
7
-2
/
+58
2017-09-01
perf tools: Support new sample type for physical address
Kan Liang
2
-1
/
+19
2017-09-01
perf syscalltbl: Support glob matching on syscall names
Arnaldo Carvalho de Melo
2
-0
/
+36
2017-08-30
perf report: Calculate the average cycles of iterations
Jin Yao
3
-66
/
+80
2017-08-29
perf symbols: Fix plt entry calculation for ARM and AARCH64
Li Bin
1
-5
/
+22
2017-08-29
perf probe: Fix kprobe blacklist checking condition
Li Bin
1
-1
/
+1
2017-08-28
perf tools: Robustify detection of clang binary
David Carrillo-Cisneros
1
-1
/
+1
2017-08-28
perf report: Group stat values on global event id
Jiri Olsa
1
-1
/
+1
2017-08-28
perf values: Zero value buffers
Jiri Olsa
1
-2
/
+7
2017-08-28
perf values: Fix allocation check
Jiri Olsa
1
-1
/
+1
2017-08-28
perf values: Fix thread index bug
Jiri Olsa
1
-2
/
+2
2017-08-28
perf report: Add dump_read function
Jiri Olsa
1
-0
/
+25
2017-08-28
perf record: Set read_format for inherit_stat
Jiri Olsa
1
-1
/
+6
2017-08-28
perf c2c: Fix remote HITM detection for Skylake
Jiri Olsa
1
-2
/
+9
2017-08-22
perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
Konstantin Khlebnikov
1
-1
/
+3
2017-08-22
perf tools: Add support for printing new mem_info encodings
Andi Kleen
1
-3
/
+40
2017-08-22
perf tools: Dedup events in expression parsing
Andi Kleen
1
-1
/
+14
2017-08-22
perf tools: Increase maximum number of events in expressions
Andi Kleen
1
-1
/
+1
2017-08-22
perf tools: Expression parser enhancements for metrics
Andi Kleen
1
-6
/
+55
2017-08-22
perf tools: Add utility function to detect SMT status
Andi Kleen
3
-0
/
+51
2017-08-22
perf bpf: Tighten detection of BPF events
Andi Kleen
1
-4
/
+19
2017-08-22
perf evsel: Fix buffer overflow while freeing events
Andi Kleen
3
-38
/
+18
2017-08-22
perf xyarray: Save max_x, max_y
Andi Kleen
2
-0
/
+14
2017-08-18
perf annotate stdio: Support --show-nr-samples option
Taeung Song
1
-1
/
+5
2017-08-17
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
1
-3
/
+0
2017-08-17
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
3
-96
/
+96
2017-08-17
perf events parse: Use just one parse events state struct
Arnaldo Carvalho de Melo
3
-6
/
+3
2017-08-17
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
3
-30
/
+30
2017-08-17
perf events parse: Remove some needless local variables
Arnaldo Carvalho de Melo
1
-13
/
+7
2017-08-16
perf bpf: Fix endianness problem when loading parameters in prologue
Wang Nan
1
-2
/
+47
2017-08-11
perf report: Fix module symbol adjustment for s390x
Thomas Richter
2
-1
/
+10
2017-08-11
perf record: Fix wrong size in perf_record_mmap for last kernel module
Thomas Richter
4
-10
/
+19
2017-08-11
perf srcline: Do not consider empty files as valid srclines
Milian Wolff
1
-0
/
+6
[next]