index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf top: Add a visual cue for toggle zeroing of samples
Taeung Song
2014-10-15
1
-10
/
+22
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-10-15
35
-229
/
+392
|
\
|
*
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
2014-10-14
3
-8
/
+8
|
*
perf symbols: Fix map->end fixup
Arnaldo Carvalho de Melo
2014-10-14
1
-1
/
+1
|
*
perf tools: Fixup off-by-one comparision in maps__find
Namhyung Kim
2014-10-14
1
-1
/
+1
|
*
perf tools: fix off-by-one error in maps
Stephane Eranian
2014-10-14
1
-3
/
+3
|
*
perf machine: Add missing dsos->root rbtree root initialization
Arnaldo Carvalho de Melo
2014-10-14
1
-2
/
+8
|
*
perf evsel: Make some exit routines static
Arnaldo Carvalho de Melo
2014-10-14
2
-6
/
+3
|
*
perf evsel: Add missing 'target' struct forward declaration
Arnaldo Carvalho de Melo
2014-10-14
1
-0
/
+1
|
*
perf evlist: Default to syswide target when no thread/cpu maps set
Arnaldo Carvalho de Melo
2014-10-14
1
-0
/
+40
|
*
perf evlist: Check that there is a thread_map when preparing a workload
Arnaldo Carvalho de Melo
2014-10-14
1
-1
/
+7
|
*
perf thread_map: Create dummy constructor out of open coded equivalent
Arnaldo Carvalho de Melo
2014-10-14
2
-8
/
+14
|
*
perf tools: Remove hists from evsel
Arnaldo Carvalho de Melo
2014-10-14
8
-25
/
+65
|
*
perf callchain: Move the callchain_param extern to callchain.h
Arnaldo Carvalho de Melo
2014-10-14
5
-2
/
+5
|
*
perf evsel: Subclassing
Arnaldo Carvalho de Melo
2014-10-14
2
-2
/
+50
|
*
perf session: Remove last reference to hists struct
Arnaldo Carvalho de Melo
2014-10-14
6
-8
/
+19
|
*
perf ui browsers: Add missing include
Arnaldo Carvalho de Melo
2014-10-10
1
-0
/
+1
|
*
perf tools: Move events_stats struct to event.h
Arnaldo Carvalho de Melo
2014-10-10
2
-26
/
+26
|
*
perf session: Don't count per evsel events
Arnaldo Carvalho de Melo
2014-10-10
1
-16
/
+0
|
*
perf evsel: Add hists helper
Arnaldo Carvalho de Melo
2014-10-09
14
-101
/
+132
|
*
perf script: Stop updating hists stats, not used
Arnaldo Carvalho de Melo
2014-10-09
1
-1
/
+0
|
*
perf sched: Stop updating hists stats, not used
Arnaldo Carvalho de Melo
2014-10-09
1
-3
/
+0
|
*
perf callchain: Move callchain_param to util object in to fix python test
Jiri Olsa
2014-10-03
2
-7
/
+8
|
*
perf kvm stat live: Use fdarray object instead of pollfd
Jiri Olsa
2014-10-03
1
-12
/
+4
|
*
perf kvm stat live: Use perf_evlist__add_pollfd return fd position
Jiri Olsa
2014-10-03
1
-2
/
+2
|
*
perf kvm stat live: Fix perf_evlist__add_pollfd error handling
Jiri Olsa
2014-10-03
1
-2
/
+2
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-10-13
117
-1462
/
+4085
|
\
|
|
*
perf record: Fix error message for --filter option not coming after tracepoint
Arnaldo Carvalho de Melo
2014-10-01
1
-1
/
+1
|
*
perf tools: Fix build breakage on arm64 targets
Will Deacon
2014-10-01
1
-0
/
+1
|
*
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
2014-10-01
3
-5
/
+71
|
*
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
2014-09-30
7
-41
/
+60
|
*
perf bench futex: Sanitize -q option in requeue
Davidlohr Bueso
2014-09-29
1
-1
/
+3
|
*
perf bench futex: Support operations for shared futexes
Davidlohr Bueso
2014-09-29
3
-16
/
+30
|
*
perf trace: Fix mmap return address truncation to 32-bit
Chang Hyun Park
2014-09-29
1
-3
/
+3
|
*
perf tools: Refactor unit and scale function parameters
Matt Fleming
2014-09-29
3
-21
/
+33
|
*
perf tools: Fix line number in the config file error message
Jiri Olsa
2014-09-26
1
-2
/
+11
|
*
perf tools: Convert {record,top}.call-graph option to call-graph.record-mode
Namhyung Kim
2014-09-26
2
-2
/
+2
|
*
perf tools: Introduce perf_callchain_config()
Namhyung Kim
2014-09-26
3
-19
/
+94
|
*
perf callchain: Move some parser functions to callchain.c
Namhyung Kim
2014-09-26
4
-88
/
+88
|
*
perf tools: Move callchain config from record_opts to callchain_param
Namhyung Kim
2014-09-26
5
-38
/
+30
|
*
perf hists browser: Fix callchain print bug on TUI
Namhyung Kim
2014-09-26
1
-3
/
+0
|
*
perf tools: Use ACCESS_ONCE() instead of volatile cast
Pranith Kumar
2014-09-26
1
-1
/
+1
|
*
perf tools: Modify error code for when perf_session__new() fails
Taeung Song
2014-09-26
13
-14
/
+14
|
*
perf tools: Fix perf record as non root with kptr_restrict == 1
Andi Kleen
2014-09-26
2
-3
/
+7
|
*
perf stat: Fix --per-core on multi socket systems
Andi Kleen
2014-09-26
1
-4
/
+5
|
*
perf trace: Filter out POLLHUP'ed file descriptors
Arnaldo Carvalho de Melo
2014-09-25
1
-1
/
+6
|
*
perf record: Filter out POLLHUP'ed file descriptors
Arnaldo Carvalho de Melo
2014-09-25
1
-2
/
+5
|
*
perf evlist: Unmap when all refcounts to fd are gone and events drained
Arnaldo Carvalho de Melo
2014-09-25
1
-6
/
+29
|
*
tools lib fd array: Allow associating an integer cookie with each entry
Arnaldo Carvalho de Melo
2014-09-25
4
-10
/
+44
|
*
perf evlist: Refcount mmaps
Arnaldo Carvalho de Melo
2014-09-25
2
-2
/
+51
[next]