index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Save callchain info for each cumulative entry
Namhyung Kim
2014-06-01
1
-2
/
+14
*
perf callchain: Add callchain_cursor_snapshot()
Namhyung Kim
2014-06-01
1
-0
/
+9
*
perf report: Cache cumulative callchains
Namhyung Kim
2014-06-01
1
-0
/
+42
*
perf tools: Update cpumode for each cumulative entry
Namhyung Kim
2014-06-01
3
-11
/
+46
*
perf hists: Accumulate hist entry stat based on the callchain
Namhyung Kim
2014-06-01
3
-1
/
+99
*
perf hists: Check if accumulated when adding a hist entry
Namhyung Kim
2014-06-01
2
-12
/
+20
*
perf hists: Add support for accumulated stat of hist entry
Namhyung Kim
2014-06-01
3
-2
/
+28
*
perf tools: Introduce struct hist_entry_iter
Namhyung Kim
2014-06-01
2
-0
/
+332
*
perf tools: Introduce hists__inc_nr_samples()
Namhyung Kim
2014-06-01
2
-0
/
+8
*
perf tools: Add automatic remapping of Android libraries
Michael Lentine
2014-05-21
1
-1
/
+94
*
perf tools: Add cat as fallback pager
Michael Lentine
2014-05-21
1
-6
/
+6
*
perf tools: Introduce reset_output_field()
Namhyung Kim
2014-05-21
3
-0
/
+19
*
perf tools: Get rid of obsolete hist_entry__sort_list
Namhyung Kim
2014-05-21
1
-16
/
+19
*
perf hists: Reset width of output fields with header length
Namhyung Kim
2014-05-21
2
-0
/
+13
*
perf tools: Skip elided sort entries
Namhyung Kim
2014-05-21
3
-0
/
+21
*
perf tools: Add ->sort() member to struct sort_entry
Namhyung Kim
2014-05-21
2
-5
/
+23
*
perf report: Add -F option to specify output fields
Namhyung Kim
2014-05-21
3
-5
/
+210
*
perf tools: Consolidate management of default sort orders
Namhyung Kim
2014-05-21
2
-2
/
+28
*
perf tools: Allow hpp fields to be sort keys
Namhyung Kim
2014-05-21
1
-0
/
+39
*
perf ui: Get rid of callback from __hpp__fmt()
Namhyung Kim
2014-05-21
1
-2
/
+2
*
perf tools: Consolidate output field handling to hpp format routines
Namhyung Kim
2014-05-21
2
-1
/
+2
*
perf tools: Use hpp formats to sort final output
Namhyung Kim
2014-05-21
1
-54
/
+8
*
perf tools: Use hpp formats to sort hist entries
Namhyung Kim
2014-05-21
1
-10
/
+6
*
perf tools: Convert sort entries to hpp formats
Namhyung Kim
2014-05-21
2
-4
/
+82
*
perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt
Namhyung Kim
2014-05-21
1
-0
/
+3
*
perf session: Fix possible null pointer dereference in session.c
Masanari Iida
2014-05-16
1
-2
/
+3
*
perf tools: Use tid for finding thread
Namhyung Kim
2014-05-12
2
-2
/
+2
*
perf tools: Move perf_call_graph_mode enum from perf.h
Jiri Olsa
2014-05-05
1
-0
/
+7
*
perf tools: Move sample data structures from perf.h
Jiri Olsa
2014-05-05
2
-0
/
+25
*
tools: Consolidate types.h
Borislav Petkov
2014-05-01
22
-69
/
+24
*
tools: Unify export.h
Borislav Petkov
2014-05-01
1
-6
/
+0
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-05-01
4
-5
/
+19
|
\
|
*
perf tools: Move u64_swap union
Borislav Petkov
2014-04-29
2
-5
/
+5
|
*
perf tools: Parse tracepoints with '-' in system name
Alexander Yarygin
2014-04-29
1
-0
/
+12
|
*
perf tools: Handle EINTR error for readn/writen
Namhyung Kim
2014-04-29
1
-0
/
+2
*
|
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2014-05-01
1
-4
/
+12
|
\
\
|
|
/
|
/
|
|
*
perf machine: Search for modules in %s/lib/modules/%s
Richard Yao
2014-04-30
1
-4
/
+12
*
|
perf tools: Share map_groups among threads of the same group
Jiri Olsa
2014-04-28
3
-13
/
+47
*
|
perf tools: Reference count map_groups objects
Arnaldo Carvalho de Melo
2014-04-28
3
-1
/
+17
*
|
perf tools: Allocate thread map_groups's dynamically
Arnaldo Carvalho de Melo
2014-04-28
5
-8
/
+33
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-04-25
2
-30
/
+62
|
\
\
|
*
|
perf top/tui: Update nr_entries properly after a filter is applied
Namhyung Kim
2014-04-24
1
-0
/
+6
|
*
|
perf hists: Add missing update on filtered stats in hists__decay_entries()
Namhyung Kim
2014-04-24
1
-2
/
+9
|
*
|
perf tools: Account entry stats when it's added to the output tree
Namhyung Kim
2014-04-24
1
-1
/
+0
|
*
|
perf hists: Collapse expanded callchains after filter is applied
Namhyung Kim
2014-04-24
1
-2
/
+2
|
*
|
perf hists: Add a couple of hists stat helper functions
Namhyung Kim
2014-04-24
2
-21
/
+39
|
*
|
perf hists: Move column length calculation out of hists__inc_stats()
Namhyung Kim
2014-04-24
1
-1
/
+3
|
*
|
perf hists: Rename hists__inc_stats()
Namhyung Kim
2014-04-24
2
-4
/
+4
*
|
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2014-04-25
2
-1
/
+10
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
perf tools: Improve error reporting
Adrien BAK
2014-04-20
1
-1
/
+8
[next]