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
2014-04-24
perf top/tui: Update nr_entries properly after a filter is applied
Namhyung Kim
2
-4
/
+22
2014-04-24
perf ui/tui: Rename hist_browser__update_nr_entries()
Namhyung Kim
1
-9
/
+8
2014-04-24
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
Namhyung Kim
1
-3
/
+3
2014-04-24
perf hists: Add missing update on filtered stats in hists__decay_entries()
Namhyung Kim
1
-2
/
+9
2014-04-24
perf tools: Account entry stats when it's added to the output tree
Namhyung Kim
4
-21
/
+20
2014-04-24
perf hists: Collapse expanded callchains after filter is applied
Namhyung Kim
1
-2
/
+2
2014-04-24
perf hists: Add a couple of hists stat helper functions
Namhyung Kim
3
-25
/
+40
2014-04-24
perf hists: Move column length calculation out of hists__inc_stats()
Namhyung Kim
2
-1
/
+6
2014-04-24
perf hists: Rename hists__inc_stats()
Namhyung Kim
3
-5
/
+5
2014-04-24
perf report: Count number of entries separately
Namhyung Kim
1
-20
/
+22
2014-04-22
perf callchain: Add generic report parse callchain callback function
Don Zickus
3
-78
/
+82
2014-04-22
perf kmem: Utilize the new generic cpunode_map
Don Zickus
1
-75
/
+3
2014-04-22
perf tools: Use cpu/possible instead of cpu/kernel_max
Don Zickus
1
-1
/
+1
2014-04-22
perf tools: Allow ability to map cpus to nodes easily
Don Zickus
2
-0
/
+195
2014-04-22
perf tools: Fix pmu object compilation error
Jiri Olsa
1
-3
/
+3
2014-04-18
Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.
Ingo Molnar
2
-2
/
+3
2014-04-16
perf sched: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-5
/
+7
2014-04-16
perf lock: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-5
/
+7
2014-04-16
perf mem: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-8
/
+9
2014-04-16
perf kmem: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2
-5
/
+7
2014-04-16
perf tools: Show absolute percentage by default
Namhyung Kim
1
-1
/
+0
2014-04-16
perf ui/tui: Add 'F' hotkey to toggle percentage output
Namhyung Kim
1
-0
/
+4
2014-04-16
perf tools: Add hist.percentage config option
Namhyung Kim
4
-0
/
+15
2014-04-16
perf diff: Add --percentage option
Namhyung Kim
2
-11
/
+40
2014-04-16
perf top: Add --percentage option
Namhyung Kim
5
-20
/
+37
2014-04-16
perf report: Add --percentage option
Namhyung Kim
9
-46
/
+106
2014-04-16
perf hists: Add support for showing relative percentage
Namhyung Kim
4
-3
/
+26
2014-04-15
perf tools: Instead of redirecting flex output, use -o
Cody P Schafer
1
-2
/
+2
2014-04-15
perf tools: Fix double free in perf test 21 (code-reading.c)
Adrian Hunter
1
-0
/
+1
2014-04-14
Merge branch 'perf-core-for-mingo' into perf/urgent
Ingo Molnar
6
-12
/
+48
2014-04-14
perf stat: Initialize statistics correctly
Andi Kleen
1
-2
/
+9
2014-04-14
perf bench: Set more defaults in the 'numa' suite
Ramkumar Ramachandra
1
-0
/
+4
2014-04-14
perf bench: Fix segfault at the end of an 'all' execution
Ramkumar Ramachandra
1
-1
/
+1
2014-04-14
perf bench: Update manpage to mention numa and futex
Ramkumar Ramachandra
1
-0
/
+22
2014-04-14
perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()
Namhyung Kim
1
-1
/
+1
2014-04-14
perf probe: Fix to handle errors in line_range searching
Masami Hiramatsu
1
-3
/
+4
2014-04-14
perf probe: Fix --line option behavior
Namhyung Kim
1
-2
/
+4
2014-04-14
perf tools: Pick up libdw without explicit LIBDW_DIR
Ramkumar Ramachandra
1
-3
/
+2
2014-04-14
perf callchains: Disable unwind libraries when libelf isn't found
Arnaldo Carvalho de Melo
1
-0
/
+2
2014-04-14
perf top: Fix documentation of invalid -s option
Namhyung Kim
1
-1
/
+0
2014-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2
-1
/
+10
2014-03-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
88
-1295
/
+2819
2014-03-19
perf tools: Remove unused simple_strtoul() function
Ramkumar Ramachandra
1
-6
/
+0
2014-03-19
perf tools: Update some code references in design.txt
Ramkumar Ramachandra
1
-6
/
+6
2014-03-19
perf evsel: Update function names in debug messages
Ramkumar Ramachandra
1
-2
/
+2
2014-03-19
perf tools: Remove thread__find_map function
Jiri Olsa
1
-6
/
+0
2014-03-19
perf annotate: Print the evsel name in the stdio output
Arnaldo Carvalho de Melo
1
-5
/
+9
2014-03-19
perf report: Use ui__has_annotation()
Namhyung Kim
1
-1
/
+1
2014-03-19
perf tools: Fix memory leak when synthesizing thread records
Namhyung Kim
1
-3
/
+3
2014-03-19
perf tools: Use tid in mmap/mmap2 events to find maps
Don Zickus
2
-2
/
+3
[next]