index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf ui/gtk: Support folded callchains
Namhyung Kim
2015-11-19
1
-0
/
+62
*
perf ui/gtk: Support flat callchains
Namhyung Kim
2015-11-19
1
-4
/
+76
*
perf hists browser: Support folded callchains
Namhyung Kim
2015-11-19
1
-1
/
+124
*
perf hists browser: Support flat callchains
Namhyung Kim
2015-11-19
1
-2
/
+120
*
perf hists browser: Factor out hist_browser__show_callchain_list()
Namhyung Kim
2015-11-19
1
-27
/
+45
*
perf report: Add callchain value option
Namhyung Kim
2015-11-19
1
-1
/
+9
*
perf callchain: Abstract callchain print function
Namhyung Kim
2015-11-19
3
-27
/
+24
*
perf report: Support folded callchain mode on --stdio
Namhyung Kim
2015-11-19
1
-0
/
+55
*
perf hists browser: The dso can be obtained from popup_action->ms.map->dso
Arnaldo Carvalho de Melo
2015-11-12
1
-6
/
+0
*
perf hists browser: Fix 'd' hotkey action to filter by DSO
Arnaldo Carvalho de Melo
2015-11-12
1
-0
/
+1
*
perf annotate: Don't die() when finding an invalid config option
Arnaldo Carvalho de Melo
2015-10-22
1
-3
/
+3
*
perf ui tui: Register the error callbacks before initializing the widgets
Arnaldo Carvalho de Melo
2015-10-22
1
-4
/
+4
*
perf annotate: Fix 'annotate.use_offset' config variable usage
Namhyung Kim
2015-10-22
1
-1
/
+1
*
perf hists browser: Add 'm' key for context menu display
Namhyung Kim
2015-10-13
1
-0
/
+2
*
perf hists browser: Inform how to reset the symbol filter
Arnaldo Carvalho de Melo
2015-10-12
1
-1
/
+2
*
perf ui browsers: Remove help messages about use of right and arrow keys
Arnaldo Carvalho de Melo
2015-10-12
4
-9
/
+9
*
perf tools: Use hpp_dimension__add_output to register hpp columns
Jiri Olsa
2015-10-06
1
-8
/
+8
*
perf hists browser: Implement horizontal scrolling
Arnaldo Carvalho de Melo
2015-10-05
1
-5
/
+17
*
perf ui browser: Optional horizontal scrolling key binding
Arnaldo Carvalho de Melo
2015-10-05
2
-1
/
+15
*
perf hists browser: Use the map to determine if a DSO is being used as a kernel
Arnaldo Carvalho de Melo
2015-09-28
1
-10
/
+14
*
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
Ingo Molnar
2015-09-16
1
-1
/
+11
|
\
|
*
perf top: Fix segfault pressing -> with no hist entries
Wang Nan
2015-09-14
1
-1
/
+11
*
|
perf hists browser: Zoom in/out for processor socket
Kan Liang
2015-09-14
1
-7
/
+54
*
|
perf report: Introduce --socket-filter option
Kan Liang
2015-09-14
1
-0
/
+4
*
|
perf env: Rename some leftovers from rename to perf_env
Arnaldo Carvalho de Melo
2015-09-14
1
-1
/
+1
|
/
*
perf tools: Rename perf_session_env to perf_env
Kan Liang
2015-08-28
3
-9
/
+9
*
perf ui tui progress: Implement the ui_progress_ops->finish() method
Arnaldo Carvalho de Melo
2015-08-24
1
-1
/
+18
*
perf report: Show call graph from reference events
Kan Liang
2015-08-12
1
-2
/
+7
*
perf hists browser: Make ESC unzoom as well
Arnaldo Carvalho de Melo
2015-08-12
1
-11
/
+8
*
perf ui browser: Introduce ui_browser__printf()
Arnaldo Carvalho de Melo
2015-08-12
6
-22
/
+35
*
perf ui browser: Introduce ui_browser__write_nstring()
Arnaldo Carvalho de Melo
2015-08-12
8
-22
/
+30
*
perf annotate: Finally display IPC and cycle accounting
Andi Kleen
2015-08-06
1
-17
/
+40
*
perf annotate: Compute IPC and basic block cycles
Andi Kleen
2015-08-06
1
-1
/
+72
*
perf hists browser: Take the --comm, --dsos, etc filters into account
Arnaldo Carvalho de Melo
2015-07-13
1
-1
/
+1
*
perf top: Move toggling event logic into hists browser
Namhyung Kim
2015-06-22
1
-2
/
+17
*
perf hists browser: React to unassigned hotkey pressing
Arnaldo Carvalho de Melo
2015-06-19
1
-3
/
+4
*
perf hists browser: Honour the help line provided by builtin-{top,report}.c
Arnaldo Carvalho de Melo
2015-06-19
1
-4
/
+3
*
perf hists browser: Do not exit when 'f' is pressed in 'report' mode
Arnaldo Carvalho de Melo
2015-06-19
1
-0
/
+3
*
perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events
Arnaldo Carvalho de Melo
2015-06-19
1
-2
/
+2
*
perf annotate: Display total number of samples with --show-total-period
Martin Liška
2015-06-19
1
-17
/
+43
*
perf top: Allow disabling/enabling events dynamicly
Arnaldo Carvalho de Melo
2015-06-17
1
-0
/
+2
*
perf tools: Make Ctrl-C stop processing on TUI
Namhyung Kim
2015-05-29
3
-1
/
+9
*
perf tools: Move TUI-specific fields out of map_symbol
Namhyung Kim
2015-05-05
1
-32
/
+47
*
perf hists browser: Simplify zooming code using pstack_peek()
Namhyung Kim
2015-05-05
1
-11
/
+9
*
perf hists browser: Split popup menu actions - part 2
Namhyung Kim
2015-05-05
1
-140
/
+214
*
perf hists browser: Split popup menu actions
Namhyung Kim
2015-05-05
1
-86
/
+156
*
perf hists browser: Save perf_session_env in the hist_browser
Namhyung Kim
2015-05-05
1
-2
/
+5
*
perf hists browser: Save pstack in the hist_browser
Namhyung Kim
2015-05-05
1
-10
/
+10
*
perf hists browser: Save hist_browser_timer pointer in hist_browser
Namhyung Kim
2015-05-05
1
-5
/
+8
*
perf hists browser: Fix possible memory leak
Namhyung Kim
2015-05-05
1
-3
/
+5
[next]