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-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
68
-917
/
+2240
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-3
/
+3
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-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
180
-3
/
+195
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
180
-3
/
+195
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-11-01
perf srcline: Show correct function name for srcline of callchains
Namhyung Kim
1
-40
/
+55
2017-11-01
perf srcline: Fix memory leak in addr2inlines()
Namhyung Kim
1
-5
/
+2
2017-10-31
perf callchain: Fix double mapping al->addr for children without self period
Namhyung Kim
1
-4
/
+1
2017-10-30
perf stat: Make --per-thread update shadow stats to show metrics
Jiri Olsa
1
-0
/
+2
2017-10-30
perf stat: Move the shadow stats scale computation in perf_stat__update_shado...
Jiri Olsa
3
-28
/
+28
2017-10-30
perf tools: Add perf_data_file__write function
Jiri Olsa
2
-1
/
+9
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
4
-32
/
+36
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
11
-113
/
+113
2017-10-27
perf tools: Unwind properly location after REJECT
Jiri Olsa
1
-2
/
+6
2017-10-27
perf evsel: Restore evsel->priv as a tool private area
Arnaldo Carvalho de Melo
2
-8
/
+11
2017-10-25
perf symbols: Fix memory corruption because of zero length symbols
Ravi Bangoria
1
-1
/
+11
2017-10-25
perf util: Enable handling of inlined frames by default
Milian Wolff
1
-0
/
+1
2017-10-25
perf report: Use srcline from callchain for hist entries
Milian Wolff
4
-0
/
+5
2017-10-25
perf report: Cache srclines for callchain nodes
Milian Wolff
5
-3
/
+90
2017-10-25
perf report: Cache failed lookups of inlined frames
Milian Wolff
2
-23
/
+8
2017-10-25
perf report: Properly handle branch count in match_chain()
Milian Wolff
1
-62
/
+78
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2
-3
/
+3
2017-10-24
perf report: Compare symbol name for inlined frames when sorting
Milian Wolff
1
-0
/
+3
2017-10-24
perf callchain: Compare symbol name for inlined frames when matching
Milian Wolff
1
-0
/
+8
2017-10-24
perf script: Mark inlined frames and do not print DSO for them
Milian Wolff
1
-1
/
+4
2017-10-24
perf callchain: Mark inlined frames in output by " (inlined)" suffix
Milian Wolff
2
-3
/
+10
2017-10-24
perf report: Fall-back to function name comparison for -g srcline
Milian Wolff
1
-8
/
+12
2017-10-24
perf callchain: Create real callchain entries for inlined frames
Milian Wolff
5
-0
/
+103
2017-10-24
perf callchain: Refactor inline_list to store srcline string directly
Milian Wolff
2
-16
/
+41
2017-10-24
perf callchain: Refactor inline_list to operate on symbols
Milian Wolff
3
-32
/
+69
2017-10-24
perf callchain: Store srcline in callchain_cursor_node
Milian Wolff
3
-26
/
+29
2017-10-24
perf report: Remove code to handle inline frames from browsers
Milian Wolff
3
-38
/
+0
2017-10-23
perf namespaces: Add more appropriate set of headers
Arnaldo Carvalho de Melo
1
-2
/
+3
2017-10-23
perf tools: Introduce binary__fprintf()
Arnaldo Carvalho de Melo
3
-33
/
+46
2017-10-23
perf annotate: Remove arch::cpuid_parse callback
Jiri Olsa
1
-7
/
+3
2017-10-23
perf mmap: Adopt push method from builtin-record.c
Arnaldo Carvalho de Melo
2
-0
/
+103
2017-10-23
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
Arnaldo Carvalho de Melo
6
-323
/
+349
2017-10-20
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
7
-24
/
+71
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-10-03
perf top: Add option to set the number of thread for event synthesize
Kan Liang
2
-1
/
+5
2017-10-03
perf top: Implement multithreading for perf_event__synthesize_threads
Kan Liang
4
-37
/
+143
2017-10-03
perf tools: Lock to protect comm_str rb tree
Kan Liang
1
-1
/
+17
2017-10-03
perf tools: Lock to protect namespaces and comm list
Kan Liang
2
-5
/
+51
[next]