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
2011-01-23
perf test: Add test for the evlist mmap routines
Arnaldo Carvalho de Melo
1
-2
/
+169
2011-01-23
perf evlist: Steal mmap reading routine from 'perf top'
Arnaldo Carvalho de Melo
3
-53
/
+69
2011-01-23
perf test: check if cpu_map__new() return NULL
Han Pingtian
1
-3
/
+3
2011-01-23
perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpus
Arnaldo Carvalho de Melo
1
-3
/
+5
2011-01-23
perf tools: Add missing cpu_map__delete()
Arnaldo Carvalho de Melo
2
-1
/
+6
2011-01-23
perf record: Use perf_evlist__mmap
Arnaldo Carvalho de Melo
1
-48
/
+11
2011-01-23
perf evlist: Move the mmap array from perf_evsel
Arnaldo Carvalho de Melo
5
-77
/
+201
2011-01-23
perf record: Move perf_mmap__write_tail to perf.h
Arnaldo Carvalho de Melo
2
-12
/
+13
2011-01-23
perf record: Use struct perf_mmap and helpers
Arnaldo Carvalho de Melo
1
-21
/
+4
2011-01-23
perf evsel: Introduce mmap support
Arnaldo Carvalho de Melo
6
-66
/
+107
2011-01-23
perf record: Use perf_evsel__open
Arnaldo Carvalho de Melo
1
-120
/
+113
2011-01-23
perf top: Use perf_evsel__open
Arnaldo Carvalho de Melo
1
-50
/
+42
2011-01-23
perf evsel: Allow specifying if the inherit bit should be set
Arnaldo Carvalho de Melo
4
-14
/
+16
2011-01-23
perf evsel: Support event groups
Arnaldo Carvalho de Melo
4
-18
/
+27
2011-01-23
perf evlist: Adopt the pollfd array
Arnaldo Carvalho de Melo
4
-28
/
+33
2011-01-23
perf evsel: Introduce perf_evlist
Arnaldo Carvalho de Melo
11
-118
/
+180
2011-01-23
perf tools: Fix time function double declaration with glibc
Thomas Renninger
1
-2
/
+2
2011-01-23
perf tools: Fix build by checking if extra warnings are supported
Arnaldo Carvalho de Melo
1
-2
/
+7
2011-01-23
perf tools: Fix build when using gcc 3.4.6
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-23
perf tools: Add missing header, fixes build
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-01-23
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
23
-82
/
+93
2011-01-23
perf test: Fix build on older glibcs
Arnaldo Carvalho de Melo
1
-14
/
+19
2011-01-21
perf test: Use cpu_map->[cpu] when setting affinity
Han Pingtian
1
-4
/
+9
2011-01-21
perf symbols: Fix annotation of thumb code
Dr. David Alan Gilbert
1
-0
/
+7
2011-01-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-30
/
+3
2011-01-17
perf tools: Fix tracepoint id to string perf.data header table
Arnaldo Carvalho de Melo
2
-29
/
+2
2011-01-17
perf tools: Fix handling of wildcards in tracepoint event selectors
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-15
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
6
-16
/
+25
2011-01-13
perf record: Add "nodelay" mode, disabled by default
Kirill Smelkov
2
-0
/
+11
2011-01-13
perf sched: Fix list of events, dropping unsupported ':r' modifier
Stephane Eranian
1
-9
/
+9
2011-01-11
Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"
Arnaldo Carvalho de Melo
2
-5
/
+0
2011-01-11
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-78
/
+220
2011-01-11
perf top: Fix annotate segv
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-01-11
perf evsel: Fix order of event list deletion
Arnaldo Carvalho de Melo
4
-2
/
+3
2011-01-11
perf session: Fix infinite loop in __perf_session__process_events
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-11
perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)
Arnaldo Carvalho de Melo
2
-33
/
+159
2011-01-10
perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail
Jiri Pirko
1
-1
/
+2
2011-01-10
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
Arnaldo Carvalho de Melo
2
-0
/
+5
2011-01-10
perf stat: better error message for unsupported events
David Ahern
1
-0
/
+2
2011-01-10
perf sched: Fix allocation result check
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-08
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-0
/
+26
2011-01-07
perf tools: Pass whole attr to event selectors
Lin Ming
5
-10
/
+19
2011-01-06
perf tools: Build with frame pointer
Frederic Weisbecker
1
-1
/
+1
2011-01-06
perf tools: Fix buffer overflow error when specifying all tracepoints
Han Pingtian
1
-31
/
+30
2011-01-05
perf script: Make some lists static
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-05
perf script: Use the default lost event handler
Arnaldo Carvalho de Melo
1
-14
/
+1
2011-01-05
perf session: Warn about errors when processing pipe events too
Arnaldo Carvalho de Melo
1
-26
/
+31
2011-01-05
perf tools: Fix perf_event.h header usage
Stephane Eranian
2
-2
/
+2
2011-01-05
perf test: Clarify some error reports in the open syscall test
Arnaldo Carvalho de Melo
1
-7
/
+11
2011-01-05
Merge commit 'v2.6.37' into perf/core
Ingo Molnar
1
-1
/
+1
[next]