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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-04
perf evsel: Add missing overflow check for TRANSACTION
Adrian Hunter
1
-0
/
+1
2013-11-04
perf evsel: Always use perf_evsel__set_sample_bit()
Adrian Hunter
1
-3
/
+3
2013-11-04
perf evlist: Add a debug print if event buffer mmap fails
Adrian Hunter
1
-0
/
+2
2013-11-04
perf tools: Fix libunwind build and feature detection for 32-bit build
Adrian Hunter
2
-4
/
+6
2013-11-04
perf tools: Fix 32-bit cross build
Adrian Hunter
3
-4
/
+4
2013-11-04
perf script: Set up output options for in-stream attributes
Adrian Hunter
1
-16
/
+48
2013-11-04
perf evsel: Add a debug print if perf_event_open fails
Adrian Hunter
1
-0
/
+2
2013-11-04
perf tools: Get current comm instead of last one
Namhyung Kim
7
-12
/
+30
2013-11-04
perf tools: Compare hists comm by addresses
Frederic Weisbecker
1
-1
/
+2
2013-11-04
perf tools: Add new COMM infrastructure
Frederic Weisbecker
6
-27
/
+200
2013-11-04
perf tools: Add time argument on COMM setting
Frederic Weisbecker
10
-53
/
+67
2013-11-04
perf tools: Use an accessor to read thread comm
Frederic Weisbecker
12
-30
/
+37
2013-11-04
perf tools: Add missing data.h into LIB_H headers
Jiri Olsa
1
-0
/
+1
2013-11-04
perf probe: Fix typo
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-11-04
Merge branch 'perf/urgent' into perf/core to fix conflicts
Ingo Molnar
7
-10
/
+17
2013-11-01
perf test: Update command line callchain attribute tests
Arnaldo Carvalho de Melo
4
-6
/
+6
2013-11-01
perf bench: Fix two warnings
Wei Yang
1
-2
/
+2
2013-11-01
perf tools: Remove cast of non-variadic function to variadic
Michael Hudson-Doyle
3
-4
/
+11
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
25
-101
/
+191
2013-10-28
perf tools: Fixup mmap event consumption
Zhouyi Zhou
14
-16
/
+49
2013-10-28
perf top: Split -G and --call-graph
Jiri Olsa
2
-23
/
+18
2013-10-28
perf record: Split -g and --call-graph
Jiri Olsa
3
-23
/
+67
2013-10-28
perf hists: Add color overhead for stdio output buffer
Jiri Olsa
2
-5
/
+17
2013-10-28
perf tools: Fix up /proc/PID/maps parsing
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-10-24
perf script python: Fix mem leak due to missing Py_DECREFs on dict entries
Joseph Schuchart
1
-13
/
+24
2013-10-23
perf tools: Show progress on histogram collapsing
Namhyung Kim
7
-8
/
+20
2013-10-23
perf ui progress: Per progress bar state
Arnaldo Carvalho de Melo
5
-30
/
+47
2013-10-23
perf ui: Rename ui_progress to ui_progress_ops
Arnaldo Carvalho de Melo
9
-26
/
+33
2013-10-23
perf tools: Fix non-debug build
Adrian Hunter
1
-0
/
+4
2013-10-23
perf evlist: Validate that mmap_pages is not too big
Adrian Hunter
1
-4
/
+10
2013-10-23
perf tools: Do not accept parse_tag_value() overflow
Adrian Hunter
1
-0
/
+2
2013-10-23
perf inject: Do not repipe attributes to a perf.data file
Adrian Hunter
1
-0
/
+5
2013-10-23
perf script: Make perf_script a local variable
Adrian Hunter
1
-16
/
+24
2013-10-23
perf sched: Optimize build time
Adrian Hunter
1
-1
/
+4
2013-10-23
perf sched: Make struct perf_sched sched a local variable
Adrian Hunter
1
-21
/
+20
2013-10-23
perf bench: Change the procps visible command-name of invididual benchmark te...
Ingo Molnar
1
-117
/
+122
2013-10-23
perf probe: Find fentry mcount fuzzed parameter location
Masami Hiramatsu
1
-8
/
+31
2013-10-23
perf probe: Support "$vars" meta argument syntax for local variables
Masami Hiramatsu
3
-9
/
+89
2013-10-23
perf tools: Stop using 'self' in some more places
Arnaldo Carvalho de Melo
9
-156
/
+155
2013-10-23
perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" test
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-10-23
perf test: Clarify the "sample parsing" test entry
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-10-22
perf top: Add --max-stack option to limit callchain stack scan
Waiman Long
3
-2
/
+15
2013-10-22
perf report: Add --max-stack option to limit callchain stack scan
Waiman Long
6
-13
/
+40
2013-10-22
perf session: Separating data file properties from session
Jiri Olsa
9
-37
/
+56
2013-10-22
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa
7
-107
/
+158
2013-10-22
perf tools: Add data object to handle perf data file
Jiri Olsa
21
-73
/
+186
2013-10-22
perf tools: Compare dso's also when comparing symbols
Namhyung Kim
1
-0
/
+10
2013-10-22
perf callchain: Convert children list to rbtree
Namhyung Kim
2
-42
/
+116
2013-10-22
perf list: Show error if tracepoints not available
Pekka Enberg
1
-1
/
+3
2013-10-22
perf script: Print addr by default for BTS
Adrian Hunter
1
-1
/
+3
[prev]
[next]