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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools lib traceevent: Use global QUIET_LINK build output
Jiri Olsa
2013-12-19
1
-8
/
+3
*
tools lib traceevent: Add global QUIET_CC_FPIC build output
Jiri Olsa
2013-12-19
2
-14
/
+3
*
tools lib traceevent: Use global QUIET_CC build output
Jiri Olsa
2013-12-19
1
-8
/
+5
*
tools lib traceevent: Remove print_app_build variable
Jiri Olsa
2013-12-19
1
-6
/
+0
*
perf tools: Making QUIET_(CLEAN|INSTAL) variables global
Jiri Olsa
2013-12-19
2
-7
/
+3
*
perf tests: Factor make install tests
Jiri Olsa
2013-12-19
1
-6
/
+32
*
perf tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
2013-12-19
17
-37
/
+34
*
perf record: Rename 'perf_record' to plain 'record'
Arnaldo Carvalho de Melo
2013-12-19
1
-30
/
+28
*
perf record: Simplify perf_record__write
Arnaldo Carvalho de Melo
2013-12-19
1
-8
/
+3
*
perf record: Use perf_data_file__write for output file
Jiri Olsa
2013-12-19
1
-14
/
+9
*
perf inject: Handle output file via perf_data_file object
Jiri Olsa
2013-12-19
1
-38
/
+27
*
perf tools: Get rid of a duplicate va_end() in error reporting routine
Namhyung Kim
2013-12-19
1
-1
/
+0
*
perf report: Introduce helpers for processing callchains
Arnaldo Carvalho de Melo
2013-12-19
1
-40
/
+32
*
perf annotate: Make symbol__inc_addr_samples private
Arnaldo Carvalho de Melo
2013-12-19
2
-5
/
+2
*
perf annotate: Adopt methods from hists
Arnaldo Carvalho de Melo
2013-12-19
4
-14
/
+15
*
perf top: Use hist_entry__inc_addr_sample
Arnaldo Carvalho de Melo
2013-12-19
1
-1
/
+1
*
perf annotate: Add inc_samples method to addr_map_symbol
Arnaldo Carvalho de Melo
2013-12-19
3
-8
/
+11
*
perf hists: Leave symbol addr hist bucket auto alloc to symbol layer
Arnaldo Carvalho de Melo
2013-12-19
2
-43
/
+5
*
perf annotate: Auto allocate symbol per addr hist buckets
Arnaldo Carvalho de Melo
2013-12-19
3
-58
/
+40
*
tools lib traceevent: Introduce pevent_filter_strerror()
Namhyung Kim
2013-12-18
3
-61
/
+61
*
perf hists: Do not pass period and weight to add_hist_entry()
Namhyung Kim
2013-12-18
1
-5
/
+5
*
perf sort: Do not compare dso again
Namhyung Kim
2013-12-18
1
-3
/
+8
*
perf sort: Compare addresses if no symbol info
Namhyung Kim
2013-12-18
1
-3
/
+8
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2013-12-18
26
-142
/
+344
|
\
|
*
tools lib traceevent: Get rid of die() in some string conversion functions
Namhyung Kim
2013-12-17
1
-48
/
+19
|
*
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
2013-12-17
3
-14
/
+14
|
*
perf timechart: Add --highlight option
Stanislav Fomichev
2013-12-17
4
-5
/
+56
|
*
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
2013-12-16
3
-11
/
+11
|
*
perf symbols: Remove needless static binary_type array
Arnaldo Carvalho de Melo
2013-12-16
1
-1
/
+1
|
*
perf timechart: Add support for topology
Stanislav Fomichev
2013-12-16
4
-3
/
+151
|
*
perf timechart: Get number of CPUs from perf header
Stanislav Fomichev
2013-12-16
1
-6
/
+26
|
*
perf timechart: Print pid along the name
Stanislav Fomichev
2013-12-16
3
-3
/
+4
|
*
perf timechart: Add backtrace support to CPU info
Stanislav Fomichev
2013-12-16
3
-4
/
+12
|
*
tools/: Convert to new topic libraries
Borislav Petkov
2013-12-16
18
-53
/
+56
*
|
Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT...
Will Deacon
2013-12-17
1
-4
/
+0
*
|
perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the period
Peter Zijlstra
2013-12-17
1
-1
/
+15
*
|
perf/x86: enable Haswell Celeron RAPL support
Stephane Eranian
2013-12-17
1
-0
/
+1
|
/
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2013-12-16
21
-303
/
+550
|
\
|
*
tools lib traceevent: Refactor pevent_filter_match() to get rid of die()
Namhyung Kim
2013-12-13
2
-57
/
+99
|
*
tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errno
Namhyung Kim
2013-12-13
2
-59
/
+27
|
*
tools lib traceevent: Refactor process_filter()
Namhyung Kim
2013-12-13
2
-28
/
+42
|
*
tools lib traceevent: Refactor create_arg_item()
Namhyung Kim
2013-12-13
2
-11
/
+12
|
*
tools lib traceevent: Get rid of die() in reparent_op_arg()
Namhyung Kim
2013-12-13
2
-35
/
+64
|
*
tools lib traceevent: Make add_left() return pevent_errno
Namhyung Kim
2013-12-13
1
-3
/
+3
|
*
tools lib traceevent: Get rid of die() in add_right()
Namhyung Kim
2013-12-13
2
-16
/
+26
|
*
tools lib traceevent: Get rid of malloc_or_die() in find_event()
Namhyung Kim
2013-12-13
2
-9
/
+22
|
*
tools lib traceevent: Get rid of malloc_or_die() in read_token()
Namhyung Kim
2013-12-13
1
-1
/
+7
|
*
tools lib traceevent: Get rid of malloc_or_die() allocate_arg()
Namhyung Kim
2013-12-13
1
-8
/
+40
|
*
tools lib traceevent: Get rid of die in add_filter_type()
Namhyung Kim
2013-12-13
1
-5
/
+16
|
*
tools lib traceevent: Get rid of malloc_or_die() in show_error()
Namhyung Kim
2013-12-13
1
-1
/
+15
[next]