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-12-19
perf: Fix building warning on ARM 32
Wang Nan
2
-7
/
+7
2014-12-17
perf symbols: Fix use after free in filename__read_build_id
Mitchell Krome
1
-2
/
+6
2014-12-17
perf evlist: Use roundup_pow_of_two
Arnaldo Carvalho de Melo
2
-19
/
+1
2014-12-17
tools: Adopt roundup_pow_of_two
Arnaldo Carvalho de Melo
1
-0
/
+25
2014-12-17
perf tools: Make the mmap length autotuning more robust
Arnaldo Carvalho de Melo
1
-0
/
+2
2014-12-17
tools: Adopt rounddown_pow_of_two and deps
Arnaldo Carvalho de Melo
1
-0
/
+134
2014-12-17
tools: Adopt fls_long and deps
Arnaldo Carvalho de Melo
7
-0
/
+22
2014-12-17
tools: Move bitops.h from tools/perf/util to tools/
Arnaldo Carvalho de Melo
3
-1
/
+2
2014-12-17
tools: Introduce asm-generic/bitops.h
Arnaldo Carvalho de Melo
4
-8
/
+37
2014-12-17
tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib
Arnaldo Carvalho de Melo
5
-72
/
+131
2014-12-17
tools: Whitespace prep patches for moving bitops.h
Arnaldo Carvalho de Melo
1
-7
/
+8
2014-12-17
tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...
Arnaldo Carvalho de Melo
4
-15
/
+25
2014-12-17
tools: Move code originally from linux/log2.h to tools/include/linux/
Arnaldo Carvalho de Melo
5
-12
/
+30
2014-12-17
tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h
Arnaldo Carvalho de Melo
4
-36
/
+46
2014-12-16
perf evlist: Do not use hard coded value for a mmap_pages default
Arnaldo Carvalho de Melo
1
-4
/
+16
2014-12-16
perf trace: Let the perf_evlist__mmap autosize the number of pages to use
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-12-16
perf evlist: Improve the strerror_mmap method
Arnaldo Carvalho de Melo
1
-4
/
+13
2014-12-16
perf evlist: Clarify sterror_mmap variable names
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-12-16
perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-12-12
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
24
-499
/
+348
2014-12-11
perf trace: Provide a better explanation when mmap fails
Arnaldo Carvalho de Melo
1
-6
/
+6
2014-12-11
perf evlist: Introduce strerror_mmap method
Arnaldo Carvalho de Melo
2
-0
/
+24
2014-12-11
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
2
-18
/
+2
2014-12-11
tools lib fs: Add sysctl__read_int helper
Arnaldo Carvalho de Melo
2
-0
/
+14
2014-12-11
tools lib fs: Adopt filename__read_int from tools/perf/
Arnaldo Carvalho de Melo
4
-18
/
+23
2014-12-10
perf kvm stat live: Mark events as (x86 only) in help output
Alexander Yarygin
1
-1
/
+2
2014-12-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-6
/
+6
2014-12-09
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
90
-946
/
+4555
2014-12-09
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
91
-1633
/
+36
2014-12-09
perf tests: Fix attr tests size values to cope with machine state on interrup...
Jiri Olsa
2
-2
/
+2
2014-12-09
calloc/xcalloc: Fix argument order
Arjun Sreedharan
2
-5
/
+5
2014-12-09
perf callchain: Move cpumode resolve code to add_callchain_ip
Kan Liang
1
-37
/
+35
2014-12-09
perf callchain: Fixup parameter handling error message
Kan Liang
1
-1
/
+1
2014-12-09
perf tools: Add --buildid-dir option to set cache directory
Jiri Olsa
4
-6
/
+22
2014-12-09
perf buildid cache: Fix -a segfault related to kcore handling
Jiri Olsa
1
-1
/
+1
2014-12-09
perf buildid-cache: Remove extra debugdir variables
Jiri Olsa
2
-13
/
+7
2014-12-09
perf tools: Use single strcmp call instead of two
Jiri Olsa
1
-1
/
+1
2014-12-09
perf hists browser: Change print format from %lu to %PRIu64
Tom Huynh
1
-1
/
+1
2014-12-09
perf bench: Fix memcpy/memset output
Rabin Vincent
1
-8
/
+10
2014-12-09
perf bench: Merge memset into memcpy
Rabin Vincent
3
-305
/
+90
2014-12-09
perf bench: Prepare memcpy for merge
Rabin Vincent
1
-78
/
+104
2014-12-08
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
James Bottomley
1
-3
/
+6
2014-12-01
perf report: In branch stack mode use address history sorting
Andi Kleen
1
-0
/
+1
2014-12-01
perf report: Add --branch-history option
Andi Kleen
2
-4
/
+27
2014-12-01
perf callchain: Support handling complete branch stacks as histograms
Andi Kleen
6
-13
/
+132
2014-12-01
perf stat: Add support for snapshot counters
Jiri Olsa
1
-2
/
+4
2014-12-01
perf stat: Add support for per-pkg counters
Jiri Olsa
2
-0
/
+50
2014-12-01
perf tools: Remove perf_evsel__read interface
Jiri Olsa
2
-63
/
+0
2014-12-01
perf stat: Use read_counter in read_counter_aggr
Jiri Olsa
1
-2
/
+16
2014-12-01
perf stat: Make read_counter work over the thread dimension
Jiri Olsa
1
-4
/
+11
[next]