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-07-17
perf thread: Allow deletion of a thread with no map groups
Adrian Hunter
1
-2
/
+4
2014-07-17
perf machine: Fix map groups of threads with unknown pids
Adrian Hunter
3
-6
/
+66
2014-07-16
perf evsel: Add 'immediate' option
Adrian Hunter
2
-0
/
+6
2014-07-16
perf evsel: Add 'no_aux_samples' option
Adrian Hunter
2
-3
/
+4
2014-07-16
perf tools: Add option macro OPT_CALLBACK_OPTARG
Adrian Hunter
1
-0
/
+5
2014-07-16
perf tools: Add feature test for __sync_val_compare_and_swap
Adrian Hunter
4
-0
/
+29
2014-07-16
perf evlist: Pass mmap parameters in a struct
Adrian Hunter
1
-20
/
+26
2014-07-16
perf session: Flag if the event stream is entirely in memory
Adrian Hunter
2
-1
/
+11
2014-07-16
perf symbols: Add ability to iterate over a dso's symbols
Adrian Hunter
2
-1
/
+19
2014-07-16
perf symbols: Do not attempt to read data from kallsyms
Adrian Hunter
1
-0
/
+2
2014-07-16
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
6
-0
/
+29
2014-07-16
perf buildid-cache: Apply force option to copying kcore
Adrian Hunter
1
-3
/
+5
2014-07-16
perf callchain: Fix appending a callchain from a previous sample
Adrian Hunter
1
-1
/
+1
2014-07-16
perf inject: Fix build id injection
Adrian Hunter
1
-0
/
+3
2014-07-16
perf symbols: Fix missing GNU IFUNC symbols
Adrian Hunter
1
-1
/
+2
2014-07-16
perf tools: Fix missing kernel map load
Adrian Hunter
1
-0
/
+1
2014-07-16
perf record: Select comm_exec flag if supported
Adrian Hunter
1
-1
/
+17
2014-07-16
perf script: Display PERF_RECORD_MISC_COMM_EXEC flag
Adrian Hunter
2
-2
/
+10
2014-07-16
perf machine: Fix the value used for unknown pids
Adrian Hunter
4
-12
/
+13
2014-07-16
perf script: Provide additional sample information on generic events
Joseph Schuchart
1
-3
/
+20
2014-07-16
perf script: Add callchain to generic and tracepoint events
Joseph Schuchart
11
-48
/
+146
2014-07-16
perf script: Add missing calls to Py_DECREF for return values
Joseph Schuchart
1
-2
/
+10
2014-07-16
perf kvm: Add stat support on s390
Alexander Yarygin
6
-11
/
+175
2014-07-16
perf kvm: Add skip_event() for --duration option
Alexander Yarygin
3
-1
/
+18
2014-07-16
perf kvm: Move arch specific code into arch/
Alexander Yarygin
5
-263
/
+317
2014-07-16
perf kvm: Use defines of kvm events
Alexander Yarygin
2
-18
/
+17
2014-07-16
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
4
-60
/
+845
2014-07-10
perf timechart: Add more options to IO mode
Stanislav Fomichev
2
-2
/
+86
2014-07-10
perf timechart: Conditionally update start_time on fork
Stanislav Fomichev
1
-1
/
+1
2014-07-10
perf timechart: Implement IO mode
Stanislav Fomichev
4
-24
/
+725
2014-07-10
perf timechart: Fix rendering in Firefox
Stanislav Fomichev
1
-36
/
+36
2014-07-08
perf trace: Fix build on 32-bit systems
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-07-08
perf trace: Add pagefault statistics
Stanislav Fomichev
1
-0
/
+17
2014-07-08
perf tools: Suggest using -f to override perf.data file ownership message
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-07-07
perf tools: Convert open coded equivalents to asprintf()
Andy Shevchenko
2
-16
/
+5
2014-07-07
perf tools: Allow to use cpuinfo on s390
Alexander Yarygin
3
-0
/
+30
2014-07-07
perf kvm: Refactoring of cpu_isa_config()
Alexander Yarygin
1
-16
/
+23
2014-07-07
perf kvm: Simplify exit reasons tables definitions
Alexander Yarygin
1
-15
/
+12
2014-07-07
perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag
Alexander Yarygin
3
-3
/
+8
2014-07-07
perf hists browser: Left justify column headers
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-07-07
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
4
-2
/
+17
2014-07-07
perf hists browser: Display columns header text on 'H' press
Jiri Olsa
1
-2
/
+45
2014-07-07
perf hists browser: Add support for showing columns header
Arnaldo Carvalho de Melo
1
-2
/
+40
2014-07-07
perf hists browser: Override ui_browser refresh_dimensions method
Arnaldo Carvalho de Melo
1
-5
/
+13
2014-07-07
perf hists browser: Introduce gotorc method
Arnaldo Carvalho de Melo
1
-3
/
+8
2014-07-07
perf ui browser: Allow overriding refresh_dimensions method
Arnaldo Carvalho de Melo
2
-2
/
+6
2014-07-07
perf ui browser: Add ->rows to disambiguate from ->height
Arnaldo Carvalho de Melo
3
-24
/
+24
2014-07-05
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
8
-21
/
+346
2014-06-27
perf script: Handle the num array type in python properly
Sebastian Andrzej Siewior
1
-12
/
+31
2014-06-27
perf script: Move the number processing into its own function
Sebastian Andrzej Siewior
1
-15
/
+23
[next]