Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
67befc652845c8ffbefc8d173a6e6ced14d472f1
/
tools
/
perf
/
ui
/
browsers
/
hists.c
8c430a3
perf hists browser: Support folded callchains
by Namhyung Kim
· 9 years ago
4b3a321
perf hists browser: Support flat callchains
by Namhyung Kim
· 9 years ago
18bb838
perf hists browser: Factor out hist_browser__show_callchain_list()
by Namhyung Kim
· 9 years ago
5ab250c
perf callchain: Abstract callchain print function
by Namhyung Kim
· 9 years ago
b7f294b
perf hists browser: The dso can be obtained from popup_action->ms.map->dso
by Arnaldo Carvalho de Melo
· 9 years ago
fae0065
perf hists browser: Fix 'd' hotkey action to filter by DSO
by Arnaldo Carvalho de Melo
· 9 years ago
31eb436
perf hists browser: Add 'm' key for context menu display
by Namhyung Kim
· 9 years ago
4aa8e45
perf hists browser: Inform how to reset the symbol filter
by Arnaldo Carvalho de Melo
· 9 years ago
7727a92
perf ui browsers: Remove help messages about use of right and arrow keys
by Arnaldo Carvalho de Melo
· 9 years ago
c6c3c02
perf hists browser: Implement horizontal scrolling
by Arnaldo Carvalho de Melo
· 9 years ago
045b80d
perf hists browser: Use the map to determine if a DSO is being used as a kernel
by Arnaldo Carvalho de Melo
· 9 years ago
d71b0ad
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
by Ingo Molnar
· 9 years ago
bd315aa
perf top: Fix segfault pressing -> with no hist entries
by Wang Nan
· 9 years ago
84734b0
perf hists browser: Zoom in/out for processor socket
by Kan Liang
· 9 years ago
21394d9
perf report: Introduce --socket-filter option
by Kan Liang
· 9 years ago
eebd0bf
perf env: Rename some leftovers from rename to perf_env
by Arnaldo Carvalho de Melo
· 9 years ago
ce80d3b
perf tools: Rename perf_session_env to perf_env
by Kan Liang
· 9 years ago
9e207dd
perf report: Show call graph from reference events
by Kan Liang
· 9 years ago
63ab174
perf hists browser: Make ESC unzoom as well
by Arnaldo Carvalho de Melo
· 9 years ago
517dfdb
perf ui browser: Introduce ui_browser__printf()
by Arnaldo Carvalho de Melo
· 9 years ago
26270a0
perf ui browser: Introduce ui_browser__write_nstring()
by Arnaldo Carvalho de Melo
· 9 years ago
9c0fa8d
perf hists browser: Take the --comm, --dsos, etc filters into account
by Arnaldo Carvalho de Melo
· 9 years ago
13d1e53
perf top: Move toggling event logic into hists browser
by Namhyung Kim
· 9 years ago
3e323dc
perf hists browser: React to unassigned hotkey pressing
by Arnaldo Carvalho de Melo
· 9 years ago
5f00b0f
perf hists browser: Honour the help line provided by builtin-{top,report}.c
by Arnaldo Carvalho de Melo
· 9 years ago
516e536
perf hists browser: Do not exit when 'f' is pressed in 'report' mode
by Arnaldo Carvalho de Melo
· 9 years ago
fbb7997
perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events
by Arnaldo Carvalho de Melo
· 9 years ago
5d484f9
perf top: Allow disabling/enabling events dynamicly
by Arnaldo Carvalho de Melo
· 9 years ago
ed42691
perf tools: Make Ctrl-C stop processing on TUI
by Namhyung Kim
· 9 years ago
3698dab
perf tools: Move TUI-specific fields out of map_symbol
by Namhyung Kim
· 10 years ago
6422184
perf hists browser: Simplify zooming code using pstack_peek()
by Namhyung Kim
· 10 years ago
ea7cd59
perf hists browser: Split popup menu actions - part 2
by Namhyung Kim
· 10 years ago
bc7cad4
perf hists browser: Split popup menu actions
by Namhyung Kim
· 10 years ago
b1a9cee
perf hists browser: Save perf_session_env in the hist_browser
by Namhyung Kim
· 10 years ago
01f00a1
perf hists browser: Save pstack in the hist_browser
by Namhyung Kim
· 10 years ago
c2a51ab
perf hists browser: Save hist_browser_timer pointer in hist_browser
by Namhyung Kim
· 10 years ago
f2b487d
perf hists browser: Fix possible memory leak
by Namhyung Kim
· 10 years ago
70e9727
perf hists browser: Indicate which callchain entries are annotated
by Arnaldo Carvalho de Melo
· 10 years ago
d5dbc51
perf hists browser: Allow annotating entries in callchains
by Arnaldo Carvalho de Melo
· 10 years ago
4c47f4f
perf hists: Remove hist_entry->used, not used anymore
by Arnaldo Carvalho de Melo
· 10 years ago
446fb96
perf hists browser: Fix up some branch alignment
by Arnaldo Carvalho de Melo
· 10 years ago
0ba332f
perf hists browser: Simplify symbol annotation menu setup
by Arnaldo Carvalho de Melo
· 10 years ago
4fabf3d
perf hists browser: Fix UI bug after fold/unfold
by He Kuang
· 10 years ago
f3b623b
perf tools: Reference count struct thread
by Arnaldo Carvalho de Melo
· 10 years ago
c09e31c
perf hists browser: Fix segfault when showing callchain
by Namhyung Kim
· 10 years ago
e641f69
perf hists browser: Change print format from %lu to %PRIu64
by Tom Huynh
· 10 years ago
a7444af
perf tools: Collapse first level callchain entry if it has sibling
by Namhyung Kim
· 10 years ago
4087d11
perf hists browser: Print overhead percent value for first-level callchain
by Namhyung Kim
· 10 years ago
2989cca
perf callchain: Use a common function to resolve symbol or name
by Andi Kleen
· 10 years ago
1e378eb
perf top: Add a visual cue for toggle zeroing of samples
by Taeung Song
· 10 years ago
4ea062ed
perf evsel: Add hists helper
by Arnaldo Carvalho de Melo
· 10 years ago
72f72ed
perf hists browser: Fix callchain print bug on TUI
by Namhyung Kim
· 10 years ago
39ee533
perf hists browser: Consolidate callchain print functions in TUI
by Namhyung Kim
· 10 years ago
c09a7e7
perf hists browser: Cleanup callchain print functions
by Namhyung Kim
· 10 years ago
f4536dd
perf hists browser: Factor out hist_browser__show_callchain_entry()
by Namhyung Kim
· 10 years ago
36e15dd
perf hists browser: Get rid of unused 'remaining' variable
by Namhyung Kim
· 10 years ago
42337a2
perf top: Handle 'z' key for toggle zeroing samples in TUI
by Namhyung Kim
· 10 years ago
82162b5
perf hists browser: Fix a small callchain display bug
by Namhyung Kim
· 10 years ago
59dc9f2
perf tools: Fix column alignment when headers aren't shown on TUI
by Namhyung Kim
· 10 years ago
5b59166
perf report: Honor column width setting
by Namhyung Kim
· 10 years ago
e0d66c7
perf tools: Save column length in perf_hpp_fmt
by Namhyung Kim
· 10 years ago
d675107
perf tools: Make __hpp__fmt() receive an additional len argument
by Namhyung Kim
· 10 years ago
c830236
perf hists browser: Add ui.show-headers config file option
by Jiri Olsa
· 10 years ago
81a888f
perf hists browser: Display columns header text on 'H' press
by Jiri Olsa
· 10 years ago
025bf7e
perf hists browser: Add support for showing columns header
by Arnaldo Carvalho de Melo
· 10 years ago
357cfff
perf hists browser: Override ui_browser refresh_dimensions method
by Arnaldo Carvalho de Melo
· 10 years ago
ca3ff33
perf hists browser: Introduce gotorc method
by Arnaldo Carvalho de Melo
· 10 years ago
62c95ae
perf ui browser: Add ->rows to disambiguate from ->height
by Arnaldo Carvalho de Melo
· 10 years ago
06c654c
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 10 years ago
d755330
perf tools: Fix segfault in cumulative.callchain report
by Jiri Olsa
· 10 years ago
dd00d48
perf hists browser: Remove ev_name argument from perf_evsel__hists_browse
by Jiri Olsa
· 10 years ago
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 10 years ago
1413566
perf tools: Apply percent-limit to cumulative percentage
by Namhyung Kim
· 11 years ago
0434ddd
perf ui/browser: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
e67d49a
perf tools: Skip elided sort entries
by Namhyung Kim
· 11 years ago
c0f1527
perf report/tui: Fix a bug when --fields/sort is given
by Namhyung Kim
· 11 years ago
22af969
perf tools: Call perf_hpp__init() before setting up GUI browsers
by Namhyung Kim
· 11 years ago
fb821c9e
perf ui: Get rid of callback from __hpp__fmt()
by Namhyung Kim
· 11 years ago
26d8b33
perf tools: Consolidate output field handling to hpp format routines
by Namhyung Kim
· 11 years ago
c3b7895
perf hists/tui: Count callchain rows separately
by Namhyung Kim
· 11 years ago
268397c
perf top/tui: Update nr_entries properly after a filter is applied
by Namhyung Kim
· 11 years ago
112f761
perf ui/tui: Rename hist_browser__update_nr_entries()
by Namhyung Kim
· 11 years ago
c481f93
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
by Namhyung Kim
· 11 years ago
105eb30
perf ui/tui: Add 'F' hotkey to toggle percentage output
by Namhyung Kim
· 11 years ago
f214833
perf report: Add --percentage option
by Namhyung Kim
· 11 years ago
2f6d900
perf ui/tui: Reuse generic __hpp__fmt() code
by Namhyung Kim
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
6dd6013
perf ui/tui: Implement header window
by Namhyung Kim
· 11 years ago
e8e684a
perf ui/tui: Split help message for perf top and report
by Namhyung Kim
· 11 years ago
d87fcb4
perf evsel: Introduce perf_evsel__prev() method
by Arnaldo Carvalho de Melo
· 11 years ago
9a354cd
perf tools: Use perf_evlist__{first,last}, perf_evsel__next
by Arnaldo Carvalho de Melo
· 11 years ago
316c713
perf tools: Finish the removal of 'self' arguments
by Arnaldo Carvalho de Melo
· 11 years ago
b9c5143
perf tools: Use an accessor to read thread comm
by Frederic Weisbecker
· 11 years ago
2b8bfa6
perf tools: Centralize default columns init in perf_hpp__init
by Jiri Olsa
· 12 years ago
2c5d4b4
perf tools: Add struct perf_hpp_fmt into hpp callbacks
by Jiri Olsa
· 12 years ago
3805123
perf tools: struct thread has a tid not a pid
by Adrian Hunter
· 11 years ago
fa5df94
perf top: Add --percent-limit option
by Namhyung Kim
· 11 years ago
064f198
perf report: Add --percent-limit option
by Namhyung Kim
· 11 years ago
Next »