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
2012-03-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
74
-710
/
+2632
2012-03-14
perf tools, x86: Build perf on older user-space as well
Ingo Molnar
4
-0
/
+10
2012-03-14
perf tools: Use scnprintf where applicable
Arnaldo Carvalho de Melo
8
-33
/
+35
2012-03-14
perf tools: Incorrect use of snprintf results in SEGV
Anton Blanchard
1
-0
/
+3
2012-03-13
perf record: Fix buffer overrun bug in tracepoint_id_to_path()
Stephane Eranian
1
-1
/
+1
2012-03-12
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
17
-166
/
+1023
2012-03-12
perf report: Fix annotate double quit issue in branch view mode
Stephane Eranian
1
-7
/
+31
2012-03-12
perf report: Remove duplicate annotate choice in branch view mode
Stephane Eranian
1
-0
/
+2
2012-03-09
perf report: Enable TUI in branch view mode
Stephane Eranian
5
-38
/
+111
2012-03-09
perf report: Auto-detect branch stack sampling mode
Stephane Eranian
4
-20
/
+41
2012-03-09
perf record: Add HEADER_BRANCH_STACK tag
Stephane Eranian
3
-1
/
+17
2012-03-09
perf record: Provide default branch stack sampling mode option
Stephane Eranian
2
-34
/
+57
2012-03-09
perf tools: Make perf able to read files from older ABIs
Stephane Eranian
1
-28
/
+94
2012-03-09
perf tools: Fix ABI compatibility bug in print_event_desc()
Stephane Eranian
1
-10
/
+9
2012-03-09
perf tools: Enable reading of perf.data files from different ABI rev
Stephane Eranian
2
-7
/
+50
2012-03-09
perf report: Add support for taken branch sampling
Roberto Agostino Vitillo
2
-9
/
+105
2012-03-09
perf record: Add support for sampling taken branch
Roberto Agostino Vitillo
4
-0
/
+104
2012-03-09
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
Roberto Agostino Vitillo
10
-78
/
+468
2012-03-05
perf annotate: Add missing newline on error message
Namhyung Kim
1
-1
/
+1
2012-03-05
perf annotate: Fix help string on tui
Namhyung Kim
1
-3
/
+3
2012-03-05
perf annotate: Restore title when came back to original symbol
Namhyung Kim
1
-0
/
+1
2012-03-05
perf annotate: Handle lower case key code in annotate_browser__run()
Namhyung Kim
1
-0
/
+2
2012-03-05
perf annotate: Print asm code as blue when source code is displayed
Namhyung Kim
1
-3
/
+6
2012-03-05
perf tools: Add descriptions of missing Makefile arguments
Namhyung Kim
1
-0
/
+14
2012-03-05
perf evlist: Restore original errno after open failed
Namhyung Kim
1
-0
/
+1
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-1
/
+22
2012-03-03
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
4
-15
/
+39
2012-03-03
perf tools: Change perf_guest default back to false
Joerg Roedel
1
-1
/
+1
2012-03-03
perf record: No build id option fails
David Ahern
1
-2
/
+2
2012-03-01
perf probe: Ensure offset provided is not greater than function length withou...
Prashanth Nageshappa
1
-0
/
+6
2012-03-01
perf tools: Ensure comm string is properly terminated
David Ahern
1
-0
/
+1
2012-03-01
perf probe: Ensure offset provided is not greater than function length
Prashanth Nageshappa
1
-1
/
+11
2012-03-01
perf evlist: Return first evsel for non-sample event on old kernel
Namhyung Kim
1
-0
/
+4
2012-02-21
perf tools: fix broken perf record -a mode
Stephane Eranian
1
-1
/
+1
2012-02-17
perf tools: Remove duplicated string.h includes
Danny Kukawka
1
-1
/
+0
2012-02-17
perf tools: Allow expressions in __print_symbolic() fields
Stefan Hajnoczi
1
-0
/
+12
2012-02-14
perf tools: Invert the sample_id_all logic
Arnaldo Carvalho de Melo
6
-13
/
+10
2012-02-14
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
4
-15
/
+39
2012-02-14
perf tools: cleanup initialization of attr->size
Stephane Eranian
2
-1
/
+2
2012-02-14
perf tools: Factor out feature op to process header sections
Robert Richter
1
-15
/
+29
2012-02-14
perf tools: Moving code in header.c
Robert Richter
1
-150
/
+150
2012-02-14
perf tools: Add bitmap_or function into bitmap object
Jiri Olsa
2
-0
/
+21
2012-02-14
perf tools: Add sysfs mountpoint interface
Jiri Olsa
3
-0
/
+68
2012-02-14
perf tools: Remove unused functions from debugfs object
Jiri Olsa
2
-147
/
+0
2012-02-14
perf tools: Get rid of ctype.h in symbol.c
Namhyung Kim
1
-1
/
+1
2012-02-14
perf tools: ctype.c only wants util.h
Namhyung Kim
1
-1
/
+1
2012-02-14
perf tools: Implement islower/isupper macro into util.h
Namhyung Kim
1
-0
/
+4
2012-02-14
perf tools: Change perf_guest default back to false
Joerg Roedel
1
-1
/
+1
2012-02-14
perf top: Don't process samples with no valid machine object
Joerg Roedel
3
-0
/
+17
2012-02-14
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
18
-56
/
+185
[next]