index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-26
perf scripting perl: Do not die() when not founding event for a type
Arnaldo Carvalho de Melo
1
-2
/
+4
2017-01-26
tools lib bpf: Add libbpf_get_error()
Joe Stringer
1
-1
/
+1
2017-01-26
perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()
Markus Elfring
1
-3
/
+2
2017-01-26
perf probe: Delete an unnecessary check in try_to_find_absolute_address()
Markus Elfring
1
-4
/
+2
2017-01-26
perf probe: Fix wrong register name for arm64
He Kuang
1
-6
/
+6
2017-01-20
perf c2c report: Coalesce by default only by pid,iaddr
Jiri Olsa
2
-2
/
+2
2017-01-20
perf c2c report: Display Total records column in offset view
Jiri Olsa
1
-0
/
+1
2017-01-20
perf hists browser: Add e/c hotkeys to expand/collapse callchain for current ...
Jiri Olsa
1
-0
/
+17
2017-01-20
perf hists browser: Put hist_entry folding logic into single function
Jiri Olsa
1
-18
/
+25
2017-01-18
perf unwind: Fix looking up dwarf unwind stack info
Matija Glavinic Pecotic
2
-16
/
+86
2017-01-17
perf evlist: Fix typo in deliver_sample()
Soramichi AKIYAMA
1
-1
/
+1
2017-01-17
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
5
-5
/
+5
2017-01-17
perf sched timehist: Show total wait times for summary
Namhyung Kim
1
-3
/
+41
2017-01-17
perf sched timehist: Add --state option
Namhyung Kim
2
-4
/
+36
2017-01-17
perf sched timehist: Account thread wait time separately
Namhyung Kim
1
-6
/
+44
2017-01-16
perf script: Also allow forcing reading of non-root owned files by root
Yannick Brosseau
1
-1
/
+2
2017-01-16
perf script: Fix man page about --dump-raw-trace option
Michael Petlan
1
-2
/
+2
2017-01-16
perf tools: Remove unneccessary feature-dwarf warning
David Carrillo-Cisneros
1
-2
/
+4
2017-01-16
perf pmu: Factor out scale conversion code
Andi Kleen
1
-28
/
+34
2017-01-11
perf record: Add switch-output time option argument
Jiri Olsa
2
-2
/
+44
2017-01-11
perf record: Add switch-output size warning
Jiri Olsa
3
-1
/
+24
2017-01-11
perf record: Add switch-output size option argument
Jiri Olsa
2
-16
/
+63
2017-01-11
perf record: Change switch-output option to take optional argument
Jiri Olsa
1
-2
/
+26
2017-01-11
perf record: Add struct switch_output
Jiri Olsa
1
-6
/
+10
2017-01-11
perf tools: Add unit_number__scnprintf function
Jiri Olsa
7
-2
/
+63
2017-01-11
perf evlist: Fix typo in perf_evlist__start_workload()
Soramichi Akiyama
1
-1
/
+1
2017-01-11
perf trace: Allow specifying list of syscalls and events in -e/--expr/--event
Arnaldo Carvalho de Melo
2
-32
/
+96
2017-01-11
perf kallsyms: Introduce tool to look for extended symbol information on the ...
Arnaldo Carvalho de Melo
7
-1
/
+96
2017-01-11
perf machine: Add a kallsyms loading constructor
Arnaldo Carvalho de Melo
2
-0
/
+20
2017-01-11
perf jvmti: Create libdir directory before installing libperf-jvmti.so
Laura Abbott
1
-0
/
+1
2017-01-05
Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...
Ingo Molnar
6
-43
/
+97
2017-01-04
perf probe: Fix to probe on gcc generated symbols for offline kernel
Masami Hiramatsu
1
-1
/
+47
2017-01-04
perf probe: Fix --funcs to show correct symbols for offline module
Masami Hiramatsu
1
-19
/
+6
2017-01-03
perf symbols: Robustify reading of build-id from sysfs
Arnaldo Carvalho de Melo
1
-0
/
+6
2017-01-03
perf tools: Install tools/lib/traceevent plugins with install-bin
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-01-03
perf record: Fix --switch-output documentation and comment
Jiri Olsa
2
-1
/
+5
2017-01-03
perf record: Make __record_options static
Jiri Olsa
1
-1
/
+1
2017-01-02
perf probe: Fix to get correct modname from elf header
Masami Hiramatsu
1
-16
/
+16
2016-12-28
perf sched timehist: Show total scheduling time
Namhyung Kim
1
-3
/
+14
2016-12-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
23
-169
/
+466
2016-12-22
perf sched timehist: Fix invalid period calculation
Namhyung Kim
1
-1
/
+1
2016-12-22
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
Namhyung Kim
1
-3
/
+0
2016-12-22
perf sched timehist: Enlarge default 'comm_width'
Namhyung Kim
1
-1
/
+1
2016-12-22
perf sched timehist: Honour 'comm_width' when aligning the headers
Namhyung Kim
1
-3
/
+4
2016-12-20
perf diff: Do not overwrite valid build id
Kan Liang
1
-1
/
+2
2016-12-20
perf annotate: Don't throw error for zero length symbols
Ravi Bangoria
1
-1
/
+2
2016-12-20
perf bench futex: Fix lock-pi help string
Davidlohr Bueso
1
-1
/
+1
2016-12-20
perf trace: Check if MAP_32BIT is defined (again)
Jiri Olsa
1
-0
/
+2
2016-12-18
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2
-2
/
+2
2016-12-15
perf annotate: Fix jump target outside of function address range
Ravi Bangoria
3
-9
/
+15
[next]