index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
browsers
/
hists.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-12
perf ui/tui: Print helpline message as is
Namhyung Kim
1
-1
/
+1
2016-01-06
perf tools: Skip dynamic fields not defined for current event
Namhyung Kim
1
-3
/
+4
2015-12-08
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+8
2015-12-07
perf hists browser: Fix segfault if use symbol filter in cmdline
Wang Nan
1
-0
/
+3
2015-12-07
perf hists browser: Reset selection when refresh
Wang Nan
1
-0
/
+2
2015-12-07
perf hists browser: Add NULL pointer check to prevent crash
Wang Nan
1
-0
/
+3
2015-11-27
perf hists browser: Update nr entries regardless of min percent
Namhyung Kim
1
-3
/
+2
2015-11-19
perf hists browser: Support folded callchains
Namhyung Kim
1
-1
/
+124
2015-11-19
perf hists browser: Support flat callchains
Namhyung Kim
1
-2
/
+120
2015-11-19
perf hists browser: Factor out hist_browser__show_callchain_list()
Namhyung Kim
1
-27
/
+45
2015-11-19
perf callchain: Abstract callchain print function
Namhyung Kim
1
-3
/
+5
2015-11-12
perf hists browser: The dso can be obtained from popup_action->ms.map->dso
Arnaldo Carvalho de Melo
1
-6
/
+0
2015-11-12
perf hists browser: Fix 'd' hotkey action to filter by DSO
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-10-12
perf hists browser: Add 'm' key for context menu display
Namhyung Kim
1
-0
/
+2
2015-10-12
perf hists browser: Inform how to reset the symbol filter
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-10-12
perf ui browsers: Remove help messages about use of right and arrow keys
Arnaldo Carvalho de Melo
1
-4
/
+4
2015-10-05
perf hists browser: Implement horizontal scrolling
Arnaldo Carvalho de Melo
1
-5
/
+17
2015-09-28
perf hists browser: Use the map to determine if a DSO is being used as a kernel
Arnaldo Carvalho de Melo
1
-10
/
+14
2015-09-16
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
Ingo Molnar
1
-1
/
+11
2015-09-14
perf top: Fix segfault pressing -> with no hist entries
Wang Nan
1
-1
/
+11
2015-09-14
perf hists browser: Zoom in/out for processor socket
Kan Liang
1
-7
/
+54
2015-09-14
perf report: Introduce --socket-filter option
Kan Liang
1
-0
/
+4
2015-09-14
perf env: Rename some leftovers from rename to perf_env
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-08-28
perf tools: Rename perf_session_env to perf_env
Kan Liang
1
-6
/
+6
2015-08-12
perf report: Show call graph from reference events
Kan Liang
1
-2
/
+7
2015-08-12
perf hists browser: Make ESC unzoom as well
Arnaldo Carvalho de Melo
1
-11
/
+8
2015-08-12
perf ui browser: Introduce ui_browser__printf()
Arnaldo Carvalho de Melo
1
-8
/
+8
2015-08-12
perf ui browser: Introduce ui_browser__write_nstring()
Arnaldo Carvalho de Melo
1
-5
/
+5
2015-07-13
perf hists browser: Take the --comm, --dsos, etc filters into account
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-06-22
perf top: Move toggling event logic into hists browser
Namhyung Kim
1
-2
/
+17
2015-06-19
perf hists browser: React to unassigned hotkey pressing
Arnaldo Carvalho de Melo
1
-3
/
+4
2015-06-19
perf hists browser: Honour the help line provided by builtin-{top,report}.c
Arnaldo Carvalho de Melo
1
-4
/
+3
2015-06-19
perf hists browser: Do not exit when 'f' is pressed in 'report' mode
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-06-19
perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-06-17
perf top: Allow disabling/enabling events dynamicly
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-05-29
perf tools: Make Ctrl-C stop processing on TUI
Namhyung Kim
1
-0
/
+4
2015-05-05
perf tools: Move TUI-specific fields out of map_symbol
Namhyung Kim
1
-32
/
+47
2015-05-05
perf hists browser: Simplify zooming code using pstack_peek()
Namhyung Kim
1
-11
/
+9
2015-05-05
perf hists browser: Split popup menu actions - part 2
Namhyung Kim
1
-140
/
+214
2015-05-05
perf hists browser: Split popup menu actions
Namhyung Kim
1
-86
/
+156
2015-05-05
perf hists browser: Save perf_session_env in the hist_browser
Namhyung Kim
1
-2
/
+5
2015-05-05
perf hists browser: Save pstack in the hist_browser
Namhyung Kim
1
-10
/
+10
2015-05-05
perf hists browser: Save hist_browser_timer pointer in hist_browser
Namhyung Kim
1
-5
/
+8
2015-05-05
perf hists browser: Fix possible memory leak
Namhyung Kim
1
-3
/
+5
2015-03-21
perf hists browser: Indicate which callchain entries are annotated
Arnaldo Carvalho de Melo
1
-1
/
+3
2015-03-17
perf hists browser: Allow annotating entries in callchains
Arnaldo Carvalho de Melo
1
-13
/
+10
2015-03-17
perf hists: Remove hist_entry->used, not used anymore
Arnaldo Carvalho de Melo
1
-5
/
+0
2015-03-16
perf hists browser: Fix up some branch alignment
Arnaldo Carvalho de Melo
1
-5
/
+6
2015-03-16
perf hists browser: Simplify symbol annotation menu setup
Arnaldo Carvalho de Melo
1
-9
/
+11
2015-03-12
perf hists browser: Fix UI bug after fold/unfold
He Kuang
1
-0
/
+19
[next]