index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf tools: Add automated make test suite
Jiri Olsa
2013-05-28
1
-0
/
+138
*
perf tools: Save parent pid in thread struct
David Ahern
2013-05-28
2
-0
/
+5
*
perf stats: Fix divide by 0 in variance
David Ahern
2013-05-28
1
-1
/
+1
*
perf kvm: Handle realloc failures
David Ahern
2013-05-28
1
-0
/
+3
*
perf evsel: Fix printing of perf_event_paranoid message
David Ahern
2013-05-28
1
-1
/
+1
*
perf test: Fix typo
Arnaldo Carvalho de Melo
2013-05-28
1
-1
/
+1
*
perf hists: Rename hist_entry__add_pair arguments
Jiri Olsa
2013-05-28
1
-3
/
+3
*
perf diff: Use internal rb tree for hists__precompute
Jiri Olsa
2013-05-28
1
-3
/
+10
*
perf report: Add report.percent-limit config variable
Namhyung Kim
2013-05-28
1
-1
/
+6
*
perf top: Add --percent-limit option
Namhyung Kim
2013-05-28
4
-4
/
+34
*
perf report: Add --percent-limit option
Namhyung Kim
2013-05-28
8
-25
/
+115
*
perf report: Don't bother locking when adding hist entries
Namhyung Kim
2013-05-28
1
-4
/
+0
*
perf hists: Move locking to its call-sites
Namhyung Kim
2013-05-28
3
-17
/
+18
*
perf top: Get rid of *_threaded() functions
Namhyung Kim
2013-05-28
3
-52
/
+19
*
perf top: Fix percent output when no samples collected
Namhyung Kim
2013-05-28
1
-6
/
+17
*
perf top: Fix -E option behavior
Namhyung Kim
2013-05-28
1
-12
/
+5
*
perf record: handle death by SIGTERM
David Ahern
2013-05-28
1
-1
/
+1
*
perf tools: Handle JITed code in shared memory
Andi Kleen
2013-05-28
1
-0
/
+1
*
perf tests: Fix compile errors in bp_signal files
Sukadev Bhattiprolu
2013-05-28
2
-0
/
+12
*
perf tools: Fix tab vs spaces issue in Makefile ifdef/endif
Jiri Olsa
2013-05-28
1
-3
/
+3
*
perf hists browser: Use sort__has_sym
Arnaldo Carvalho de Melo
2013-05-28
1
-7
/
+2
*
perf top: Use sort__has_sym
Namhyung Kim
2013-05-28
2
-10
/
+3
*
perf sort: Cleanup sort__has_sym setting
Namhyung Kim
2013-05-28
1
-4
/
+1
*
perf sort: Reorder HISTC_SRCLINE index
Namhyung Kim
2013-05-28
1
-1
/
+1
*
perf archive: Fix typo on Documentation
Arnaldo Carvalho de Melo
2013-05-28
1
-1
/
+1
*
perf sort: Consolidate sort_entry__setup_elide()
Namhyung Kim
2013-05-28
5
-29
/
+47
*
perf sort: Separate out memory-specific sort keys
Namhyung Kim
2013-05-28
3
-16
/
+44
*
perf sort: Factor out common code in sort_dimension__add()
Namhyung Kim
2013-05-28
1
-24
/
+17
*
perf sort: Introduce sort__mode variable
Namhyung Kim
2013-05-28
4
-15
/
+24
*
perf report: Fix alignment of symbol column when -v is given
Namhyung Kim
2013-05-28
2
-12
/
+16
*
perf hists: Free unused mem info of a matched hist entry
Namhyung Kim
2013-05-28
1
-0
/
+6
*
perf hists: Fix an invalid memory free on he->branch_info
Namhyung Kim
2013-05-28
2
-3
/
+20
*
perf tools: Fix bug in isupper() and islower()
Sukadev Bhattiprolu
2013-05-28
1
-2
/
+2
*
perf: net_dropmonitor: Remove progress indicator
Ben Hutchings
2013-05-22
1
-12
/
+1
*
perf: net_dropmonitor: Use bisection in symbol lookup
Ben Hutchings
2013-05-22
1
-4
/
+18
*
perf: net_dropmonitor: Do not assume ordering of dictionaries
Ben Hutchings
2013-05-22
1
-4
/
+4
*
perf: net_dropmonitor: Fix symbol-relative addresses
Ben Hutchings
2013-05-22
1
-3
/
+3
*
perf: net_dropmonitor: Fix trace parameter order
Ben Hutchings
2013-05-22
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
2
-2
/
+2
|
\
|
*
treewide: Fix typo in printks
Masanari Iida
2013-04-12
2
-2
/
+2
*
|
perf map browser: Exit just on well known key presses
Arnaldo Carvalho de Melo
2013-04-01
1
-4
/
+12
*
|
perf tools: Remove dependency on libnewt
Arnaldo Carvalho de Melo
2013-04-01
12
-35
/
+43
*
|
perf map browser: Use ui_browser__input_window()
Arnaldo Carvalho de Melo
2013-04-01
1
-38
/
+6
*
|
perf python: Fix dependency for python/perf.so
Naohiro Aota
2013-04-01
1
-1
/
+1
*
|
perf tools: Convert needless static variable to local
Arnaldo Carvalho de Melo
2013-04-01
1
-2
/
+1
*
|
Revert "perf sched: Handle PERF_RECORD_EXIT events"
Arnaldo Carvalho de Melo
2013-04-01
1
-1
/
+0
*
|
perf tools: Fix output of symbol_daddr offset
Namhyung Kim
2013-04-01
1
-1
/
+1
*
|
perf machine: Detect data vs. text mappings
Stephane Eranian
2013-04-01
1
-1
/
+9
*
|
perf tools: Add new mem command for memory access profiling
Stephane Eranian
2013-04-01
7
-0
/
+295
*
|
perf report: Add support for mem access profiling
Stephane Eranian
2013-04-01
1
-4
/
+131
[prev]
[next]