index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-17
perf tools: Disable kernel symbol demangling by default
Avi Kivity
9
-1
/
+23
2014-09-17
perf tool: fix compilation for ARM
Stephane Eranian
2
-0
/
+2
2014-09-17
perf tools: Add perf_pmu__scan_file()
Adrian Hunter
2
-0
/
+40
2014-09-17
perf tools: Let default config be defined for a PMU
Adrian Hunter
4
-19
/
+41
2014-09-17
perf tools: Add perf-with-kcore script
Adrian Hunter
3
-1
/
+264
2014-09-17
perf tools: Let a user specify a PMU event without any config terms
Adrian Hunter
2
-0
/
+16
2014-09-17
perf tools: Allow to specify lib compile variable for spec usage
Jiri Olsa
1
-0
/
+2
2014-09-17
perf kvm stat report: Unify the title bar output
Alexander Yarygin
1
-8
/
+6
2014-09-17
perf kvm stat report: Enable the target.system_wide flag
Alexander Yarygin
1
-0
/
+3
2014-09-17
perf kvm stat report: Save pid string in opts.target.pid
Alexander Yarygin
2
-4
/
+3
2014-09-17
perf tools powerpc: Fix build issue when DWARF support is disabled
Anton Blanchard
2
-5
/
+7
2014-09-17
perf tools: Add +field argument support for --sort option
Jiri Olsa
1
-1
/
+36
2014-09-09
Merge tag 'v3.17-rc4' into perf/core, to pick up fixes
Ingo Molnar
40
-11
/
+5636
2014-08-29
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
3
-11
/
+11
2014-08-29
tools: selftests: fix build issue with make kselftests target
Phong Tran
3
-11
/
+11
2014-08-25
usbip: move usbip userspace code out of staging
Valentina Manea
37
-0
/
+5625
2014-08-24
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
55
-560
/
+4601
2014-08-24
perf hists browser: Consolidate callchain print functions in TUI
Namhyung Kim
1
-123
/
+80
2014-08-24
perf tools: Add +field argument support for --field option
Jiri Olsa
3
-7
/
+22
2014-08-24
perf top: Use set_term_quiet() instead of open coded equivalent
Jiri Olsa
1
-7
/
+2
2014-08-22
perf machine: Fallback to MAP__FUNCTION if daddr maps are NULL
Don Zickus
1
-0
/
+10
2014-08-22
perf hists browser: Cleanup callchain print functions
Namhyung Kim
1
-83
/
+29
2014-08-22
perf tools: Add machine__kernel_ip()
Adrian Hunter
3
-3
/
+43
2014-08-22
perf machine: Rename machine__get_kernel_start_addr() method
Adrian Hunter
1
-4
/
+4
2014-08-22
perf scripting: Add 'flush' callback to scripting API
Adrian Hunter
5
-0
/
+33
2014-08-22
perf tests: Add a test for tracking with sched_switch
Adrian Hunter
4
-0
/
+578
2014-08-20
perf hists browser: Factor out hist_browser__show_callchain_entry()
Namhyung Kim
1
-31
/
+33
2014-08-20
perf hists browser: Fix children overhead dump
Namhyung Kim
1
-1
/
+1
2014-08-20
perf hists browser: Get rid of unused 'remaining' variable
Namhyung Kim
1
-8
/
+2
2014-08-20
perf tools powerpc: Explicitly include util/debug.h
Sukadev Bhattiprolu
1
-0
/
+1
2014-08-20
perf symbols: Don't try to find DSOs in SYSV maps
Don Zickus
1
-0
/
+1
2014-08-16
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-40
/
+40
2014-08-15
tools/power turbostat: tweak whitespace in output format
Len Brown
1
-40
/
+40
2014-08-15
perf stat: Use strerror_r instead of strerror
Masami Hiramatsu
1
-1
/
+1
2014-08-15
perf help: Use strerror_r instead of strerror
Masami Hiramatsu
1
-4
/
+16
2014-08-15
perf kvm: Use strerror_r instead of strerror
Masami Hiramatsu
1
-2
/
+5
2014-08-15
perf buildid-cache: Use strerror_r instead of strerror
Masami Hiramatsu
1
-3
/
+4
2014-08-15
perf sched: Use strerror_r instead of strerror
Masami Hiramatsu
1
-1
/
+3
2014-08-15
perf test: Use strerror_r instead of strerror
Masami Hiramatsu
9
-19
/
+38
2014-08-15
perf record: Use strerror_r instead of strerror
Masami Hiramatsu
1
-3
/
+4
2014-08-15
perf trace: Use strerror_r instead of strerror
Masami Hiramatsu
1
-2
/
+4
2014-08-15
perf top: Use strerror_r instead of strerror
Masami Hiramatsu
1
-1
/
+1
2014-08-15
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
8
-14
/
+36
2014-08-15
perf probe: Make error messages thread-safe
Masami Hiramatsu
3
-16
/
+24
2014-08-15
perf: Use strerror_r instead of strerror
Masami Hiramatsu
2
-3
/
+10
2014-08-15
perf probe: Don't use strerror if strlist__add failed
Masami Hiramatsu
1
-2
/
+4
2014-08-15
perf report: Relax -g option parsing not to limit the option order
Namhyung Kim
1
-57
/
+38
2014-08-15
perf tools: Annotate PMU related list_head members with type info
Cody P Schafer
2
-5
/
+5
2014-08-15
perf tools: Add arm64 triplets
Elliott Hughes
1
-0
/
+9
2014-08-15
perf annotate: Don't truncate Intel style addresses
Alex Converse
1
-3
/
+9
[next]