index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
gtk
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-07
perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop
Namhyung Kim
1
-2
/
+0
2013-07-12
perf tools: Add struct perf_hpp_fmt into hpp callbacks
Jiri Olsa
1
-4
/
+5
2013-07-12
perf gtk/hists: Set rules hint for the hist browser
Namhyung Kim
1
-0
/
+2
2013-07-12
perf gtk/hists: Add a double-click handler for callchains
Namhyung Kim
1
-0
/
+14
2013-07-12
perf gtk/hists: Make column headers resizable
Namhyung Kim
1
-3
/
+8
2013-07-12
perf gtk/hists: Display callchain overhead also
Namhyung Kim
1
-3
/
+24
2013-07-12
perf gtk/hists: Add support for callchains
Namhyung Kim
1
-0
/
+65
2013-07-12
perf gtk/hists: Use GtkTreeStore instead of GtkListStore
Namhyung Kim
1
-5
/
+5
2013-05-28
perf report: Add --percent-limit option
Namhyung Kim
1
-3
/
+10
2013-03-15
perf annotate/gtk: Support event group view on GTK
Namhyung Kim
1
-2
/
+16
2013-03-15
perf evsel: Introduce perf_evsel__is_group_event() helper
Namhyung Kim
1
-5
/
+2
2013-03-15
perf annotate: Pass evsel instead of evidx on annotation functions
Namhyung Kim
1
-4
/
+6
2013-02-14
perf gtk/annotate: Fail early if it can't annotate
Namhyung Kim
1
-8
/
+8
2013-02-14
perf gtk/annotate: Show source lines with gray color
Namhyung Kim
1
-3
/
+27
2013-02-14
perf gtk/annotate: Support multiple event annotation
Namhyung Kim
2
-27
/
+48
2013-02-14
perf ui/gtk: Implement basic GTK2 annotation browser
Namhyung Kim
1
-0
/
+185
2013-01-31
perf report: Show group description when event group is enabled
Namhyung Kim
1
-3
/
+11
2013-01-31
perf report: Bypass non-leader events when event group is enabled
Namhyung Kim
1
-0
/
+4
2013-01-31
perf gtk/browser: Trim column header string when event group enabled
Namhyung Kim
1
-1
/
+1
2013-01-31
perf gtk/browser: Add support for event group view
Namhyung Kim
1
-4
/
+52
2013-01-31
perf gtk/browser: Convert hpp helpers to a function
Namhyung Kim
1
-21
/
+47
2013-01-24
perf ui/gtk: Setup browser window early
Namhyung Kim
1
-11
/
+11
2013-01-24
perf ui/gtk: Factor out common browser routines
Namhyung Kim
3
-223
/
+239
2012-12-09
perf hists: Introduce perf_hpp__list for period related columns
Jiri Olsa
1
-19
/
+11
2012-12-09
perf ui/helpline: Introduce ui_helpline__vshow()
Namhyung Kim
1
-11
/
+12
2012-11-14
perf ui: Add ui_progress__finish()
Namhyung Kim
1
-0
/
+9
2012-11-14
perf ui gtk: Implement ui_progress functions
Namhyung Kim
3
-0
/
+53
2012-11-14
perf ui: Introduce generic ui_progress helper
Namhyung Kim
1
-11
/
+0
2012-11-05
perf tools: Introduce struct hist_browser_timer
Namhyung Kim
1
-3
/
+1
2012-10-04
perf hists: Introduce struct he_stat
Namhyung Kim
1
-1
/
+1
2012-10-04
perf diff: Removing the total_period argument from output code
Jiri Olsa
1
-2
/
+2
2012-10-04
perf tool: Add hpp interface to enable/disable hpp column
Jiri Olsa
1
-1
/
+1
2012-10-02
perf tools: Convert to NEWT_SUPPORT
Namhyung Kim
1
-1
/
+1
2012-09-14
perf hists browser: Fix output for 100.00%
Namhyung Kim
1
-1
/
+1
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
3
-5
/
+6
2012-09-08
perf gtk/browser: Use perf_hpp__format functions
Namhyung Kim
3
-16
/
+87
2012-08-20
perf ui gtk: Ensure not to call gtk_main_quit() twice
Namhyung Kim
1
-0
/
+2
2012-08-17
perf ui gtk: Add perf_gtk__show_helpline() for pr_*
Namhyung Kim
2
-5
/
+26
2012-08-17
perf ui/gtk: Use helpline API in browser
Namhyung Kim
1
-1
/
+4
2012-08-17
perf ui gtk: Implement helpline_fns
Namhyung Kim
3
-0
/
+33
2012-06-19
perf tools: Move all users of event_name to perf_evsel__name
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-06-19
perf ui/gtk: Use struct perf_error_ops
Namhyung Kim
2
-0
/
+91
2012-06-19
perf ui/gtk: Add GTK info_bar widget to browser window
Namhyung Kim
2
-0
/
+45
2012-06-19
perf ui/gtk: Add GTK statusbar widget to browser window
Namhyung Kim
2
-1
/
+27
2012-06-19
perf ui/gtk: Introduce struct perf_gtk_context
Namhyung Kim
3
-1
/
+47
2012-06-19
perf ui: Introduce struct perf_error_ops
Namhyung Kim
1
-0
/
+20
2012-05-02
perf ui: Change fallback policy of setup_browser()
Namhyung Kim
1
-2
/
+2
2012-05-02
perf ui: Add gtk2 support into setup_browser()
Namhyung Kim
2
-10
/
+12
2012-05-02
perf ui gtk: Rename functions for consistency
Namhyung Kim
1
-12
/
+12
2012-05-02
perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()
Namhyung Kim
1
-3
/
+2
[next]