index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf top: Error handling for counter creation should parallel perf-record
David Ahern
2012-08-03
1
-2
/
+4
*
perf session: Remove no longer used synthesize_sample method
Arnaldo Carvalho de Melo
2012-08-02
2
-12
/
+0
*
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
2012-08-02
5
-15
/
+11
*
perf evlist: Introduce perf_evlist__parse_sample
Arnaldo Carvalho de Melo
2012-08-02
7
-31
/
+21
*
perf session: Use perf_evlist__id_hdr_size more extensively
Arnaldo Carvalho de Melo
2012-08-01
4
-10
/
+10
*
perf session: Use perf_evlist__sample_id_all more extensively
Arnaldo Carvalho de Melo
2012-08-01
2
-6
/
+4
*
perf session: Use perf_evlist__sample_type more extensively
Arnaldo Carvalho de Melo
2012-08-01
4
-27
/
+30
*
perf evsel: Precalculate the sample size
Arnaldo Carvalho de Melo
2012-08-01
6
-25
/
+24
*
perf target: Fix check on buffer size
Namhyung Kim
2012-08-01
1
-1
/
+1
*
perf symbols: Fix array sizes for binary types arrays
Jiri Olsa
2012-08-01
1
-2
/
+2
*
perf test: Fix parse events automated tests
Jiri Olsa
2012-08-01
1
-6
/
+6
*
perf annotate: Prevent overflow in size calculation
Cody Schafer
2012-07-25
1
-1
/
+12
*
tools lib traceevent: Ignore TRACEEVENT-CFLAGS file
Namhyung Kim
2012-07-25
1
-0
/
+1
*
tools lib traceevent: Detect build environment changes
Namhyung Kim
2012-07-25
1
-2
/
+12
*
perf tools: Fix build error with bison 2.6
Kirill A. Shutemov
2012-07-25
1
-0
/
+3
*
perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific
Kirill A. Shutemov
2012-07-25
2
-3
/
+12
*
perf tools: Make the breakpoint events sample period default to 1
Jovi Zhang
2012-07-25
1
-0
/
+1
*
perf test: Add dso data caching tests
Jiri Olsa
2012-07-25
4
-0
/
+159
*
perf symbols: Add dso data caching
Jiri Olsa
2012-07-25
2
-18
/
+147
*
perf symbols: Add interface to read DSO image data
Jiri Olsa
2012-07-25
2
-0
/
+117
*
perf symbols: Factor DSO symtab types to generic binary types
Jiri Olsa
2012-07-25
4
-102
/
+145
*
perf hists: Print newline between hists callchains
Frederic Weisbecker
2012-07-25
1
-0
/
+2
*
perf tools: Fix trace events storms due to weight demux
Frederic Weisbecker
2012-07-25
2
-1
/
+2
*
perf hists: Return correct number of characters printed in callchain
Frederic Weisbecker
2012-07-25
1
-2
/
+3
*
perf tools: Dump exclude_{guest,host}, precise_ip header info too
David Ahern
2012-07-25
1
-0
/
+6
*
perf kvm: Limit repetitive guestmount message to once per directory
David Ahern
2012-07-25
1
-1
/
+10
*
perf kvm: Fix bug resolving guest kernel syms
David Ahern
2012-07-25
3
-0
/
+15
*
perf kvm: Guest userspace samples should not be lumped with host uspace
David Ahern
2012-07-25
1
-1
/
+3
*
perf kvm: Set name for VM process in guest machine
David Ahern
2012-07-25
1
-1
/
+16
*
perf symbols: Add machine id to modules debug message
David Ahern
2012-07-23
1
-2
/
+9
*
Merge branch 'linus' into perf/core
Ingo Molnar
2012-07-18
3
-17
/
+17
|
\
|
*
perf kvm: Fix segfault with report and mixed guestmount use
David Ahern
2012-07-02
1
-14
/
+15
|
*
perf kvm: Fix regression with guest machine creation
David Ahern
2012-07-02
1
-1
/
+1
|
*
perf script: Fix format regression due to libtraceevent merge
David Ahern
2012-07-02
1
-2
/
+1
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-07-06
17
-314
/
+726
|
\
\
|
*
\
Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux...
Arnaldo Carvalho de Melo
2012-07-05
2
-122
/
+251
|
|
\
\
|
|
*
|
tools lib traceevent: Cleanup realloc use
Namhyung Kim
2012-07-04
2
-22
/
+10
|
|
*
|
tools lib traceevent: Add missing break in make_bprint_args
Peter Huewe
2012-07-04
1
-0
/
+1
|
|
*
|
tools lib traceevent: Check return value of arg_to_str()
Namhyung Kim
2012-07-04
1
-2
/
+13
|
|
*
|
tools lib traceevent: Check result of malloc() during reading token
Namhyung Kim
2012-07-04
1
-1
/
+1
|
|
*
|
tools lib traceevent: Fix some comments
Namhyung Kim
2012-07-04
1
-9
/
+7
|
|
*
|
tools lib traceevent: Do not call add_event() again if allocation failed
Namhyung Kim
2012-07-04
1
-1
/
+2
|
|
*
|
tools lib traceevent: Pass string type argument to args
Namhyung Kim
2012-07-04
1
-0
/
+1
|
|
*
|
tools lib traceevent: Handle realloc() failure path
Namhyung Kim
2012-07-04
1
-16
/
+60
|
|
*
|
tools lib traceevent: Handle strdup failure cases
Namhyung Kim
2012-07-04
1
-2
/
+27
|
|
*
|
tools lib traceevent: Introduce extend_token()
Namhyung Kim
2012-07-04
1
-26
/
+24
|
|
*
|
tools lib traceevent: Fix printk_cmp()
Namhyung Kim
2012-07-04
1
-4
/
+4
|
|
*
|
tools lib traceevent: Fix trace_printk for long integers
Wolfgang Mauerer
2012-07-04
1
-2
/
+3
|
|
*
|
tools lib traceevent: Fix %pM print format arg handling
Steven Rostedt
2012-07-04
1
-0
/
+1
|
|
*
|
tools lib traceevent: Add support to show migrate disable counter
Steven Rostedt
2012-07-04
1
-19
/
+38
[next]