index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...
Ingo Molnar
2017-03-28
62
-208
/
+739
|
\
|
*
perf utils: Readlink /proc/self/exe to find the perf binary
Tommi Rantala
2017-03-27
1
-6
/
+2
|
*
perf utils: Null terminate buf in read_ftrace_printk()
Tommi Rantala
2017-03-27
1
-1
/
+3
|
*
perf utils: use sizeof(buf) - 1 in readlink() call
Tommi Rantala
2017-03-27
1
-1
/
+1
|
*
perf tests: Do not assume that readlink() returns a null terminated string
Tommi Rantala
2017-03-27
1
-1
/
+1
|
*
perf buildid: Do not assume that readlink() returns a null terminated string
Tommi Rantala
2017-03-27
1
-1
/
+5
|
*
perf buildid: Do not update SDT cache with null filename
Tommi Rantala
2017-03-27
1
-1
/
+1
|
*
perf annotate: Fix a bug of division by zero when calculating percent
Taeung Song
2017-03-27
1
-3
/
+7
|
*
perf annotate: Fix a bug following symbolic link of a build-id file
Taeung Song
2017-03-27
1
-1
/
+9
|
*
perf report: Enable sorting by srcline as key
Milian Wolff
2017-03-27
10
-21
/
+78
|
*
perf report: Show inline stack for browser mode
Jin Yao
2017-03-27
3
-8
/
+178
|
*
perf report: Show inline stack for stdio mode
Jin Yao
2017-03-27
1
-1
/
+84
|
*
perf report: Introduce --inline option
Jin Yao
2017-03-27
3
-1
/
+8
|
*
perf report: Find the inline stack for a given address
Jin Yao
2017-03-27
5
-5
/
+192
|
*
perf report: Refactor common code in srcline.c
Jin Yao
2017-03-27
1
-23
/
+45
|
*
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-27
41
-126
/
+110
|
*
perf list sdt: Show option in man page
Ravi Bangoria
2017-03-27
1
-1
/
+3
|
*
perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
Adrian Hunter
2017-03-27
1
-2
/
+2
|
*
perf trace: Fixup thread refcounting
Arnaldo Carvalho de Melo
2017-03-24
1
-9
/
+12
|
*
perf trace: Fix up error path indentation
Arnaldo Carvalho de Melo
2017-03-24
1
-1
/
+1
|
*
perf trace: Check for vfs_getname.pathname length
Arnaldo Carvalho de Melo
2017-03-24
1
-0
/
+2
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-03-28
3
-19
/
+63
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'perf-urgent-for-mingo-4.11-20170317' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-03-17
1
-1
/
+1
|
|
\
|
|
*
perf symbols: Fix symbols__fixup_end heuristic for corner cases
Daniel Borkmann
2017-03-17
1
-1
/
+1
|
*
|
x86/perf: Clarify why x86_pmu_event_mapped() isn't racy
Andy Lutomirski
2017-03-17
1
-0
/
+12
|
*
|
x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
Andy Lutomirski
2017-03-17
1
-2
/
+2
|
|
/
|
*
perf/core: Better explain the inherit magic
Peter Zijlstra
2017-03-16
1
-3
/
+33
|
*
perf/core: Simplify perf_event_free_task()
Peter Zijlstra
2017-03-16
1
-11
/
+1
|
*
perf/core: Fix event inheritance on fork()
Peter Zijlstra
2017-03-16
1
-2
/
+3
|
*
perf/core: Fix use-after-free in perf_release()
Peter Zijlstra
2017-03-16
1
-0
/
+11
*
|
Merge tag 'perf-core-for-mingo-4.12-20170324' of git://git.kernel.org/pub/scm...
Ingo Molnar
2017-03-24
51
-277
/
+1370
|
\
\
|
*
|
perf list: Move extra details printing to new option
Andi Kleen
2017-03-23
6
-10
/
+21
|
*
|
perf pmu: Add support for MetricName JSON attribute
Andi Kleen
2017-03-23
9
-8
/
+34
|
*
|
perf list: Support printing MetricExpr with --debug
Andi Kleen
2017-03-23
1
-2
/
+8
|
*
|
perf stat: Output JSON MetricExpr metric
Andi Kleen
2017-03-23
8
-0
/
+210
|
*
|
perf pmu: Support MetricExpr header in JSON event list
Andi Kleen
2017-03-23
5
-8
/
+23
|
*
|
perf vendor events intel: Update Intel uncore JSON event files
Andi Kleen
2017-03-23
19
-180
/
+267
|
*
|
perf tools: Add a simple expression parser for JSON
Andi Kleen
2017-03-23
7
-0
/
+266
|
*
|
perf pmu: Special case uncore_ prefix
Andi Kleen
2017-03-21
1
-0
/
+3
|
*
|
perf pmu: Expand PMU events by prefix match
Andi Kleen
2017-03-21
3
-14
/
+54
|
*
|
perf tools: Factor out PMU matching in parser
Andi Kleen
2017-03-21
3
-29
/
+52
|
*
|
perf stat: Handle partially bad results with merging
Andi Kleen
2017-03-21
1
-0
/
+10
|
*
|
perf stat: Collapse identically named events
Andi Kleen
2017-03-21
3
-4
/
+38
|
*
|
perf stat: Factor out callback for collecting event values
Andi Kleen
2017-03-21
1
-23
/
+80
|
*
|
perf annotate: Add comment clarifying how the source code line is parsed
Arnaldo Carvalho de Melo
2017-03-21
1
-0
/
+6
|
*
|
perf annotate: More exactly grep -v of the objdump command
Taeung Song
2017-03-21
1
-1
/
+1
|
*
|
perf sdt x86: Add renaming logic for rNN and other registers
Ravi Bangoria
2017-03-21
1
-12
/
+32
|
*
|
perf probe: Add sdt probes arguments into the uprobe cmd string
Alexis Berlemont
2017-03-21
4
-4
/
+261
|
*
|
perf sdt: Add scanning of sdt probes arguments
Alexis Berlemont
2017-03-21
2
-2
/
+24
|
*
|
perf probe: Return errno when not hitting any event
Kefeng Wang
2017-03-21
1
-3
/
+3
[next]