index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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 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-23
perf tools: Disable libdw unwind for all but x86 arch
Jiri Olsa
1
-0
/
+8
2014-04-23
perf tests x86: Fix memory leak in sample_ustack()
Masanari Iida
1
-0
/
+1
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-20
perf tools: Improve error reporting
Adrien BAK
2
-2
/
+9
2014-04-20
perf tools: Adjust symbols in VDSO
Vladimir Nikulichev
1
-0
/
+2
2014-04-20
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
1
-0
/
+1
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-18
perf tools: Remove unused simple_strtoul() function
Ramkumar Ramachandra
1
-6
/
+0
2014-03-18
perf tools: Update some code references in design.txt
Ramkumar Ramachandra
1
-6
/
+6
2014-03-18
perf evsel: Update function names in debug messages
Ramkumar Ramachandra
1
-2
/
+2
2014-03-18
perf tools: Remove thread__find_map function
Jiri Olsa
1
-6
/
+0
2014-03-18
perf annotate: Print the evsel name in the stdio output
Arnaldo Carvalho de Melo
1
-5
/
+9
2014-03-18
perf report: Use ui__has_annotation()
Namhyung Kim
1
-1
/
+1
2014-03-18
perf tools: Fix memory leak when synthesizing thread records
Namhyung Kim
1
-3
/
+3
2014-03-18
perf tools: Use tid in mmap/mmap2 events to find maps
Don Zickus
2
-2
/
+3
2014-03-18
perf report: Merge al->filtered with hist_entry->filtered
Namhyung Kim
2
-2
/
+2
[prev]
[next]