index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
browsers
/
hists.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf hists: Fix determination of a callchain node's childlessness
Andres Freund
2016-03-30
1
-1
/
+1
*
perf hists browser: Check sort keys before hot key actions
Namhyung Kim
2016-03-10
1
-0
/
+9
*
perf hists browser: Allow thread filtering for comm sort key
Namhyung Kim
2016-03-10
1
-10
/
+32
*
perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()
Namhyung Kim
2016-03-10
1
-14
/
+8
*
perf hists browser: Use hierarchy hpp list
Namhyung Kim
2016-03-08
1
-36
/
+45
*
perf hists: Fix indent for multiple hierarchy sort key
Namhyung Kim
2016-03-08
1
-13
/
+10
*
perf hists: Use own hpp_list for hierarchy mode
Namhyung Kim
2016-03-08
1
-20
/
+25
*
perf report: Left align dynamic entries in hierarchy
Namhyung Kim
2016-02-26
1
-2
/
+14
*
perf report: Fix indentation of dynamic entries in hierarchy
Namhyung Kim
2016-02-26
1
-3
/
+3
*
perf hists browser: Show message for percent limit
Namhyung Kim
2016-02-26
1
-0
/
+99
*
perf hists browser: Cleanup hist_browser__update_percent_limit()
Namhyung Kim
2016-02-26
1
-6
/
+1
*
perf hists browser: Align column header in hierarchy mode
Namhyung Kim
2016-02-24
1
-1
/
+70
*
perf hists browser: Implement hierarchy output
Namhyung Kim
2016-02-24
1
-22
/
+268
*
perf hists browser: Support collapsing/expanding whole entries in hierarchy
Namhyung Kim
2016-02-24
1
-10
/
+48
*
perf hists browser: Count number of hierarchy entries
Namhyung Kim
2016-02-24
1
-11
/
+74
*
perf hists: Do column alignment on the format iterator
Arnaldo Carvalho de Melo
2016-02-12
1
-9
/
+18
*
perf hists browser: Add 'L' hotkey to change percent limit
Namhyung Kim
2016-02-03
1
-0
/
+55
*
perf hists: Introduce hists__for_each_format macro
Jiri Olsa
2016-02-03
1
-4
/
+4
*
perf hists: Introduce perf_hpp_list__for_each_format macro
Jiri Olsa
2016-02-03
1
-4
/
+4
*
perf hists browser: Fix percent display in callchains
Namhyung Kim
2016-02-01
1
-5
/
+19
*
perf hists browser: Pass parent_total to callchain print functions
Namhyung Kim
2016-02-01
1
-20
/
+24
*
perf hists browser: Fix dump to show correct callchain style
Namhyung Kim
2016-02-01
1
-32
/
+41
*
perf hists browser: Skip scripting when perf.data file not available
Namhyung Kim
2016-01-26
1
-0
/
+4
*
perf hists browser: Offer non-symbol specific menu options for --sort without...
Namhyung Kim
2016-01-26
1
-5
/
+1
*
perf hists browser: Be a bit more strict about presenting CPU socket zoom
Namhyung Kim
2016-01-26
1
-1
/
+1
*
perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...
Namhyung Kim
2016-01-26
1
-2
/
+2
*
perf hists browser: Only offer symbol scripting when a symbol is under the cu...
Namhyung Kim
2016-01-26
1
-4
/
+6
*
perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'
Namhyung Kim
2016-01-26
1
-5
/
+7
*
perf ui/tui: Print helpline message as is
Namhyung Kim
2016-01-12
1
-1
/
+1
*
perf tools: Skip dynamic fields not defined for current event
Namhyung Kim
2016-01-06
1
-3
/
+4
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2015-12-08
1
-0
/
+8
|
\
|
*
perf hists browser: Fix segfault if use symbol filter in cmdline
Wang Nan
2015-12-07
1
-0
/
+3
|
*
perf hists browser: Reset selection when refresh
Wang Nan
2015-12-07
1
-0
/
+2
|
*
perf hists browser: Add NULL pointer check to prevent crash
Wang Nan
2015-12-07
1
-0
/
+3
*
|
perf hists browser: Update nr entries regardless of min percent
Namhyung Kim
2015-11-27
1
-3
/
+2
*
|
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 callchain: Abstract callchain print function
Namhyung Kim
2015-11-19
1
-3
/
+5
|
/
*
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 hists browser: Add 'm' key for context menu display
Namhyung Kim
2015-10-12
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
1
-4
/
+4
*
perf hists browser: Implement horizontal scrolling
Arnaldo Carvalho de Melo
2015-10-05
1
-5
/
+17
*
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
[next]