index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
perf config: Allow creating empty config set for config file autogeneration
Taeung Song
2017-09-13
1
-4
/
+1
|
|
*
|
|
|
perf config: Write a config file just once
Taeung Song
2017-09-13
1
-6
/
+16
|
|
*
|
|
|
perf tools: Use scandir() to replace readdir()
Kan Liang
2017-09-13
1
-20
/
+25
|
|
*
|
|
|
perf ui progress: Add size info into progress bar
Jiri Olsa
2017-09-13
4
-4
/
+36
|
|
*
|
|
|
perf ui progress: Add ui specific init function
Jiri Olsa
2017-09-13
3
-2
/
+10
|
|
*
|
|
|
perf tools: Add python-clean target
Jiri Olsa
2017-09-13
1
-3
/
+5
|
|
*
|
|
|
perf script: Support user regs
Andi Kleen
2017-09-13
2
-3
/
+31
|
|
*
|
|
|
perf record: Support direct --user-regs arguments
Andi Kleen
2017-09-13
4
-1
/
+12
|
|
*
|
|
|
perf stat: Update walltime_nsecs_stats in interval mode
Andi Kleen
2017-09-13
1
-0
/
+2
|
|
*
|
|
|
perf stat: Hide internal duration_time counter
Andi Kleen
2017-09-13
1
-3
/
+24
|
|
*
|
|
|
perf stat: Support duration_time for metrics
Andi Kleen
2017-09-13
2
-4
/
+14
|
|
*
|
|
|
perf stat: Don't use ctx for saved values lookup
Andi Kleen
2017-09-13
1
-11
/
+5
|
|
*
|
|
|
perf list: Add metric groups to perf list
Andi Kleen
2017-09-13
4
-1
/
+192
|
|
*
|
|
|
perf stat: Support JSON metrics in perf stat
Andi Kleen
2017-09-13
8
-6
/
+395
|
|
*
|
|
|
perf pmu: Extract function to get JSON alias map
Andi Kleen
2017-09-13
2
-16
/
+35
|
|
*
|
|
|
perf stat: Print generic metric header even for failed expressions
Andi Kleen
2017-09-13
1
-1
/
+3
|
|
*
|
|
|
perf stat: Factor out generic metric printing
Andi Kleen
2017-09-13
1
-27
/
+42
|
|
*
|
|
|
perf vendor events: Support metric_group and no event name in JSON parser
Andi Kleen
2017-09-13
3
-7
/
+20
|
|
*
|
|
|
perf tools: Support weak groups in 'perf stat'
Andi Kleen
2017-09-13
5
-2
/
+46
|
|
*
|
|
|
perf sched timehist: Add pid and tid options
David Ahern
2017-09-13
2
-0
/
+12
*
|
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-13
2
-3
/
+3
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
404
-3
/
+419
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
2
-3
/
+3
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
perf trace: Call machine__exit() at exit
Andrei Vagin
2017-11-09
1
-0
/
+10
*
|
|
|
|
|
perf tools: Fix eBPF event specification parsing
Jiri Olsa
2017-11-09
1
-2
/
+2
*
|
|
|
|
|
perf tools: Add "reject" option for parse-events.l
Jiri Olsa
2017-11-09
1
-0
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
2017-11-03
402
-0
/
+402
|
\
\
\
\
\
|
*
|
|
|
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
402
-0
/
+402
|
|
/
/
/
/
*
|
|
|
|
perf tools: Unwind properly location after REJECT
Jiri Olsa
2017-10-27
1
-2
/
+6
*
|
|
|
|
perf symbols: Fix memory corruption because of zero length symbols
Ravi Bangoria
2017-10-25
1
-1
/
+11
|
/
/
/
/
*
|
|
|
perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu
Li Zhijian
2017-10-18
1
-3
/
+6
*
|
|
|
perf xyarray: Fix wrong processing when closing evsel fd
Jin Yao
2017-10-18
1
-2
/
+2
*
|
|
|
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
Namhyung Kim
2017-10-17
1
-0
/
+2
*
|
|
|
perf record: Fix documentation for a inexistent option '-l'
Taeung Song
2017-10-17
1
-2
/
+2
*
|
|
|
perf tools: Check wether the eBPF file exists in event parsing
Jiri Olsa
2017-10-13
1
-2
/
+15
*
|
|
|
perf hists: Add extra integrity checks to fmt_free()
Jiri Olsa
2017-10-13
1
-0
/
+7
*
|
|
|
perf hists: Fix crash in perf_hpp__reset_output_field()
Jiri Olsa
2017-10-13
1
-1
/
+1
*
|
|
|
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Mark Rutland
2017-10-09
3
-19
/
+47
*
|
|
|
perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
Mark Santaniello
2017-10-06
1
-2
/
+2
*
|
|
|
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
Ravi Bangoria
2017-10-05
1
-1
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-09-29
8
-141
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
perf test: Fix vmlinux failure on s390x part 2
Thomas Richter
2017-09-28
2
-22
/
+0
|
*
|
perf test: Fix vmlinux failure on s390x
Thomas Richter
2017-09-28
3
-18
/
+1
|
*
|
perf tools: Fix syscalltbl build failure
Akemi Yagi
2017-09-25
1
-1
/
+1
|
*
|
perf report: Fix debug messages with --call-graph option
Mengting Zhang
2017-09-25
1
-14
/
+21
|
*
|
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
Arnaldo Carvalho de Melo
2017-09-25
1
-1
/
+6
|
*
|
perf tools: Get all of tools/{arch,include}/ in the MANIFEST
Arnaldo Carvalho de Melo
2017-09-25
1
-85
/
+2
|
|
/
*
/
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2017-09-14
1
-1
/
+0
|
/
*
Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-09-13
6
-10
/
+32
|
\
|
*
perf stat: Wait for the correct child
Milian Wolff
2017-09-12
1
-1
/
+1
[prev]
[next]