index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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 annotate browser: Fix behaviour of Shift-Tab with nothing focussed
Markus Trippelsdorf
2016-02-17
1
-2
/
+2
*
perf hists browser: Take the --comm, --dsos, etc filters into account
Arnaldo Carvalho de Melo
2015-08-11
1
-1
/
+1
*
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
*
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
2013-12-26
1
-2
/
+1
*
perf ui/tui: Implement header window
Namhyung Kim
2013-12-26
3
-0
/
+135
*
perf ui/tui: Split help message for perf top and report
Namhyung Kim
2013-12-26
1
-19
/
+30
*
perf ui/tui: Protect windows by ui__lock
Namhyung Kim
2013-12-26
1
-3
/
+16
*
perf ui browser: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2013-12-19
1
-1
/
+1
*
perf ui browser: Fix segfault caused by off by one handling END key
Arnaldo Carvalho de Melo
2013-11-14
1
-1
/
+1
*
perf evsel: Introduce perf_evsel__prev() method
Arnaldo Carvalho de Melo
2013-11-14
1
-1
/
+1
*
perf tools: Use perf_evlist__{first,last}, perf_evsel__next
Arnaldo Carvalho de Melo
2013-11-14
1
-5
/
+4
[next]