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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-6
/
+0
2014-12-10
net, lib: kill arch_fast_hash library bits
Daniel Borkmann
1
-6
/
+0
2014-12-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-6
/
+6
2014-12-02
perf callchain: Support handling complete branch stacks as histograms
Andi Kleen
4
-10
/
+124
2014-12-02
perf stat: Add support for per-pkg counters
Jiri Olsa
1
-0
/
+1
2014-12-02
perf tools: Remove perf_evsel__read interface
Jiri Olsa
2
-63
/
+0
2014-11-29
perf session: Do not fail on processing out of order event
Jiri Olsa
2
-6
/
+6
2014-11-25
perf tools: Add snapshot format file parsing
Jiri Olsa
4
-11
/
+40
2014-11-25
perf tools: Add per-pkg format file parsing
Matt Fleming
4
-0
/
+31
2014-11-25
perf evsel: Introduce perf_evsel__read_cb function
Jiri Olsa
2
-0
/
+23
2014-11-25
perf evsel: Introduce perf_counts_values__scale function
Jiri Olsa
2
-25
/
+25
2014-11-25
perf evsel: Introduce perf_evsel__compute_deltas function
Jiri Olsa
2
-5
/
+7
2014-11-25
perf tools: Allow to force redirect pr_debug to stderr.
Andi Kleen
1
-1
/
+3
2014-11-25
perf tools: Fix segfault due to invalid kernel dso access
Namhyung Kim
1
-2
/
+2
2014-11-25
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
6
-8
/
+20
2014-11-25
perf symbols: Move bfd_demangle stubbing to its only user
Arnaldo Carvalho de Melo
2
-21
/
+21
2014-11-25
perf callchain: Enable printing the srcline in the history
Andi Kleen
3
-3
/
+15
2014-11-19
perf tools: Only override the default :tid comm entry
Adrian Hunter
1
-3
/
+2
2014-11-19
perf evlist: Do not poll events that use the system_wide flag
Adrian Hunter
1
-1
/
+9
2014-11-19
perf evsel: Fix ftrace:function event recording
Jiri Olsa
1
-0
/
+8
2014-11-19
perf hists: Fix up srcline histogram key formatting
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-11-19
perf annotate: Support source line numbers in annotate
Andi Kleen
2
-5
/
+26
2014-11-19
perf tools: Only print base source file for srcline
Andi Kleen
1
-1
/
+1
2014-11-19
perf callchain: Use a common function to resolve symbol or name
Andi Kleen
2
-0
/
+22
2014-11-19
perf callchain: Use al.addr to set up call chain
Andi Kleen
1
-1
/
+1
2014-11-19
perf callchain: Factor out adding new call chain entries
Andi Kleen
1
-19
/
+32
2014-11-19
perf tools: Fix annotation with kcore
Adrian Hunter
1
-0
/
+2
2014-11-19
perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader
Arnaldo Carvalho de Melo
1
-1
/
+0
2014-11-19
perf build-id: Move disable_buildid_cache() to util/build-id.c
Namhyung Kim
4
-10
/
+13
2014-11-16
perf tools: Add core support for sampling intr machine state regs
Stephane Eranian
4
-6
/
+86
2014-11-06
perf evsel: Do not call pevent_free_format when deleting tracepoint
Jiri Olsa
1
-2
/
+0
2014-11-06
perf script python: Removing event cache as it's no longer needed
Jiri Olsa
1
-28
/
+6
2014-11-06
perf script perl: Removing event cache as it's no longer needed
Jiri Olsa
1
-23
/
+6
2014-11-06
perf tools: Add test_and_set_bit function
Jiri Olsa
2
-0
/
+19
2014-11-05
perf tools: Make vmlinux short name more like kallsyms short name
Namhyung Kim
1
-0
/
+3
2014-11-05
perf tools: Fix build-id matching on vmlinux
Namhyung Kim
2
-3
/
+15
2014-11-05
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
2
-5
/
+7
2014-11-05
perf build-id: Move build-id related functions to util/build-id.c
Namhyung Kim
4
-341
/
+349
2014-11-05
perf build-id: Rename dsos__write_buildid_table()
Namhyung Kim
1
-4
/
+2
2014-11-05
perf tools: Add gzip decompression support for kernel module
Namhyung Kim
3
-8
/
+87
2014-11-04
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
5
-3
/
+141
2014-11-04
perf tools: Defer export of comms that were not 'set'
Adrian Hunter
3
-2
/
+67
2014-11-04
perf tools: Add call information to Python export
Adrian Hunter
1
-1
/
+83
2014-11-04
perf tools: Add call information to the database export API
Adrian Hunter
2
-1
/
+63
2014-11-04
perf tools: Add branch_type and in_tx to Python export
Adrian Hunter
1
-1
/
+29
2014-11-04
perf tools: Add branch type to db export
Adrian Hunter
2
-0
/
+54
2014-11-03
perf tools: Enhance the thread stack to output call/return data
Adrian Hunter
2
-5
/
+659
2014-11-03
perf tools: Add a thread stack for synthesizing call chains
Adrian Hunter
5
-0
/
+236
2014-10-29
perf session: Add perf_session__deliver_synth_event()
Adrian Hunter
2
-0
/
+18
2014-10-29
perf tools: Use evlist__for_each in a few remaining places
Arnaldo Carvalho de Melo
2
-3
/
+3
[next]