index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf script: Add missing calls to Py_DECREF for return values
Joseph Schuchart
2014-07-16
1
-2
/
+10
*
perf kvm: Add stat support on s390
Alexander Yarygin
2014-07-16
8
-11
/
+201
*
perf kvm: Add skip_event() for --duration option
Alexander Yarygin
2014-07-16
3
-1
/
+18
*
perf kvm: Move arch specific code into arch/
Alexander Yarygin
2014-07-16
5
-263
/
+317
*
perf kvm: Use defines of kvm events
Alexander Yarygin
2014-07-16
4
-18
/
+34
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-07-16
4
-60
/
+845
|
\
|
*
perf timechart: Add more options to IO mode
Stanislav Fomichev
2014-07-10
2
-2
/
+86
|
*
perf timechart: Conditionally update start_time on fork
Stanislav Fomichev
2014-07-10
1
-1
/
+1
|
*
perf timechart: Implement IO mode
Stanislav Fomichev
2014-07-10
4
-24
/
+725
|
*
perf timechart: Fix rendering in Firefox
Stanislav Fomichev
2014-07-10
1
-36
/
+36
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-07-16
17
-91
/
+249
|
\
\
|
*
|
perf trace: Fix build on 32-bit systems
Arnaldo Carvalho de Melo
2014-07-08
1
-3
/
+3
|
*
|
perf trace: Add pagefault statistics
Stanislav Fomichev
2014-07-08
1
-0
/
+17
|
*
|
perf tools: Suggest using -f to override perf.data file ownership message
Arnaldo Carvalho de Melo
2014-07-08
1
-1
/
+1
|
*
|
perf tools: Convert open coded equivalents to asprintf()
Andy Shevchenko
2014-07-07
2
-16
/
+5
|
*
|
perf tools: Allow to use cpuinfo on s390
Alexander Yarygin
2014-07-07
3
-0
/
+30
|
*
|
perf kvm: Refactoring of cpu_isa_config()
Alexander Yarygin
2014-07-07
1
-16
/
+23
|
*
|
perf kvm: Simplify exit reasons tables definitions
Alexander Yarygin
2014-07-07
1
-15
/
+12
|
*
|
perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag
Alexander Yarygin
2014-07-07
3
-3
/
+8
|
*
|
perf hists browser: Left justify column headers
Arnaldo Carvalho de Melo
2014-07-07
1
-1
/
+1
|
*
|
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
2014-07-07
4
-2
/
+17
|
*
|
perf hists browser: Display columns header text on 'H' press
Jiri Olsa
2014-07-07
1
-2
/
+45
|
*
|
perf hists browser: Add support for showing columns header
Arnaldo Carvalho de Melo
2014-07-07
1
-2
/
+40
|
*
|
perf hists browser: Override ui_browser refresh_dimensions method
Arnaldo Carvalho de Melo
2014-07-07
1
-5
/
+13
|
*
|
perf hists browser: Introduce gotorc method
Arnaldo Carvalho de Melo
2014-07-07
1
-3
/
+8
|
*
|
perf ui browser: Allow overriding refresh_dimensions method
Arnaldo Carvalho de Melo
2014-07-07
2
-2
/
+6
|
*
|
perf ui browser: Add ->rows to disambiguate from ->height
Arnaldo Carvalho de Melo
2014-07-07
3
-24
/
+24
|
|
/
*
|
perf: Add vm_ops->name call for mmap event name retrieval
Jiri Olsa
2014-07-16
1
-0
/
+6
*
|
perf/x86/amd: Try to fix some mem allocation failure handling
Zhouyi Zhou
2014-07-16
1
-27
/
+84
|
/
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-07-05
8
-21
/
+346
|
\
|
*
perf script: Handle the num array type in python properly
Sebastian Andrzej Siewior
2014-06-27
1
-12
/
+31
|
*
perf script: Move the number processing into its own function
Sebastian Andrzej Siewior
2014-06-27
1
-15
/
+23
|
*
perf tools: Fix wrong condition for allocation failure
Jiri Olsa
2014-06-27
1
-1
/
+1
|
*
perf tools powerpc: Adjust callchain based on DWARF debug info
Sukadev Bhattiprolu
2014-06-27
5
-2
/
+300
|
*
tools lib traceevent: Fix a risk for doing free on uninitialized pointer
Rickard Strandqvist
2014-06-27
1
-3
/
+3
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-07-05
12
-43
/
+280
|
\
\
|
*
|
perf trace: Add possibility to switch off syscall events
Stanislav Fomichev
2014-06-26
2
-26
/
+39
|
*
|
perf trace: Add pagefaults record and replay support
Stanislav Fomichev
2014-06-26
1
-18
/
+45
|
*
|
perf trace: Add support for pagefault tracing
Stanislav Fomichev
2014-06-26
2
-1
/
+163
|
*
|
perf trace: Add perf_event parameter to tracepoint_handler
Stanislav Fomichev
2014-06-26
1
-3
/
+8
|
*
|
perf scripts: Fallback to syscalls:* when raw_syscalls:* is not available
Daniel Bristot de Oliveira
2014-06-25
10
-5
/
+35
|
|
/
*
|
perf/x86: Micro-optimize nhmex_rbox_get_constraint()
Rasmus Villemoes
2014-07-05
1
-4
/
+1
*
|
perf: Make perf_event_init_context() function static
Jiri Olsa
2014-07-05
1
-1
/
+1
*
|
powerpc, perf: Use common PMU interrupt disabled code
Vince Weaver
2014-07-05
2
-4
/
+8
|
/
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-06-25
3
-14
/
+59
|
\
|
*
tools lib traceevent: Clean up format of args in jbd2 plugin
Steven Rostedt
2014-06-19
1
-4
/
+2
|
*
tools lib traceevent: Clean up format of args in cfg80211 plugin
Steven Rostedt
2014-06-19
1
-2
/
+1
|
*
tools lib traceevent: Fix format in plugin_kvm
Steven Rostedt
2014-06-19
1
-1
/
+1
|
*
tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints
Jan Kiszka
2014-06-19
1
-12
/
+6
|
*
tools lib traceevent: Add back in kvm plugins nested_vmexit events
Steven Rostedt (Red Hat)
2014-06-19
1
-0
/
+41
[next]