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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
2014-07-07
1
-1
/
+1
*
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
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-06-25
2
-15
/
+12
|
\
|
*
perf ui browser: Fix scrollbar refresh row index
Jiri Olsa
2014-06-19
1
-1
/
+1
|
*
perf hists browser: Remove ev_name argument from perf_evsel__hists_browse
Jiri Olsa
2014-06-19
1
-14
/
+11
*
|
perf tools: Fix segfault in cumulative.callchain report
Jiri Olsa
2014-06-20
1
-5
/
+16
|
/
*
perf tools: Move elide bool into perf_hpp_fmt struct
Jiri Olsa
2014-06-03
1
-4
/
+4
*
perf tools: Fix "==" into "=" in ui_browser__warning assignment
zhangdianfang
2014-06-03
1
-1
/
+1
*
perf ui/gtk: Fix callchain display
Namhyung Kim
2014-06-01
1
-1
/
+9
*
perf ui/stdio: Fix invalid percentage value of cumulated hist entries
Namhyung Kim
2014-06-01
1
-1
/
+3
*
perf tools: Do not auto-remove Children column if --fields given
Namhyung Kim
2014-06-01
1
-0
/
+3
*
perf tools: Add more hpp helper functions
Namhyung Kim
2014-06-01
1
-0
/
+17
*
perf tools: Apply percent-limit to cumulative percentage
Namhyung Kim
2014-06-01
3
-35
/
+15
*
perf ui/gtk: Add support to accumulated hist stat
Namhyung Kim
2014-06-01
1
-0
/
+17
*
perf ui/browser: Add support to accumulated hist stat
Namhyung Kim
2014-06-01
1
-0
/
+25
*
perf ui/hist: Add support to accumulated hist stat
Namhyung Kim
2014-06-01
1
-0
/
+99
*
perf tools: Introduce reset_output_field()
Namhyung Kim
2014-05-21
1
-0
/
+17
*
perf tools: Get rid of obsolete hist_entry__sort_list
Namhyung Kim
2014-05-21
2
-34
/
+24
*
perf hists: Reset width of output fields with header length
Namhyung Kim
2014-05-21
1
-18
/
+3
*
perf tools: Skip elided sort entries
Namhyung Kim
2014-05-21
3
-0
/
+21
*
perf report/tui: Fix a bug when --fields/sort is given
Namhyung Kim
2014-05-21
1
-4
/
+1
*
perf report: Add -F option to specify output fields
Namhyung Kim
2014-05-21
1
-4
/
+55
*
perf tools: Call perf_hpp__init() before setting up GUI browsers
Namhyung Kim
2014-05-21
3
-6
/
+0
*
perf tools: Allow hpp fields to be sort keys
Namhyung Kim
2014-05-21
1
-2
/
+7
*
perf ui: Get rid of callback from __hpp__fmt()
Namhyung Kim
2014-05-21
3
-60
/
+32
*
perf tools: Consolidate output field handling to hpp format routines
Namhyung Kim
2014-05-21
4
-82
/
+61
*
perf tools: Support event grouping in hpp ->sort()
Namhyung Kim
2014-05-21
1
-6
/
+58
*
perf tools: Convert sort entries to hpp formats
Namhyung Kim
2014-05-21
1
-0
/
+6
*
perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt
Namhyung Kim
2014-05-21
1
-4
/
+35
*
tools: Consolidate types.h
Borislav Petkov
2014-05-01
2
-4
/
+2
*
perf tools: Allocate thread map_groups's dynamically
Arnaldo Carvalho de Melo
2014-04-28
1
-1
/
+1
*
perf hists/tui: Count callchain rows separately
Namhyung Kim
2014-04-24
1
-20
/
+43
*
perf top/tui: Update nr_entries properly after a filter is applied
Namhyung Kim
2014-04-24
1
-4
/
+16
*
perf ui/tui: Rename hist_browser__update_nr_entries()
Namhyung Kim
2014-04-24
1
-9
/
+8
*
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
Namhyung Kim
2014-04-24
1
-3
/
+3
*
perf ui/tui: Add 'F' hotkey to toggle percentage output
Namhyung Kim
2014-04-16
1
-0
/
+4
*
perf report: Add --percentage option
Namhyung Kim
2014-04-16
3
-18
/
+36
*
perf ui hists: Pass evsel to hpp->header/width functions explicitly
Namhyung Kim
2014-03-14
3
-19
/
+13
*
perf ui/tui: Reuse generic __hpp__fmt() code
Namhyung Kim
2014-03-14
3
-90
/
+60
*
perf ui/hists: Pass struct hpp to print functions
Namhyung Kim
2014-03-14
3
-28
/
+69
*
perf ui/gtk: Reuse generic __hpp__fmt() code
Namhyung Kim
2014-03-14
2
-69
/
+13
*
perf ui/stdio: Fix invalid output on event group report
Namhyung Kim
2014-03-14
1
-4
/
+16
*
perf evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
2014-01-13
2
-3
/
+4
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
2
-2
/
+2
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
3
-10
/
+5
[next]