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
2013-10-11
perf tools: Implement summary output for 'make clean'
Ingo Molnar
4
-21
/
+29
2013-10-11
perf tools: Fix redirection printouts
Ingo Molnar
1
-3
/
+3
2013-10-11
perf trace: Initial beautifier for ioctl's 'cmd' arg
Arnaldo Carvalho de Melo
1
-1
/
+33
2013-10-11
perf trace: Prepare the strarray scnprintf method for reuse
Arnaldo Carvalho de Melo
1
-3
/
+10
2013-10-11
perf trace: Allow specifying index offset in strarrays
Arnaldo Carvalho de Melo
1
-4
/
+11
2013-10-11
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
3
-49
/
+79
2013-10-11
perf intlist: Add priv member
David Ahern
2
-0
/
+2
2013-10-11
perf trace: Use new machine method to loop over threads
David Ahern
1
-28
/
+48
2013-10-11
perf machine: Add method to loop over threads and invoke handler
David Ahern
2
-0
/
+27
2013-10-11
perf trace: Add record option
David Ahern
2
-3
/
+41
2013-10-11
perf trace: Fix comm resolution when reading events from file
David Ahern
3
-12
/
+31
2013-10-11
perf stat: Add units to nanosec-based counters
David Ahern
1
-1
/
+4
2013-10-11
perf stat: Don't require a workload when using system wide or CPU options
David Ahern
1
-1
/
+2
2013-10-11
perf stat: Fix misleading message when specifying cpu list or system wide
David Ahern
1
-1
/
+5
2013-10-11
perf evlist: Fix perf_evlist__mmap_read event overflow
Jiri Olsa
4
-3
/
+9
2013-10-11
perf bench: Fix failing assertions in numa bench
Petr Holasek
1
-13
/
+21
2013-10-11
perf tools: Ignore 'perf timechart' output file
Ramkumar Ramachandra
1
-0
/
+1
2013-10-11
perf stat: Don't print bogus data on -e instructions
Ramkumar Ramachandra
1
-4
/
+3
2013-10-11
perf stat: Don't print bogus data on -e cycles
Ramkumar Ramachandra
1
-4
/
+4
2013-10-11
perf tools: Move start conditions to start of the flex file
Jiri Olsa
1
-31
/
+32
2013-10-11
perf tools: Add missing -ldl for gtk build
Jiri Olsa
1
-0
/
+1
2013-10-11
perf machine: Use snprintf instead of sprintf
Adrian Hunter
1
-3
/
+3
2013-10-11
perf bench sched: Add --threaded option
Ingo Molnar
1
-29
/
+86
2013-10-11
perf trace: Add 'trace' alias to 'perf trace'
Arnaldo Carvalho de Melo
2
-1
/
+10
2013-10-09
perf trace: Show path associated with fd in live sessions
Arnaldo Carvalho de Melo
1
-16
/
+237
2013-10-09
perf trace: Beautify mlock & friends 'addr' arg
Arnaldo Carvalho de Melo
1
-0
/
+6
2013-10-09
perf trace: Handle MSG_WAITFORONE not defined
David Ahern
1
-0
/
+3
2013-10-09
perf trace: Add beautifier for clock_gettime's clk_id argument
David Ahern
1
-0
/
+7
2013-10-09
perf trace: Beautify pipe2 'flags' arg
Arnaldo Carvalho de Melo
1
-0
/
+25
2013-10-09
perf trace: Use socket's beautifiers in socketpair
Arnaldo Carvalho de Melo
1
-0
/
+4
2013-10-09
perf trace: Don't supress zeroed args when there is an strarray entry for it
Arnaldo Carvalho de Melo
1
-2
/
+9
2013-10-09
perf trace: Add helper for syscalls with a single strarray arg
Arnaldo Carvalho de Melo
1
-27
/
+13
2013-10-09
perf trace: Beautify flock 'cmd' arg
Arnaldo Carvalho de Melo
1
-0
/
+33
2013-10-09
perf trace: Beautify epoll_ctl 'op' arg
Arnaldo Carvalho de Melo
1
-0
/
+6
2013-10-09
perf tools: Fix srcline sort key behavior
Namhyung Kim
1
-21
/
+20
2013-10-09
perf tools: Implement addr2line directly using libbfd
Roberto Vitillo
2
-0
/
+171
2013-10-09
perf tools: Save failed result of get_srcline()
Namhyung Kim
3
-2
/
+10
2013-10-09
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
5
-10
/
+12
2013-10-09
perf tools: Do not try to call addr2line on non-binary files
Namhyung Kim
2
-5
/
+9
2013-10-09
perf annotate: Factor out get/free_srcline()
Namhyung Kim
6
-32
/
+96
2013-10-09
perf hists: Free srcline when freeing hist_entry
Namhyung Kim
1
-0
/
+1
2013-10-09
perf annotate: Reuse path from the result of addr2line
Namhyung Kim
1
-5
/
+1
2013-10-09
perf sort: Fix a memory leak on srcline
Namhyung Kim
1
-4
/
+1
2013-10-09
perf tools: Separate out GTK codes to libperf-gtk.so
Namhyung Kim
11
-74
/
+165
2013-10-09
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
3
-2
/
+5
2013-10-09
perf tools: Adding throttle event data struct support
Jiri Olsa
3
-7
/
+20
2013-10-09
perf evlist: Introduce perf_evlist__new_default function
Jiri Olsa
4
-23
/
+16
2013-10-09
perf tools: Add possibility to specify mmap size
Jiri Olsa
7
-10
/
+77
2013-10-09
perf tools: Check mmap pages value early
Jiri Olsa
6
-22
/
+54
2013-10-09
perf lock: Account for lock average wait time
Davidlohr Bueso
2
-2
/
+10
[next]