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
2011-10-13
perf hists: Don't free decayed entries if in the annotation browser
Arnaldo Carvalho de Melo
3
-3
/
+14
2011-10-11
perf hists browser: Recalculate browser pointers after resort/decay
Arnaldo Carvalho de Melo
3
-7
/
+26
2011-10-08
perf tools: Make --no-asm-raw the default
Arnaldo Carvalho de Melo
1
-1
/
+0
2011-10-08
perf tools: Make perf.data more self-descriptive (v8)
Stephane Eranian
4
-33
/
+1161
2011-10-08
perf hists browser: Update the browser.nr_entries after the timer
Arnaldo Carvalho de Melo
1
-0
/
+7
2011-10-08
perf hists browser: Fix TAB/UNTAB use with multiple events
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-10-08
perf hists browser: Don't offer symbol actions when symbols not on --sort
Arnaldo Carvalho de Melo
1
-9
/
+17
2011-10-08
perf annotate browser: Use -> to navigate on assembly lines
Arnaldo Carvalho de Melo
1
-6
/
+21
2011-10-08
perf tools: Fix broken number of samples for perf report -n
Stephane Eranian
1
-0
/
+1
2011-10-08
perf annotate browser: Allow navigation to called functions
Arnaldo Carvalho de Melo
4
-22
/
+73
2011-10-07
perf top: Reuse the 'report' hist_entry/hists classes
Arnaldo Carvalho de Melo
5
-409
/
+57
2011-10-07
perf browsers: Add live mode to the hists, annotate browsers
Arnaldo Carvalho de Melo
7
-52
/
+111
2011-10-07
perf hists: Threaded addition and sorting of entries
Arnaldo Carvalho de Melo
4
-30
/
+92
2011-10-07
perf report: Add option to show total period
Arnaldo Carvalho de Melo
2
-0
/
+20
2011-10-07
perf hists: Allow limiting the number of rows and columns in fprintf
Arnaldo Carvalho de Melo
2
-9
/
+31
2011-10-07
perf hists: Stop using 'self' for struct hists
Arnaldo Carvalho de Melo
1
-78
/
+78
2011-10-06
Merge commit 'v3.1-rc9' into perf/core
Ingo Molnar
10
-52
/
+196
2011-09-30
perf symbols: Treat all memory maps without dso file as loaded
Jiri Olsa
1
-6
/
+18
2011-09-30
perf: Support setting the disassembler style
Andi Kleen
2
-1
/
+7
2011-09-29
perf top: Improve lost events warning
Arnaldo Carvalho de Melo
2
-0
/
+27
2011-09-29
perf top browser: Fix up line width calculation
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-09-29
perf symbols: Stop using 'self' in map_groups__ methods
Arnaldo Carvalho de Melo
2
-58
/
+58
2011-09-29
perf tools: Fix raw sample reading
Jiri Olsa
1
-2
/
+5
2011-09-23
perf python: Add missing perf_event__parse_sample 'swapped' parm
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-09-23
perf symbols: Fix issue with binaries using 16-bytes buildids (v2)
Stephane Eranian
1
-11
/
+13
2011-09-23
perf tool: Fix endianness handling of u32 data in samples
David Ahern
3
-13
/
+46
2011-09-23
perf sort: Fix symbol sort output by separating unresolved samples by type
Anton Blanchard
1
-2
/
+8
2011-09-23
perf symbols: Synthesize anonymous mmap events
Anton Blanchard
1
-0
/
+5
2011-09-23
perf record: Create events initially disabled and enable after init
David Ahern
2
-0
/
+14
2011-09-23
perf symbols: Add some heuristics for choosing the best duplicate symbol
Anton Blanchard
1
-0
/
+88
2011-09-23
perf symbols: Preserve symbol scope when parsing /proc/kallsyms
Anton Blanchard
1
-2
/
+4
2011-09-23
perf symbols: /proc/kallsyms does not sort module symbols
Anton Blanchard
1
-22
/
+11
2011-09-23
perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files
Anton Blanchard
1
-0
/
+2
2011-09-23
perf probe: Fix regression of variable finder
Masami Hiramatsu
1
-1
/
+1
2011-08-18
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
4
-3
/
+10
2011-08-18
perf stat: Add -o and --append options
Stephane Eranian
1
-1
/
+1
2011-08-18
perf annotate: Make output more readable
Stephane Eranian
3
-2
/
+9
2011-08-18
perf tools: Fix build against newer glibc
Josh Boyer
1
-0
/
+2
2011-08-18
perf tools: Fix error handling of unknown events
Stephane Eranian
1
-1
/
+5
2011-08-18
perf evlist: Fix missing event name init for default event
Stephane Eranian
1
-1
/
+10
2011-08-18
perf list: Fix exit value
Stephane Eranian
1
-2
/
+0
2011-08-12
perf probe: Filter out redundant inline-instances
Masami Hiramatsu
1
-0
/
+22
2011-08-12
perf probe: Search concrete out-of-line instances
Masami Hiramatsu
3
-35
/
+83
2011-08-12
perf probe: Avoid searching variables in intermediate scopes
Masami Hiramatsu
1
-31
/
+13
2011-08-12
perf probe: Fix to search local variables in appropriate scope
Masami Hiramatsu
4
-27
/
+144
2011-08-12
perf probe: Fix to walk all inline instances
Masami Hiramatsu
1
-1
/
+7
2011-08-12
perf probe: Fix to search nested inlined functions in CU
Masami Hiramatsu
2
-12
/
+82
2011-08-12
perf probe: Fix line walker to check CU correctly
Masami Hiramatsu
1
-3
/
+3
2011-08-12
perf probe: Fix a memory leak for scopes array
Masami Hiramatsu
1
-3
/
+2
2011-08-12
perf: fix temporary file ownership check
Vasiliy Kulikov
1
-1
/
+1
[next]